Forum Discussion
Having Error when connecting to data source
Hi all,
I am getting this error when I try to use the Copy Data with the Dynamic AX connector to connect my D365fo data to the Lakehouse. I have setup the APP registration from Azure with my Microsoft Entra ID.
Below is the error detail I get.
Error code: 23205
Details: Requesting response from path and query failed with status code Forbidden and message {"Message":"Please verify that the user is valid and set up correctly."}.
Hi CalvinIce ,
Thank you for reaching out to fabric community.
Error 23205 with the 403 Forbidden message usually means the Entra app registration isn’t properly linked to a valid user in D365FO.
Please check D365FO -> System administration -> Setup -> Microsoft Entra applications and make sure the App Registration’s Client ID is added and mapped to an active D365FO user. Also confirm that this user has the necessary permissions to access the required data entities.
It’s also worth double-checking that the correct D365FO environment URL is configured in the Fabric connection.
Once these are updated, refresh or recreate the connection in Fabric and try Preview data again.
Thanks!!
2 Replies
- v-sathmakuriCommunity Support
Hi CalvinIce ,
Thank you for reaching out to fabric community.
Error 23205 with the 403 Forbidden message usually means the Entra app registration isn’t properly linked to a valid user in D365FO.
Please check D365FO -> System administration -> Setup -> Microsoft Entra applications and make sure the App Registration’s Client ID is added and mapped to an active D365FO user. Also confirm that this user has the necessary permissions to access the required data entities.
It’s also worth double-checking that the correct D365FO environment URL is configured in the Fabric connection.
Once these are updated, refresh or recreate the connection in Fabric and try Preview data again.
Thanks!!
- CalvinIceFrequent Visitor
Hi v-sathmakuri , thanks for the answer. It is working now.