ErrorCode=InvalidVariableOperation, ErrorMessage=Invalid Pipeline Definition

Ramji R 11 Reputation points
2022-02-03T06:47:18.527+00:00

I have a pipeline which we cloned which is running. After pipeline creation, validated it and published it. While published the next second the pipeline fails. With the error "ErrorCode=InvalidVariableOperation, ErrorMessage=Invalid Pipeline Definition".

I looked into the another bug similar to it https://learn.microsoft.com/en-us/answers/questions/170735/bug-adf-pipeline-descriptions-cannot-contain-39.html But we dont have any description like @{} similar to the issue. Also the pipeline is working fine in another environment. We compared the ADF code for both the pipeline the only difference is date which is expected. We don't have a clue for why it is failing.

170779-image.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,630 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2022-02-08T05:47:40.007+00:00

    Hi @Ramji R ,

    Thank you for sharing pipeline json. I checked all the code of json I see nothing abnormal there. All looks fine to me.

    Below are few things which you can try once and see if that helps.

    • Check all the linked services & Datasets which are getting used in your pipeline or actually exists in ADF and published.
    • Make sure the key vaults in linked services or parameters in datasets are defined properly.
    • After checking above. Kindly re-start trigger once by disabling and then enabling.

    Hope this will help. Please let us know how it goes and if any further queries.

    ------------------

    Please consider hitting Accept Answer. Accepted answers helps community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.