Troubleshooting AzureADInventory Data Collector
Clear AzureADInventory Tables
Sometimes when troubleshooting an AzureADInventory issue, you need to clear the standard reference tables. Follow the steps.
Step 1 – Create a new job and assign a query using the AZUREADINVENTORY Data Collector.
Step 2 – In the Entra ID Inventory DC Wizard on the Category page, select the Remove Tables category task.
Step 3 – Click Next and then Finish to close the Entra ID Inventory DC Wizard. Click OK to close the Query Properties window.
Running the job removes all AzureADInventory standard reference tables from the database.
Troubleshooting Error Messages
Change the XML parameters to address the following errors:
Error: Microsoft.Graph.ServiceException: Code: timeout Message: The request timed out
Update the <MaximumNumberOfRetries> parameter to change the number of retries for the query.
The default is 3.
Error: An existing connection was forcible closed by the remote host
Update the <MaxDeltaTokenAgeInDays> parameter to change the max delta token age. The default is 6.
See the View Job XML File topic for additional information.