microsoft / Dynamics-AX-Integration

Dynamics AX Integration samples and demos.
286 stars 356 forks source link

Where to supply the application Id for Recurring Integrations #78

Open kamal0808 opened 5 years ago

kamal0808 commented 5 years ago

I have been following this article for recurring integration to export entities from FnO to my NodeJs application.

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/data-entities/recurring-integrations?toc=/fin-and-ops/toc.json

I have already registered the app in AAD and performed oAuth properly. I am also able to access the data entities through oData RESTing.

But I want to access the data incrementally over a specified interval, for which I setup the recurring integration job.

The job is running fine, but when I try to dequeue the file through the export API provided in this link, it gives an error saying the Application ID was not claimed.

I don't know how to provide the Application ID since it is a GET request.

https://<base URL>/api/connector/dequeue/<activity ID>

Should it be as a query param or something else? Please help.

See the screenshot for error. screen shot 2018-10-09 at 11 29 07 pm

meneksesaygili commented 5 years ago

Hi, You need to create an app registration to have that id.