The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I need help with the meaning of the following error codes
DMTS_MonikerWithUnboundDataSources
DMTS_UserNotFoundinADGraphError
Gateway_Offline
ModelRefresh_ShortMessage_CancelledByUser
ModelRefresh_ShortMessage_CancelledByUser
ModelRefresh_ShortMessage_ServiceError
ModelRefresh_ShortMessage_CredentialsNotSpecified
ProcessingTimeOut
There errors happen when refreshing datasets.
Use case: I want to create a report that explains in plain English to management, the meaning of these errors. We have complaints from users about reports sometimes not refreshing. I need to be able to explain errors in terms of whether they are caused by report design, datasources, orphaned datasets, etc.
Solved! Go to Solution.
Hi @tumuju
From the above list they all appears to be self explanitory. What are you having issues with?
DMTS_MonikerWithUnboundDataSources - Data source is not bound to any connection.
DMTS_UserNotFoundinADGraphError - Azure Active Directory (Entra ID) user cannot be found.
Gateway_Offline - Gateway is offline.
ModelRefresh_ShortMessage_CancelledByUser - Dataset refresh was cancelled by the user.
ModelRefresh_ShortMessage_ServiceError - Power BI Service error.
ModelRefresh_ShortMessage_CredentialsNotSpecified - No credentials specified for the data source.
ProcessingTimeOut - Processing of the data source timed out.
Hi @tumuju
From the above list they all appears to be self explanitory. What are you having issues with?
DMTS_MonikerWithUnboundDataSources - Data source is not bound to any connection.
DMTS_UserNotFoundinADGraphError - Azure Active Directory (Entra ID) user cannot be found.
Gateway_Offline - Gateway is offline.
ModelRefresh_ShortMessage_CancelledByUser - Dataset refresh was cancelled by the user.
ModelRefresh_ShortMessage_ServiceError - Power BI Service error.
ModelRefresh_ShortMessage_CredentialsNotSpecified - No credentials specified for the data source.
ProcessingTimeOut - Processing of the data source timed out.
The error messages on the surface might seem self explanatory but there isn't sufficient detail. For example
ModelRefresh_ShortMessage_ServiceError - Power BI Service error---What does this mean? Does this mean the Power BI cloud service is getting a hiccup, is there a network level issues, is it a credential issue?