Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all 12134 articles
Browse latest View live

Re: AJAX TruClient - failed to initialize. reason timeout error in Performance center

$
0
0

What are the proxy settings in run time settings for the scripts? It mignt be that you need to configure a proxy.

Did you try running the LoadRunner agent as a process and not a service? I saw cases where it worked and that can explain that it is a configuration issue when running under service mode, 

Please contact HP support if needed to trouleshoot it

 


Re: TruClient- web script execution issue

$
0
0

According to the log file one of the scripts has object identification issue and the other one get disconnection of http request.

These are two different issues. 

In PAS_Document_Upload an object is not found ("Click on User name textbox ** failed - target object was not found."). Please try to replace the object selected in the step in order to :"refresh" the identification. If that does not work try using alternative step option, or add related object, or change identirfication method to XPath, etc... In short try all possile option available to resolve object identification issue

In SFDC_MI_2_0_NonDelegated you need to check why the connection is closed. Did you fail to authenticate maybe? Are you trying to access an invalid location? Do you have your proxy settings setup correctly?

If you fail troubleshooting this on your own, you can contact HP support for help

Regards,

Shlomi

 

Re: Issue with Oracle EBS R12 script replay

$
0
0

Hi Mohan,

 

I am also facing the same issue with oracleweb11i in LR 11.50, recorded in IE and java version is 1.6.0_27 we are stuck with this issue Please help as soon as possible/atleast provide the solution implemented..

 

Thanks a lot..

Re: HTTP Status-Code= 407( Proxy Authentication Required)

$
0
0

Hi Dennis,

thanks for the reply,

Are you 100% sure that there is no connectivity problem from the LG to the aut?
- check this via a browser on the LG;

We checked application via browswer on the LG  before we started lauching the test. so we are able lauch it without any issues.


- install VuGen on the LG and run your script.

we didnt tried this

You write it runs in VuGen and fails in the controller.
Are you aware that when you import a script in the controller for the first time, that the RunTime settings are copied in the scenario and when you make changes in VuGen it does not automatically update the scenario RunTime Settings?
- make changes in the Controller RunTime Settings;
- disconnect your LG before you test your new settings.

Before lauching the tests we check the RTS in Performance center modify it accordingly.

We tried with different set of proxy for multiple times. As i mentioned in my first post.

As said in my earlier post, while lauching of the test only Performance centre throws those errors and vuser are thrown away without any transactions passed/failed.

Note: while i was doing a sanity a week ago, one of the test passed for 30 to 40 mins after that again it started throwing errors, this is only one test i have. But without any changes i ran the same scenario immedaitely after the sanity it shooted the errors again in the beginning itself. its strange for us.

Please help me if anything else i need to do.

For installation related.

$
0
0

Hi ,

 

I am trouble to install HP LoadRunner 12.50 Community Edition freeware.

Can anybody tell me what is the issue for that.

it is not display any error message. so i can resolve it.

 

Thanks in advance. 

 

 

 

Re: For installation related.

$
0
0

Hi

Can you please elaborate on what is the exact error you are seeing?

maybe put a screen shot?

Thanks,

Lior

Re: GWT and Loadrunner integration

$
0
0

Hi,

I am also getting the same error:

The follwing class is missing in the GWT DFE configuration: javax/servlet/servletinputstream

 

Kindly please help me out incase you found a resolution to it.

 

Also are the configuration settings different if the application is using GXT (Ext GWT) rather than GWT.

Please do let me know.

 

Thanks in advance.

Re: Issue with Oracle EBS R12 script replay

$
0
0

Please make sure all the correlations are done. We had quite a few dynamic values for the login screen along with the usual suspects - icx_ticket and ncajservsessionid. 

For the web_set_user error, open firefox > type about:config > search for security.ssl3.dhe_rsa_aes_128_sha and security.ssl3.dhe_rsa_aes_256_sha. Set them both to false

Also, do not delete the NCAJServSessionID that LR auto-corelates. You will not see this parameter being used in the script. Note that it gets added to the default.cfg file of the script. If you do not find it, you need to add it manually.

