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

Siebel - Issue while Network Simulation - Unable to determine full application's path

$
0
0

Hi Team,

 

Whenever we are limiting the network bandwidth (using Network Simulation setting) and running the scripts, getting below error.

 

"Unable to determine application's full path."

 

However the scripts are working fine if we are not giving any network bandwidth.

 

 

We are getting this error always at first occurrence of Auto-correlation function of Siebel. There after scripts fails.

 

web_reg_save_param("Siebel_Parse_Web_Page135", 
        "LB/IC=", 
        "RB/IC=", 
        "Ord=1", 
        "Search=Body", 
        "RelFrameId=1", 
        "AutoCorrelationFunction=flCorrelationCallbackParseWebPage", 
        "AutoCorrelationDll=LrwiSiebelCorrelationWrapper", 
        LAST);

 

Siebel Version - 8.1

LR version - 11.52

OS - Windows 7

 

Regards,

Deepak S. Negi


Re: Siebel - Issue while Network Simulation - Unable to determine full application's path

$
0
0

Update---

 

When I tried to run same script on Vugen 12.01 and got the below error.

 

"Unable to determin AUT's bit capacity, current application's is chosen"

 

Regards,

Deepak S. Negi

LoadRunner for mainframe

$
0
0

Hi All

 

Does any one know if Loadrunner can test mainfram application?

 

Thanks

Re: TruClient Parameter from Site

$
0
0

Got it working, thanks for your help!

Re: LoadRunner for mainframe

$
0
0

Maybe if the application is web based and connects to the database via the web teir backend. But in dealing with a mainframe only (like OS2200 from Unisys) I am not sure how well that would work out. You could attempt it with the RDE protocol, which is similar to the terminal interface of a mainframe.

 

 

edit: RDE protocol, similar to the telnet/remote into the mainframe.

Re: Unable to record script in load runner 11

$
0
0

Try going to recording options and selecting record at winlet  and socket level both.

Re: Vugen Recording Protocol for SharePoint App. and Oracle Primavera P6 Client.

$
0
0

Hi new member ,

 

Welcome to the HP Loadrunner community where you can ask questions if you get stuck with HP Loadrunner.

 

You can find the protocol advisor in VuGen (Virtual User Generator).

Start VuGen and in the menu bar click Record and the first option in the drop down menu is Protocol Advisor.

Select the Analyze Application... option in the sub-menu.

 

If it is a web application select a browser (IE or Chrome) enter the URL to your application and press Start Analying.

The webbrowser starts and your applicatoin will appear.

Now perform some actions in  the application.

Press Finish Analyzing and the Protocol Advisor gives you advise about the protocols used.

 

It is also possible to analyze a Windows Application.

Fill out the Protocol Advisor with the needed information and repeat the above procedure.

 

Good luck.

 

 

Re: LoadRunner for mainframe

$
0
0

You can test the mainframe service calls in LoadRunner using SOAP/REST.


Re: Siebel Issues when Recording Script with VuGen 11.52 - Siebel High Interactivity Framework for I

$
0
0

Hi sgel,

 

We are currently using Vugen 12.02 and are facing the same issue.

 

Were you able to find any solutions to this problem?

 

Thanks in advance

LoadRunner 12.0 Vs Flex Applicaiton Recording

$
0
0

Hello, I'm going to record Flex application using LR 12. I have few doubts before I start. Please correct me wherever necessary.

 

1. Should I go for MultIple protocol (Flex + Web) OR only Flex will do? 

2. Adding jar files is mandatory?

3. Is there any settings needs to be done at Environment variable level?

 

 

Please help.

 

Thank you.

Re: Problems with WCF Windows Web Services over nettcp bindings with callbacks in LR 12.02 and 12.50

$
0
0

Hi Murali,

 

With your HP.Utt.StandaloneDebugger.exe.config, it should be:

<?xml version="1.0"?>
<configuration>
 <startup useLegacyV2RuntimeActivationPolicy="true">
 <supportedRuntime version="v4.0"
 sku=".NETFramework,Version=v4.0"/>
 </startup>
 <system.serviceModel>
        <!-- place your binding configuration here-->
    </system.serviceModel>
</configuration>

 

Regards,

Thien

 

Edit: Here is an example, but I think you should get the configuration from Dev Team

<?xml version="1.0"?><configuration><startup useLegacyV2RuntimeActivationPolicy="true"><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><system.serviceModel><bindings><netTcpBinding><binding name="bindingName" 
		        closeTimeout="00:01:00"
		        openTimeout="00:01:00" 
			receiveTimeout="00:10:00" 
			sendTimeout="00:01:00"
			transactionFlow="false" 
		        transferMode="Buffered" 
			transactionProtocol="OleTransactions"
			hostNameComparisonMode="StrongWildcard" 
			listenBacklog="10"
			maxBufferPoolSize="524288" 
			maxBufferSize="65536" 
			maxConnections="10"
			maxReceivedMessageSize="65536"><readerQuotas maxDepth="32" 
			        maxStringContentLength="8192" 
				maxArrayLength="16384"
				maxBytesPerRead="4096" 
				maxNameTableCharCount="16384" />			  </binding></netTcpBinding></bindings>		</system.serviceModel></configuration>

Scripting TM1 cognos - DWR calls

$
0
0

Hi All,

 

