DataFlowManagerClient.getPayload: 400

Carlos Parra 51 Reputation points
2022-01-11T15:32:08.333+00:00

My data flow was working fine for months and it failed last night. I found the source of the problem and I'm debugging manually. Same error. What is happening?

java.lang.Exception: DataFlowManagerClient.getPayload: 400 - RunId: 62d84de6-e35b-4666-834e-3dbfc7050a86

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,593 questions
0 comments No comments
{count} votes

Accepted answer
  1. AnnuKumari-MSFT 32,821 Reputation points Microsoft Employee
    2022-01-12T10:50:38.033+00:00

    Hi @Carlos Parra ,

    Thankyou for using Microsoft Q&A platform.
    Looks like the issue is credential is invalid. Can you please test if the connections for all of the linked services used in the data flow are successful.
    There are several potential reasons which could cause this:

    1. Configured a Git repo for the factory and used the repo for multiple factories
    2. The factory has been moved to different resource group/subscription
    3. Created the linked service in different git branches then merged them together in master branch.

    In case everything looks good from your side, I would suggest to try debugging again after few hours and update accordingly so that we can reach out to our internal product team to investigate further.

    Hope this will help. Please let us know if any further queries.

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

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
      Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Carlos Parra 51 Reputation points
    2022-02-15T18:53:13.24+00:00

    I was able to deduce what the problem was. This has to do with running a pipeline when azure vault is used and the pipeline is run from a branch. You guys need to test this scenario and document it. There is nothing wrong, all this is, again, is when a process is run from a branch and the branch cannot communicate with the key vault that is in production...something of that nature. Please document this. Thanks.

    1 person found this answer helpful.
    0 comments No comments

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.