I have used SAP Logon activity with the connection name to launch the SAP application. I can see that the application is launched with the correct connection name and prompting for user name and password. Though the flow is not moving to the next activity. Can you please advise on what would be the problem?
Note: SAP application does not have a legacy login/home screen. It has “SAP secure login” window.
Thanks for the reply. It is neither stopping nor throwing any error.
When i attempted to close the connection window, it automatically retries due to its inbuild property to retry for 5 times. So, i reduced the number of retry to 1 and tried again but still once after the retry only it stops with the “Internal SAP error”.
Though the activity works as indented, i dont know why it is not recognizing it and why it is not moving to the next activity.
Note: I have surrounded it with try catch as well, unless and untill i manually close the connection’s login prompt it is not retrying, and once after the retry it comes out of the “try catch”
Thanks for the reply.
That is what the main issue is, the activity seems to have its own inbuild “element exists” condition with no timeout so it is not moving to next activity at all unless and until it finds the desired output. Hence f we manually close the output window, it performs the retry ritual to the number of times mentioned an then comes out of the activity.
Make continue on error as True in SAP Logon & check.
Create a login sequence & don’t use SAP Logon activity. I have some of the sap clients where SAP Logon not works at all. You can simply build SAP login sequence. It is hardly 3 type into activities.