Currenly we should record IBM Cognos TM1 application for one of our account. After logging in manually to the TM1 web application, we could see all excel grid cells with different menu buttions and excel tabs. Kindly suggest a protocol to record this application.

 

We tried with Web protocol and we got requests with .dwr extentions.

 

Secondly we tried with ajax tru client firefox  & IE protocol. We could able to record and replay the script successfully. But when trying to execute a shakedown in Performance Center 11.00, users are getting initiated and stucking there. Not moving to Run state. We ran in our local controller with localhost to make sure that the script is fine. Its working fine and all the transactions were successful in controller. Do we need to check the user licence availability for Ajax Tru client in Performance Center conrollers ?

 

Also for this kind of application, can anyone suggest any other feasable protocols other than Truclient, as truclient will be good when ran with limited users sicne it takes 15mb per user.

 

 

Thanks in Advance.

Regards,

Vamsi

Encoding in the correlation

$
0
0

Hi all,

 

While i try to correlate the a value, the value has special characters like / \ + = etc.

 

When i try to pass the value into the request the special characters are getting encoded like %2F and %2B etc. How am i supposed to remove th encoding and send it.

 

I also tried using HTML_TO_TEXT during correlation but it didnt work out.

 

Kindly suggest the best method.

Loadrunner not honoring date/time format

$
0
0

I am doing a SOAP request, and have set the format for the paramater to %Y-%m-%dT00:00:00, but when it submits that request, it is not honoring the defined parameter format.  It always changes it to %Y-%m-%dT00:00:00.000Z format.  I have tried to hard code it, and it does it as well.

 

Any idea why this is happeneing?

 

Thanks,

Cody

Re: Loadrunner not honoring date/time format

$
0
0

The web serivce is responding, but giving an error because it is getting passed 08:00:00.000 when it wants 00:00:00.000 as time.  Even though I do not have an hour or minute set in the variable.

 

Cody-


Re: How to fix corrupted TruClient Web - IE script

$
0
0

Hi Shlomi -

 

I was pleased to see that you are still "the man" with Ajax TruClient. I had to smile when I saw your conversation...

 

I am having the exact same problem myself right now, except I am using LoadRunner 12.02 Ajax TruClient IE. I am getting "Load failed" in Develop Script mode and almost exactly the same error when I run from inside VUGen.

 

I have opened a Service Request (#4652716054) with HP and am currently working with Gustavo Torres to try to find a resolution. However, if you know of a way to repair the apparently corrupt files, please let me know.

 

Thanks,

 

Randy Stevenson

Deere & Company

+1 (563) 723-2204

Re: Loadrunner not honoring date/time format

$
0
0

Figured it out, had to add -08:00 to the timestamp format for time zone offset.

 

Cody-

Performance Testing of the Rewrite Legacy Application

$
0
0

Hello!!

 

I need some help in understanding the below context.

 

One of our clients started migrating all of their Legacy Applications and Systems to modern technologies. We got to know that they are migrating through Micro Focus ( Visual Cobol).  Does loadrunner support Visual Cobol applications? Am seeing silk performer as Micro Focus tool and not sure at this point of time what tool shall I propose for performance testing. 

 

Can someone kindly help me if Loadrunner can be fit for testing Micro Focus applications?

 

Thanks in advance!!

 

Thanks,

Vemuri

Error while retrieving body -- can not parse output parameters

$
0
0

While performing a Soap request, I am receiving the following error which is causing the replay to fail:

 

Action.c(9): Error:InvokeMethod failed: org.xml.sax.SAXException: wrong number of arguments
java.lang.IllegalArgumentException: wrong number of arguments
Action.c(9): Error:InvokeMethod failure: AXIS engine threw an exception.
Action.c(9): Error:Internal error, please call customer support. Details: Error while retrieving body -- can not parse output parameters
Action.c(9): Error:Web service call "GetAvailability_101" execution failed

 

The snapshot shows the request and response, and they are correct.  I do notice, however, that the response is not getting written to a parameter.

 

Any idea why it is erroring, even though the web service call is indeed succeeding?

 

Thanks,

Cody-

Shunra + HP NV + Performance Center / Transaction Manager has not been configured in this test

$
0
0

Hello,

 

We are trying to invoke the Transaction Manager APIs from our LR scripts to generate a Shunra file to be analyzed with Shunra Analytics. As part of our setup, we are using HP NV to simulate network conditions (for instance, 3G network).

 

- We have already enabled "Allow Packet Capture" in the Shunra NV Global Settings

- We have already enabled "Capture Packets" in the Location that we defined.

- We have already modified one of our scripts to invoke Transaction Manager APIs as per documentation.

 

Once we start our execution, we are getting a 500 error while trying to Connect to the Transaction Manager with the following message:

 

"Transaction Manager has not been configured in this test"

 

We are using endpointIdentifier=ID_CLIENT_FLOWS_1 as per documentation, which corresponds to the information contained in the NTXMetaData.xml generated.

 

<B2C_ENDPOINT ID="ID_CLIENT_FLOWS_1" NAME="Client flow 1" FLOW_ID="FLOWS_1">

 

If we dot not add the API calls in our script, the Shunra file is generated succesfully, but we are unable to analyze per transactions, which is our goal.

 

Could you please help us to understand why we are facing this 500 error and how can we fix it?

 

Thanks

Viewing all 12134 articles
Browse latest View live