활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
Hi,
Set the access control to Anonymous in the web app's Properties dialog.
Thanks,
-Jon
조회 수
답글
좋아요 수
Still getting the same error after changing access control to Anonymous in Web App properties and Publishing it.
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
Thanks Jon,
webapp operator was disabled. After enabled it works fine now.
조회 수
답글
좋아요 수