PL-400 · Question #348
Case Study 7 - Northwind Traders Background Northwind Traders uses Microsoft Dynamics 365 Sales to manage its sales process. To better understand its customers, Northwind Traders invests in a team of
The correct answer is A. The web service lacks data for the record.. The failure to enrich a Dynamics 365 account record from an Azure SQL Database is likely due to the external web service lacking the specific data for the requested record.
Question
Options
- AThe web service lacks data for the record.
- BAn authentication error occurred.
- CThe request timed-out.
- DThe host name in the URL is missing a valid value.
How the community answered
(29 responses)- A76% (22)
- B3% (1)
- C14% (4)
- D7% (2)
Why each option
The failure to enrich a Dynamics 365 account record from an Azure SQL Database is likely due to the external web service lacking the specific data for the requested record.
If the external web service, which retrieves data from the Azure SQL Database, does not find or possess the necessary data for a particular account record, it will be unable to provide the information required for enrichment. This indicates a data availability or integrity issue in the source system rather than a connectivity or authentication problem.
An authentication error would typically prevent the web service from being accessed at all, affecting all data requests, not specifically indicating a lack of data for a single record.
A request timeout implies a delay in response from the web service, often due to network issues or slow processing, not necessarily that the data for the record is absent.
A missing or invalid host name in the URL would result in a connection failure at a much earlier stage, preventing any communication with the web service.
Concept tested: Troubleshooting external data integration issues
Community Discussion
No community discussion yet for this question.