I’am using SAP Logon activity to connect to SAP . It works fine with numberOfRetries = 5 and RetryInterval = 2000 . We are working on adding a check on this activity if there is an error with SAP GUI config : Example of error Logon Balancing Error 88 ( RC=9 ) | SAP Community .
The broblem is that SAP Logon activity don’t throw an exception after exceeded the numberOfRetries and robot freeze .
you can try use this template to click the popup for you . Because popups like this will freeze execution but the template will open a separate thread to handle this popup
Thank you , i think i found the solution without adding dependency SAP Freeze handler Issues - #3 by tgoel28 .
I need to isolate the excution of SAP logon in xaml and add a timeout for this invokation