Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
After updating to Adobe Campaign Classic Rel 9187 users report they the are no longer able to access the analysis tab for delivery properties in a campaign delivery. When selecting the analysis tab an error is displayed.
Adobe Campaign Classic - Client Console - Error
XTK-170020 Non authorized access to requested service (right 'admin' needed).
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
Hi @Ken_Qrious,
I had faced the same issue in past. It is a bug.
There following code in the "Analysis" container of the nms:delivery input form needs to be commented.
<soapCall name="GetDbCnxSettings" service="xtk:builder">
<param type="DOMElement" xpathOut="/tmp/dbcnx"/>
</soapCall>
Of course you need Admin access to get this done.
Thanks,
Deb
Zugriffe
Antworten
Likes gesamt
Hi @Ken_Qrious,
I had faced the same issue in past. It is a bug.
There following code in the "Analysis" container of the nms:delivery input form needs to be commented.
<soapCall name="GetDbCnxSettings" service="xtk:builder">
<param type="DOMElement" xpathOut="/tmp/dbcnx"/>
</soapCall>
Of course you need Admin access to get this done.
Thanks,
Deb
Zugriffe
Antworten
Likes gesamt