adf : error when trying to debug pipeline

javier 946 Reputation points
2021-05-18T01:36:09.417+00:00

When trying to debug my pipeline I get an error without further information regarding what went wrong:

error: Bad request Message: null

run Id : 8634fcdd-34b5-45d7-b126-64877fd5162e

I would much appreciate any help.

97328-adf-error.png

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

Answer accepted by question author
  1. KranthiPakala-MSFT 46,737 Reputation points Microsoft Employee Moderator
    2021-05-19T19:33:23.023+00:00

    Hi @javier ,

    I did discussed about this issue with internal team and confirmed that these errors are usually user errors like missing space somewhere of header payload is corrupt. As it is web header error, you can do Network trace troubleshooting on JSON payload that is throwing error error. You can step over to chrome dev tools and use the network tab to see if you can capture the request, a POST to management.azure.com with the 400 BadRequest.

    In case if you are still blocked and need assistance, please do share the JSON payload of your pipeline which would help us to troubleshoot the issue.

    Additional info: Here is a SO thread related to similar issue related to user configuration: https://stackoverflow.com/questions/53754827/adf-v2-failure-when-using-bool-variable

    Do let us know how it goes.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

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