How detect SAP logon error

Hi ,

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 .

Can someone provide me the solution for this ?

Thanks in advance

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
image

Hii

you can use element exists and put selector of sap easy access

The popups freeze excution so we can’t use element exists .

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
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.