Azure Data Factory Query Problem with Web Activity

Rene Fürstenberg 0 Reputation points
2024-04-05T11:26:25.2133333+00:00

Hello Community

I have the following problem with a query in Azure Data Factory.

I can retrieve the data with the following URL (example ULR) in Postman without any problems. However, in ADF I get the following error message.

https://test.test.de/ttt/2/services/test-order/orders?limit(0,99999)

Error Message Web Activity.png

However, if I only use

https://test.test.de/ttt/2/services/test-order/orders the query works.

I suspect a problem with "?limit(0,99999)".

Any ideas?

Thanks.

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

2 answers

Sort by: Most helpful
  1. Rene Fürstenberg 0 Reputation points
    2024-04-05T18:14:04.3766667+00:00

    Hello,

    Thank you very much for your answer.

    Without "?limit(0,99999)" the query works perfectly.

    I haven't reduced the range yet, but I will test it and let you know the result.

    ADF probably interprets the URL differently.

    Best regards


  2. Rene Fürstenberg 0 Reputation points
    2024-04-10T05:15:36.81+00:00

    Hello,

    I have now tested this.

    Unfortunately, it doesn't work even if I change the range.

    Many Greets


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.