Forum Discussion

JE_test's avatar
JE_test
Resolver I
2 years ago

Dataflow refresh started failing today MashupException.Error

Hi!

 

I've had about 90 dataflows set up for a few months now. Last night all but 2 of them failed with error MashupException.Error

The two that succeeded were very small tables with less than 100 rows of data.

I'm loading data from an on-prem SQL server, as well as an Excel-file from a Sharepoint folder (this one also failed).

On-prem-server:

 

Excel-file:

 

 

Has there been any change in Fabric in the last 36 hours?

 

best regards

26 Replies

  • I just noticed that one of my dataflows were still running (or parts of it, before clicking into it it just said "failed"). trying to load 5 rows of data and it has been running for 36 hours now... and no easy way to cancel it.

    When will you implement cancellation of dataflows?

    • v-cboorla-msft's avatar
      v-cboorla-msft
      Microsoft Employee

      Hi JE_test 

       

      Thanks for using Microsoft Fabric Community.

      Apologies for the inconvenience that you are facing here.

      When using Microsoft Fabric Dataflow Gen2 with an on-premises data gateway, you might encounter issues with the dataflow refresh process. The underlying problem occurs when the gateway is unable to connect to the dataflow staging Lakehouse in order to read the data before copying it to the desired data destination. This issue can occur regardless of the type of data destination being used.

      For more details, please refer : On-premises data gateway considerations for data destinations in Dataflow Gen2.

       

      If you are using Microsoft Fabric through an on-premises data gateway, be sure to update to the latest version of the gateway. Some errors related to output destinations or queries might be resolved by upgrading the gateway and also this ensures that any updates to Fabric features and known issues are propagated through the gateway.

      For details please refer : Currently supported monthly updates to the on-premises data gateways.

       

      We're adding support to cancel ongoing Dataflow Gen2 refreshes from the workspace items view, timeline for the cancel feature, please refer : Cancel refresh support in Dataflow Gen2.

       

      I hope this information helps. Please do let us know if you have any further questions.

       

      Thanks.

      • Element115's avatar
        Element115
        Memorable Member

        Hold on a sec... are you saying that the following is the path the data takes? This is the sentence that bothers me:  

         

        The underlying problem occurs when the gateway is unable to connect to the dataflow staging Lakehouse in order to read the data before copying it to the desired data destination.

         

         

        1__on-prem DB-->GW-->DefaultStagingLakehouse

        followed by 

        2__DefaultStagingLakehouse-->GW-->user lakehouse

         

        Why is the data path instead not like this? Or is it?

        1__on-prem DB-->GW-->DefaultStagingLakehouse

        followed by 

        2__DefaultStagingLakehouse -->[ internal Fabric bulk copy mechanism ] --> user lakehouse

    • v-cboorla-msft's avatar
      v-cboorla-msft
      Microsoft Employee

      Hi JE_test 

       

      I'm following up to see if you've had a chance to submit a support ticket. If you have, a reference to the ticket number would be greatly appreciated as it would help us to track for more information.

       

      Thanks.

      • Element115's avatar
        Element115
        Memorable Member

        v-cboorla-msft Do you have an answer to my question requesting clarification re whether or not there is a roundtrip to the on-prem GW?