on 2021 Apr 08 10:06 AM
Hello community
I created an IRPA script on Desktop Studio that sequentially goes through 3 SOAP-AJAX calls (POST), each in their own step with the EndStep being placed within each calls success-handler.
Now, the AJAX calls themself work, they are doing their job in the backend, which is good but not sufficient for our usecase, since we rely on the success-handler to proceed further. Executed on postman or CMD (curl) the mentioned webserives would also (and always) return an adequate response.
However if I run a call in IRPA it usually goes into a timeout (the call itself can take 55 seconds and more).
The error that is returned is 12002 "Das Zeitlimit für den Vorgang wurde erreicht.". (The time leased has been exceeded)
CURL (executed in IRPA) does not work for us. We tried to implement the approach showcased by Jerome Grondin:
https://answers.sap.com/questions/13036165/odata-service-is-showing-error-a-security-error-is.html
... but upon longer requests IRPA would not close the CMD promt and run forever without the cmd.exec running into its success-handler function or catch error.
Did anyone go through this hassle before as well? Are there solutions?
Kind regards
Christian
Request clarification before answering.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.