Generic Error in Synapse Studio Pipeline
Jaryd
177
Reputation points
Hello, I am just starting to use Synapse Studio. However, I have been using Azure Data Factory for a few months.
I have a pipeline that is just a single dataflow activity, copying data from our Azure SQL to Synapse SQL Pool. But I keep getting this error:
{
"errorCode": "125",
"message": "Internal Server Error:Failed to submit job on interactive cluster. Integration Runtime '', ActivityId: '3fb6e273-bd09-4c07-b09d-91329a7fc7ba'.",
"failureType": "SystemError",
"target": "toBillingSynapse",
"details": []
}
A normal copy activity does work, just not the data flow ones.
I cant find anything online to assist. One interesting thing I found was, I accidentally ran the pipeline while the the SQL Pool was pause and it still gave that same error.
Anyone have any troubleshooting ideas? Thanks!
Sign in to answer