Use the URL method for recording.


Re: Popup message using TruClient IE

$
0
0

You might check the antivirus logging. In my case McAfee logging noted:

Blocked by port blocking rule C:\Program Files (x86)\HP\Virtual User Generator\bin\Firefox\firefox.exe       User-defined Rules:Block Proxy          127.0.0.1:8080

When checking out de virusscan console setting I found in the Acces Protection Properties that there was a user-defined rule set which blocks the proxy. Remove this rule and afterthat I was able to record and save my truclient scripts.

Re: Oracle Forms Java applet not launched during replaying

$
0
0

Should be a simple fix,

You need ICX ticket for forms. Re-record, it needs to be recorded. Your replay is never getting into the forms so it will show "error" instead of the correct window name, which will halt the recording.

 

Re: Loging out existing session in server

$
0
0

Hi,

I'm guessing that your business process is being recorded using the Web Protocol and that the "login" step involves clicking on a login link and providing a username/password pair to complete this step. Once the login completes you might expect to see some header value being populated with a "context" value which represents the user session so you would need to "capture" that value (correlation?) and then "store" it within a data structure that is managed by your script.

The first step then would be to record a "simple" single user login/logout script and replay it with full extended logging. It is possible that correlations will be added during script generation however it should be possible for you to inspect the replay log and identify values that change. Replay a second time to confirm what values change from session to session (you may choose to use a different set of credentials the second time). 

You may be faced with some gotchas like what if the server "rejects" multiple connections from a particular IP address or perhaps implements a limit on the quantity of connections. Also it may be that the server times out inactive sessions and a workaround for this might be to modify the application under test (AUT) timeout period for the purposes of the load test.

Hope this helps,

Mark

Whether Loadrunner version 12.02 is Java 1.8 supported?

$
0
0

LoadRunner 11.52 Service Pack Release supports jdk 1.7 and we are using 11.52 version for running Java vuser scripts.

Now our project is started using jdk1.8 and so we have a requirement to use jdk8 for java vuser scripting.Since version 11.52 does not jdk 1.8 ,Is there any patch available for Loadrunner 11.52 to support jdk 1.8  (or) Would like to know whether upgrading to Loadrunner 12.5 latest version supports jdk1.8 ? 

This is urgent to know.would someone throw light here?

Re: GWT and Loadrunner integration

$
0
0

Include servlet.jar file in the classpath and regenerate the script. Contact your development team for the Jar file, alternatively you may get it in internet also

Getting an error “Request execution is failed due to Missing or invalid X-CSRF Token

$
0
0

Hello All,

We are using SAP HANA application with http web protocol. We have simple script where we are not able to go ahead. Below is the application flow.

1. Launching the application
2. Enter the login credentials
3. Click Login button

Above 3 steps we have recorded and replayed the script, but we are getting an error “Request execution is failed due to Missing or invalid X-CSRF Token”.
We have checked in our script, but we don’t find any CSRF token value in our script. We identified this CSRF token has been passing in Headers.
Than we have added “web_add_header ("CSRFToken”, <generated value>"); but issue still persists.

Please help us to handle this error.

Re: HTTP Status-Code= 407( Proxy Authentication Required)

$
0
0

Hi, @gsaikumar,

The 407 error means your LG is connecting to AUT via a proxy, and the Proxy server is asking for Authentication.

The solution is use web_set_user() to specify a login string for the proxy server.

 

To analyze the issue, you can turn the extended log on, a typical 407 messages looks like:

 

Action.c(8):     HTTP/1.1 407 Proxy Authentication Required ( Forefront TMG requires authorization to fulfi

Action.c(8):     ll the request. Access to the Web Proxy filter is denied.  )\r\n

Action.c(8):     Via: 1.1 MYD-VM06241\r\n

Action.c(8):     Proxy-Authenticate: Negotiate\r\n

Action.c(8):     Proxy-Authenticate: Kerberos\r\n

Action.c(8):     Proxy-Authenticate: NTLM\r\n

Action.c(8):     Connection: Keep-Alive\r\n

Action.c(8):     Proxy-Connection: Keep-Alive\r\n

