Hello community
Is there a way to check from within an automation if another job is running?
The goal is to let a job run in unattended mode. If the job stops for whatever reason except successfull finish (let's say, theres a bug, or internet pr...
Hello
I have an issue which prevents me from capturing the Chrome File Dialog. The automation needs this dialog for uploading a file on a webpage.
So far I have created a new (UI) application and tried to capture the "Browse file" screen or even ...
Hello
Has anyone experienced this issue before? The agent would just disconnect/restart after about 5min of reading/writing excel data.
The agent version I am using is 2.0.13, but this happened on 2.0.9 as well.
Whats interesting is: the iss...
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 ar...
Hello JanaThanks, this looks like a good approach. I think about handling the issue like that:The actual package would be set to attended mode (API trigger) while I create another package - the scheduler package - which would execute two API calls:Th...
Hello BaptisteThanks for the guide. I have solved the issue by now by just capturing a blank chrome window as a new UI automation, after that capturing the chrome "browse file" dialog, as a sub-screen of this application.KR Chris
Hello Benjamin
Thanks for your post. I find myself struggling implementing the websocket on my CAP project, though. Where is the socket:
const wss = new WebSocket.Server({ noServer: true });
... being created?
My coding looks something like t...
Hey Peng YingqianI recently ran into the same issue:https://answers.sap.com/questions/13462314/agent-disconnected-while-running.htmlThe issue happens when activating cells/writing data into cells (excel), after about 5 minutes (this is no timeout iss...