Micro Focus QTP (UFT) Forums
500 SAP Internal Server Error - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: 500 SAP Internal Server Error (/Thread-500-SAP-Internal-Server-Error)



500 SAP Internal Server Error - Ansh123 - 04-17-2014

Hi,

I am using UFT11.53 with SAP and Web Add in to script an SAP web application. When my script clicks on a link, I get the 500 SAP Internal server error. I don't get that error when i click it manually. The code looks like this-

Code:
Browser(abc).page(xyz).frame(def).link(Selectgef).Click

During run time as soon as the script clicks the link, SAP throws following error:

"500 SAP Internal Server Error
ERROR: The ASSERT condition was violated. (termination: RABAX_STATE)"

Has anyone else run into this issue. I would like to add that the whole script runs very slow too.

Thanks
Ansh


RE: 500 SAP Internal Server Error - Ankur - 04-17-2014

In my personal experience, 500 internal Server error is normally linked to Database connectivity issues but in your case you say that app works fine while navigating manually. Please check the transaction/process just before this error, maybe some event is not getting fired which maybe essential for your app to run.

Let us know how it goes.


RE: 500 SAP Internal Server Error - Ansh123 - 04-29-2014

Hi Ankur,

I tried running the script in debug mode and the step just before the code was getting clicked. I still got the error message.


RE: 500 SAP Internal Server Error - Ankur - 04-29-2014

Try to change the replay type from browser events type to keyboard type. It is available under Settings.WebPackage


RE: 500 SAP Internal Server Error - Ansh123 - 05-07-2014

Hi ankur,

Is this a code that I have to enter or is it some settings that I have to change in UFT itself. Can you please be more specific. Sorry not done the replay code before.