Action.c(8):     Pragma: no-cache\r\n

Action.c(8):     Cache-Control: no-cache\r\n

Action.c(8):     Content-Type: text/html\r\n

Action.c(8):     Content-Length: 4139  \r\n

Action.c(8):     \r\n

Action.c(8): HTTP Status-Code=407 (Proxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied.  )) for "http://kalimanjaro/cgi-bin/print_via_as_link.asp"              [MsgId: MMSG-26624]

Action.c(8): Attempting retry due to the above HTTP Status-Code of 407 for "http://kalimanjaro/cgi-bin/print_via_as_link.asp"              [MsgId: MMSG-26678]

Action.c(8): t=1193ms: reporting user data point RETRY_407           [MsgId: MMSG-26000]

Action.c(8): t=1194ms: Already connected [0] to myd-vm06241.hpswlabs.adapps.hp.com:81                 [MsgId: MMSG-26000]

Action.c(8): t=1387ms: 2481-byte request headers for "http://kalimanjaro/cgi-bin/print_via_as_link.asp" (RelFrameId=1, Internal ID=1)

Action.c(8):     GET http://kalimanjaro/cgi-bin/print_via_as_link.asp HTTP/1.1\r\n

Action.c(8):     User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3; Win64; x64; Trident/7.0; .N

Action.c(8):     ET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)\r\n

Action.c(8):     Accept-Encoding: gzip, deflate\r\n

Action.c(8):     Accept-Language: en-US\r\n

Action.c(8):     Accept: */*\r\n

Action.c(8):     Proxy-Connection: Keep-Alive\r\n

Action.c(8):     Host: kalimanjaro\r\n

Action.c(8):     Proxy-Authorization: Negotiate YIIGHwYGKwYBBQUCoIIGEzCCBg+gDTALBgkqhkiG9xIBAgKiggX8BIIF+GC

 

 

logs in yellow shows: the Proxy server returns 407 error to indicate that it requires  authentication, and the supported authentication method is listed(Negotiate/ Kerberos / NTLM)

logs in green shows:  LR retry the connection using one of the supported authentication method.

 

web_set_sockets_option("PROXY_INITIAL_BASIC_AUTH","1"); won’t help here. It just told LR to use an authorization method directly to reduce the “retry” steps.

 

Hope you can find the failure reason based on logs.

Anyway, you can post the extended log on LG here for further analyze if not sure.


Re: Correlation function for flex protocol

$
0
0

Please provide full xml reponse to create the query.

Or else use below link to generate the query:

http://xmltoolbox.appspot.com/

In the above url, put your xml response and click on the respective variable you want to get query.

Query will be displayed below the text field of the response.

Note: The above query generated will be positinal based query. 

Re: Issue with Oracle EBS R12 script replay

$
0
0

Thanks a lot for the suggestions..

I made the changes in the firefox(turned them to false) and unfortunately when i tried recording the script in firefox JAVA client is not getting invoked, we have used IE 8.0 and made all the changes for the script(Like NCAJserv added to Default.cfg) even then still facing the authentication issue, could u please tell us any solution,

 

Thanks for all the Help..

Re: Issue with Oracle EBS R12 script replay

$
0
0
What step are you getting this error? Is it at the nca connect statement? Or even before? Also are you able to get to the Oracle homepage after logging in while replay?

Re: Issue with Oracle EBS R12 script replay

$
0
0

I am getting an authentication issue before the RF.jsp call..

 

 Error -26630: HTTP Status-Code=401 (Unauthorized) for "http://*************.com/OA_HTML/RF.jsp?function_id=MAINMENUREST&security_group_id=0"  [MsgId: MERR-26630

 

this is where it is failing and login is not happening and failing with a 401 in the response body for the RF.jsp.

 

Re: Facing issue with Web Tours Creating Customer Profile

$
0
0

First of all thanks for your solution.

I installed v12.50 today and I have the same problem.

I can't create a user but I can login as jojo.

Is this because I haven't bought the product?

Does the free license restrict me from creating users?

Viewing all 12134 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>