Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

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

Avatar

Level 4

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

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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 

 

3 Replies

Avatar

Level 5
Hi , Can you check if the client and version are in the same build.

Avatar

Correct answer by
Community Advisor

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