0

I've been developing a pipeline in ADF with one simple copy activity taking data from SQL Server on premise up to an Azure SQL Database and yesterday came across an issue (pipeline image below)

enter image description here

My pipeline kept failing to debug in the same place with the same error

{
    "errorCode": "BadRequest",
    "message": "The integration runtime 'Integration-Runtime-Name' under data factory 'Data-Factory-Name' does not exist. ",
    "failureType": "UserError",
    "target": "PiplineActivity"
}

The day before it had worked without any issues, and I realised although the debug run failed, if I kicked off a trigger run the pipeline would succeed.

I tested this out with a couple of different runtime environments and a completely new pipeline, but got the same result. I even stripped the one copy task it was trying to do down to a simple test table with one column and one row.

Can anyone else verify they are seeing the same or different behavior? or point out if I'm doing anything wrong. I would like to emphasise it was working fine the day before yesterday.

Many thanks

1 Answer 1

1

The issue has been fixed. Please have a try again. Thanks.

Sign up to request clarification or add additional context in comments.

1 Comment

Yes looks like the bug has been fixed

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.