Adobe Campaign Classic Rel 9187 - Users unable to access delivery analysis setting | Community
Skip to main content
Ken_Qrious
Level 4
May 2, 2021
Solved

Adobe Campaign Classic Rel 9187 - Users unable to access delivery analysis setting

  • May 2, 2021
  • 2 replies
  • 1712 views

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).

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DebTr

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 

 

2 replies

adithyacs86
Level 5
May 3, 2021
Hi , Can you check if the client and version are in the same build.
DebTrAccepted solution
Level 6
May 4, 2021

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 

 

Ken_Qrious
Level 4
May 6, 2021
Thanks, that fix worked!