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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Hi,
Set the access control to Anonymous in the web app's Properties dialog.
Thanks,
-Jon
Views
Replies
Total Likes
Still getting the same error after changing access control to Anonymous in Web App properties and Publishing it.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thanks Jon,
webapp operator was disabled. After enabled it works fine now.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies