Forum Discussion

jcamilo1985's avatar
jcamilo1985
Icon for Helper III rankHelper III
3 years ago
Solved

datamart An internal error happened due to failed runtime assertion

Good afternoon

I hope you are very well, I come to you to find out if anyone else has had an error similar to the following

 

 

This error occurs when I want to make some modification, at first I was trying to add columns to a table that is built using an Oracle SQL query.
It also won't let me add tables.
The strangest thing is that previously it could be modified without difficulty.
Any help will be appreciated

  • A 500 status code, indicates an internal server error. In these instances, you could wait a few seconds and retry, potentially a few times before you give up.

     

    Use this as a lead:  Wait-Retry Pattern,  and in particular the section on ManualStatusHandling.

2 Replies

  • Hi folks, Hi jcamilo1985 

    I just delivered  a big book to my (french) publisher last week on Datamart and collected at the last chapter all error messages and solutions. So this may help you.

    This error is well known. It means that the region or "locale" is not appropriate in one of your query; considering the same Datasource connexion already exist with a differente "locale" setting. 

    In my case the cause came from a query that had been copied from another and the bad  line was a "changed type" step in Power Query OnLine.

    Please check into the M queries of all tables and look  for locale such as Nl for Netherland or Fr for French or any locale and delete this item with the appropriate syntax. I did that with success.

    Courage.

    Please ask to join The Datamart Linkedin Group

    (20) Datamart (Power BI) | Groupes | LinkedIn

  • foodd's avatar
    foodd
    Icon for Community Champion rankCommunity Champion

    A 500 status code, indicates an internal server error. In these instances, you could wait a few seconds and retry, potentially a few times before you give up.

     

    Use this as a lead:  Wait-Retry Pattern,  and in particular the section on ManualStatusHandling.