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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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
Hello,
I have now tested this.
Unfortunately, it doesn't work even if I change the range.
Many Greets