Hi,
I use a web activity to call the SAP API and get the actual token. I use it in an ADF where I have one main pipe that executes multiple pipes, each starting with this web activity, and in 2 other ADFs where I call this API only once. Occasionally, in a random ADF, in a random pipe, an error occurs after about 45 seconds:
Operation on target Get_Access_Token failed: Error calling the endpoint '[ws addres]' Response status code: 'NA - Unknown'. More details: Exception message: 'NA - Unknown [ClientSideException] An error occurred while sending the request.'. Request didn't reach the server from the client. This could happen because of an underlying issue such as network connectivity, a DNS failure, a server certificate validation or a timeout.
We called it in Postman on 2 computers at the same time for about a minute and didn't receive any error. Each of the dozens of calls completes successfully after about 1 sec.
Below you can see my Web Activity settings in ADF:



Thank you in advance for any answers that can help solve this issue.