How to resolve this error when deploying an ADF release in DevOps

Nick Nicolaides 0 Reputation points
2023-01-12T08:20:58.1533333+00:00

We have 3 different release environments DEV, UAT, PROD.

I made a small change in a script (just added a comment), just so that I can test the deployment process, as the previous people working on this project have left and I will be taking it over.

I managed to deploy to DEV, but when I try to deploy to UAT and PROD I get the following error:

##[error]ADFT0010: Wrong path defined in config for object(path): pipeline.Cube 15 mins(properties.activities.typeProperties.url)

Do I just need to make a small change in a config file or would I need to get my head around this particular pipeline?

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

2 answers

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2023-01-24T01:08:27.54+00:00

    Hello @Nick Nicolaides ,

    Thank you for the details. As per the below error message, the specified path - properties.activities.typeProperties.url , for the object "pipeline.cube 15 mins" is incorrect. It could be that the path is not valid or that this path cannot reach using the URL.

    ADFT0010: Wrong path defined in config for object(path): pipeline.Cube 15 mins(properties.activities.typeProperties.url)

    Also, earlier you have provided this error message: {"code":"Unauthorized","subCode":0,"message":"Authentication failed.","timeStamp":"2023-01-13T09:56:34.6886605Z","httpStatusCode":401,"details":[{"code":"RootActivityId","message":"d26f6649-eca1-4a79-9e9a-24bd9134f583"}]}

    This error message indicates the credentials were wrong.

    I hope this gives some idea on troubleshooting the issue. In case, if you still need any further assistance, please let me know.


  2. Kamil Nowinski 1 Reputation point MVP
    2023-05-01T12:06:05.94+00:00

    The error ADFT0010 comes from #adftools, my PowerShell module I've written for ADF deployment.
    For any issues you have with the tool please report it by raising an issue on the project's GitHub repo here:

    https://github.com/Azure-Player/azure.datafactory.tools

    You'll find there also the documentation and discussion section - so check whether this problem hasn't been faced by any other data community member before.

    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.