Hi,
I have an export job setup in my AX (Single dev box on Azure). The job is running every 10 minutes. I am trying to download the zip file after the job is run from a client C# application. For that I am tring to use this url :
<Base AX Url>/api/connector/dequeuer/<ActivityId>
I have a native application registered in my Azure and I am able to get the authorization header. But when I pass this Url to get the response it throws me error. I converted the received stream to string and it shows me error :
Application 1280a2ec-dd51-440c-xdft-bvcjbvc does not have access to Activity 312341vfv-f93d-43dc-vfvfvc7-bdb6d7193d53
I am unable to understand why this error. The login I am passing is a "System Administrator" in AX. Also If I try this url :
<Base AX Url>/api/services
This gives me the list of Services in JSON format.
Unable to understand why this is happening. I am on Update 8
- Girija
*This post is locked for comments
I have the same question (0)