Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
jgao
Regular Visitor

Semantic model refresh error

Hi team,

 

My Semantic model got refreshed hourly by a Azure Databricks workflow.
The data source is Databricks as well.

The refresh works normally most of the time except a same error happens every 2 or 3 days.
The error is showing:
Screenshot 2024-05-09 163316.png







 

 

Data source error: Retry attempts for failures while executing the refresh exceeded the retry limit set on the request.
0xC112001C: DataSource.Error: ODBC: ERROR [08000] [Microsoft][Hardy] (35) Error from server: error code: '0' error message: 'GetCrossReference finished with operation state: INITIALIZED_STATE'.. DataSourceKind = Databricks. DataSourcePath = {"host":"azuredatabricks.net","httpPath":"\/sql\/1.0\/warehouses\/"}. OdbcErrors = #table({"SQLState", "NativeError", "Message"}, {}). . The exception was raised by the IDbCommand interface.
0xC112001C: The command has been canceled.. The exception was raised by the IDbCommand interface.
0xC11C0006: The current operation was cancelled because another operation in the transaction failed.
0xC112001C: The command has been canceled.. The exception was raised by the IDbCommand interface.
0xC112001C: The command has been canceled.. The exception was raised by the IDbCommand interface.
0xC112001C: The command has been canceled.. The exception was raised by the IDbCommand interface.
0xC112001C: The command has been canceled.. The exception was raised by the IDbCommand interface.
0xC112001C: The command has been canceled.. The exception was raised by the IDbCommand interface.

 

 


May I ask for some help?
Thanks!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jgao ,

Please try below steps:

1. Review Databricks Cluster Logs: Since the error mentions GetCrossReference finished with operation state: INITIALIZED_STATE, it's crucial to review the logs of your Databricks cluster around the time the error occurred.

 

2. Optimize Databricks Queries: The error could be a result of timeouts or resource constraints. Optimizing your Databricks queries to be more efficient might help. Consider reviewing your queries for any potential optimizations, such as filtering unnecessary data early in the query or using more efficient join types.

 

3. Adjust Retry Settings and Timeout: If the issue persists, consider adjusting the retry settings and timeout for the refresh operation.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @jgao ,

Please try below steps:

1. Review Databricks Cluster Logs: Since the error mentions GetCrossReference finished with operation state: INITIALIZED_STATE, it's crucial to review the logs of your Databricks cluster around the time the error occurred.

 

2. Optimize Databricks Queries: The error could be a result of timeouts or resource constraints. Optimizing your Databricks queries to be more efficient might help. Consider reviewing your queries for any potential optimizations, such as filtering unnecessary data early in the query or using more efficient join types.

 

3. Adjust Retry Settings and Timeout: If the issue persists, consider adjusting the retry settings and timeout for the refresh operation.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors