Forum Discussion

KaweekaInBkk's avatar
KaweekaInBkk
Frequent Visitor
3 years ago

Errors running Fabric Dataflows Gen2 inside a Fabric Data Pipeline

I have a couple of DataFlows Gen2 that run just fine if I use the Refresh scheduler.

 

However, I want to encapsultate them within a Data Pipeline as I need to run a couple of Snynapse Stored Procedures once these DataFlows have successfully excecuted.

 

Everything is passing validation but within 4 seconds of invoking the DataFlow the service is returning an error:

Error code 20302
Failure type User configuration issue
Activity IDd7f4336d-006a-4c3c-ac9e-135f42b0f13d
Details
Microsoft.DataTransfer.Execution.Core.ExecutionException: Refresh Dataflow failed with status: NotFound message: Not Found
 
How do I go about troubleshooting this further? If the validation passes, why am I having configuraiton issues? To be clear, that DataFlow does not require parameters of any kind.
 
Any help or insight is greatly appreciated!

4 Replies

  • Were you able to solve this, I have also run into the user configuration issue error 20302 error code?

  • data_power's avatar
    data_power
    Frequent Visitor

    Hi, I have the same issue , by any chance did you find a way to make it work?

  • I have the same issue 20302..Dataflow runs without problem on its own

  • I was receiving the same error. I was using on-premises SQL Server on my dataflow. That Dataflow is called inside Pipeline.

     

    I resolved it by updating the credentials on Dataflows and if you are using gateway as well then try changing gateway.

     

    Also, I re-applied the Query Steps inside the DataFlow Gen 2.