Applies to Product - Dynamics 365 Finance
What’s happening?
Customers are experiencing issues connecting to the Odata endpoint using Provar in the P-Test environment and Power Automate, resulting in errors such as "Unauthorized" and "The response object is null."
Reason:
This may arise due to: - Throttling of API calls to the Odata endpoint. - Incorrect configuration in the web.config file for the instance. - The 'IsPublic' property not being set to true for the concerned entity.
Resolution:
- For the Provar connection issue:
- Confirm which entity is being called by the API that is being throttled. Use the data explorer for Odata to identify affected entities.
- Check if the 'IsPublic' property has been marked as true for the concerned entity. If not, set 'IsPublic' to true and retry.
- Review the call method and ensure that the correct authentication method is being used.
- For the Power Automate connection issue:
- Update the web.config file as per the guidelines provided in the relevant technical support guide to resolve the "401 Unauthorized" error.
- Ensure that the correct realm value is set in the web.config file for the Secure OneBox instance.
- If the issue persists, consider reducing unauthenticated Odata calls to less than 10 calls over a 300-second window to avoid throttling.
