Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Error -26612: HTTP Status-Code=500 (Internal Server Error) within the LoadRunner forums, part of the Software Testing category; Can someone please help with the follwoing error Action.c(252): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "https://cs2.salesforce.com/services/proxy?no-cache=1223668748498" [MsgId: MERR-26612] Action.c(252): web_custom_request("proxy") highest severity level was "ERROR", 526 body bytes, ...
|
|||||||
|
|||
|
Error -26612: HTTP Status-Code=500 (Internal Server Error)
Can someone please help with the follwoing error
Action.c(252): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "https://cs2.salesforce.com/services/proxy?no-cache=1223668748498" [MsgId: MERR-26612] Action.c(252): web_custom_request("proxy") highest severity level was "ERROR", 526 body bytes, 279 header bytes [MsgId: MMSG-26388] Thanks |
| Sponsored Links |
|
|||
|
Re: Error -26612: HTTP Status-Code=500 (Internal Server Error)
Check all tha inputs you're giving, for example if the date is in correct format, like 10-OCT-2008 instead of 10-Oct-08, or if you're using a correct correlation.
|
|
|||
|
Re: Error -26612: HTTP Status-Code=500 (Internal Server Error)
Quote:
how to overcome this proxy error web_custom_request("proxy", "URL=https://cs2.salesforce.com/services/proxy?no-cache=1225217637863", "Method=POST", "Resource=0", "RecContentType=text/xml", "Referer=https://cs2.salesforce.com/apex/ProspectDetailsPage?id=00QR0000001DBpy", "Snapshot=t6.inf", "Mode=HTML", "EncType=text/xml", "Body= " LAST); |
|
|||
|
Re: Error -26612: HTTP Status-Code=500 (Internal Server Error)
Hi,
First of all check whether you are behind any local proxy. You can do that by opening a Internet Explorer browser & go to Tools>>Internet Options>>Lan Settings. There you can see the Proxy information if you are behind any proxy. If any proxy you are seeing there then in VuGen RunTime Settings select the Proxy option as "Obtain the proxy from default browser". After that scan the script for any corelations. From the information you have given it is likely that cache number is to be correlated. If you are not able to do auto correlation then U need 2 proceed with manual correlation. Search for the same string "1225217637863", in the server response before this step. then capture this into a variable by using web_reg_save_Param() function (Check Functional reference guide for usage of the web_reg_save param() function). If you dont have any response with that ID, then it is likey that you can ignore this within the script. To do that you just need to remove that string number & try replaying it. Post Ur finding after that. Regards, Rajasekhar G |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to capture http status code during test?? | MadMax | QTP | 0 | 09-17-2008 06:04 AM |
| Internal Error 2908 | bodipudi | SilkTest | 0 | 08-20-2008 07:05 AM |
| Error: Internal error in agent - Function never returned a value | sajithkutty | SilkTest | 6 | 06-02-2008 05:05 AM |
| Ora-600 : Internal code Error 26599 | jgobinath | Oracle | 7 | 02-27-2007 08:04 AM |