When replaying my script in vugen I get the error: Error -26612: HTTP Status-Code=500 (Internal Server Error) for "and some url" [MsgId: MER-26612]]
I could mantion that we are using a security string at the end og the initail url in loadrunner vugen scripting when recording and that this url changes when logged in to the webapp (we are doing this to avoid opensso problems, it is not implemented yet).
Can anybody tell me what this error message means?
Cheers Magnus
Magnus,
This error message is exactly what it says "Internal Server Error". This is a problem with the application not liking your query. I suggest that you do this manually, then work out what is different with your LoadRunner requests.
Remember, you are just using LoadRunner as a tool to simulate HTTP requests. If your requests aren't correct, then either manually or using a tool you will get this error.
I suggest you spend some time with Firebug, HTTP Watch, or Fiddler and see what is different between the requests via the browser, and the requests made via LoadRunner.
Simple, you are passing data that either the system does not know how to process or is inappropriate given the context of the previous request/response pair. Here are the typical reasons
In short, barring an odd under load condition, this is all directly related to poor script development practices.