Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Web Appplication Subscribe and Unsubscribe : XSV-350012 Invalid login or password. Connection denied.

Avatar

Level 3

We have Adobe Campaign 7.0 with LDAP authentication.

After I login, When I click on the url and also in the Preview of Subscription and Unsubscribe in Web Application, I get the error

XSV-350012 Invalid login or password. Connection denied.

<ctx _console="1" lang="en" score="0"/>
This was working fine earlier without LDAP authentication.
Thanks,
Akramulla Khan
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Check the 'webapp' operator, specifically that it's not using LDAP auth.

Web apps compile into jssp's stored in xtk:reportHistory, and have this toward the top:

// authentication

        if( ! logonEscalation("webapp"))

       return;

That error should be coming from that call.

Thanks,

-Jon

View solution in original post

4 Replies

Avatar

Community Advisor

Hi,

Set the access control to Anonymous in the web app's Properties dialog.

Thanks,

-Jon

Avatar

Level 3

Still getting the same error after changing access control to Anonymous in Web App properties and Publishing it.

1774670_pastedImage_0.png

Avatar

Correct answer by
Community Advisor

Hi,

Check the 'webapp' operator, specifically that it's not using LDAP auth.

Web apps compile into jssp's stored in xtk:reportHistory, and have this toward the top:

// authentication

        if( ! logonEscalation("webapp"))

       return;

That error should be coming from that call.

Thanks,

-Jon

Avatar

Level 3

Thanks Jon,

webapp operator was disabled.  After enabled it works fine now.