I am trying to set up the monitors to watch the CPU and Memory usage for now. We are in the preliminary stages of our new site. I can get through the...
497
jeremie.w.dowdrick@...
Dec 4, 2000 4:51 pm
Has anyone used LoadRunner Web with ITS - SAP? If so how do you capture the URL Links to be dynamic? Is there anything I should Look for in this type of...
498
ilia bromberg
iliabromberg@...
Dec 5, 2000 9:47 am
Danny, What OS you run Controller on (don't use Win9x!)? What OS box are you monitoring? In case of NT<->NT try to start standard PerformanceMonitor first. ...
499
Human Resources
employment@...
Dec 6, 2000 1:34 am
Anyone and everyone who has any knowledge of WAP or would like to gain knowledge is encouraged to subscribe to the WAP_QualityAssurance eGroup. This forum...
500
lom@...
Dec 6, 2000 2:42 pm
Hi Using the sample ODBC with LoadRunner, i entered a new agent name to login. In my script, how can i make sure that if i run 40 instances that iterates 10...
501
Richard Weber
rweber@...
Dec 6, 2000 4:15 pm
You need to parameterize the record id with a unique value. What may be happening is, you did not correlate the record id so the same record id is being used...
502
jeremie.w.dowdrick@...
Dec 7, 2000 1:56 pm
hello everyone I am trying to caputre dynamic data off a web page and I am having some trouble. here is a piece of code from the web page and what I am ...
503
Danny
danny.lenhof@...
Dec 7, 2000 3:26 pm
Thanks for the input. The monitors were not working for a couple of reasons. First we had a bottleneck through one of or routers which was causing me to time...
504
Anant Hariharan
anant_hariharan@...
Dec 7, 2000 6:05 pm
Jeremie, For param1 I dont see a ";" in the search string... as far as param2 and param 3 go I am not sure if "&" is a reserved character, you might want to...
505
Assad Abbas
assad.abbas@...
Dec 8, 2000 6:55 pm
hi all even after parameterizing for 4 records.... and setting iterations in runtime settings.... i can see only one updated record in my databse...where it...
506
jeremie.w.dowdrick@...
Dec 11, 2000 11:47 am
Do you have extended logging turned on? If so do you see all the Parameters that you set being updated properly? If Yes is there a time stamp on your entry? ...
507
Jason Pipkin
JPipkin@...
Dec 11, 2000 7:26 pm
I am getting an error that says "Internal error: your request was unsuccessful....Cannot create CGI process - program not found." Somehow I think the MIME type...
508
ilia
bromberg@...
Dec 12, 2000 2:02 pm
Garoto, 1) Try HTTP virtual user (not HTML). 2) In case your java [chat] applet is communicating with the server not using HTTP protocol, - you should try to...
509
ilia bromberg
iliabromberg@...
Dec 12, 2000 2:14 pm
Jason, 1) Try HTTP recording instead on HTML. 2) Problems with the MIME field in the header can cause for a serios problems, but it is likely web-server...
510
Jason Pipkin
JPipkin@...
Dec 12, 2000 10:48 pm
Everything was working fine before changing DHCP settings. I am sure I have a problem with the web server, just not sure what. I now have the MIME type...
511
Stephanie
ssylve1445@...
Dec 13, 2000 1:38 am
Are you taking the LoadRunner CPS? Because this looks like a CPS question. Stephanie Netjuice Consulting (formerly Initiatives Corporation) ... From:...
512
Eran Shapira
erans@...
Dec 13, 2000 6:41 am
Hi, You should record using HTTP recording mode. Also go to Recording Options > Recording tab, and make sure that the checkbox "Restore proxy settings only...
513
ilia bromberg
iliabromberg@...
Dec 13, 2000 7:40 am
Hmmm.... There is another chance that your client IP was stored in one of the cookies files and this cookie value is used by the client to send that request....
514
Stephanie
ssylve1445@...
Dec 13, 2000 11:46 am
Greetings, I am trying to install LoadRunner on UNIX. I spent 6 hours on the phone with tech support and has not been successful in getting the network delay ...
515
Mankey, Peter
pmankey@...
Dec 13, 2000 2:35 pm
Stephanie, If the os is Solaris then you have the option of running truss which will dump out the system calls and give a lower level look at what is going on....
516
Stephanie
ssylve1445@...
Dec 13, 2000 6:14 pm
thanks Peter, I will give it a try. Stephanie Netjuice Consulting (formerly Initiatives Corporation) ... From: "Mankey, Peter" <pmankey@...> To:...
517
William Selph
wselph@...
Dec 14, 2000 4:22 pm
Hello Stephanie. There are several critical items to get security "out of the way" between NT and UNIX. "TCP/IP issues" The /etc/hosts file is used by...
518
jeremie.w.dowdrick@...
Dec 15, 2000 11:52 am
I have a test that I want to use random thinktimes but I want it based on each Vuser. If Vuser #1 then the time to be longer than Vuser#100. I guess the ...
519
Daniel Tucker
daniel.tucker@...
Dec 15, 2000 12:24 pm
Jeremie, Not sure if this will help, but it may get you on the right path: There's a command called lr_whoami that will capture the Vuser's id number. You...
520
ilia bromberg
iliabromberg@...
Dec 15, 2000 1:16 pm
Jeremie, There is a built in parameter for VU ID. Thus, you'll need to define the parameter of this type, convert it to int type and ... it is ready for use....
521
Jan Bouman
jan.willem.bouman@...
Dec 15, 2000 1:59 pm
Maybe the following code can help you: int item; srand (); item = rand ()%100; lr_output_message ("itm_cd = %i", item); // itoa(item,n,10); //...
522
ilia
bromberg@...
Dec 18, 2000 2:22 pm
have a copy of "Capacity Planning for Web Performance : Metrics, Models, and Methods" by Daniel A. Menasce, Virgilio A. F. Almeida ISBN: 0136938221 ...
523
Craemore
craemore@...
Dec 19, 2000 6:46 am
I was wondering what exactly causes a transaction to fail when you use an LR_AUTO. I have been trying to verify some text in a web page, where I capture it as...
524
Neil Cameron
neilc@...
Dec 19, 2000 9:36 am
... From: Craemore [mailto:craemore@...] Sent: Tuesday, December 19, 2000 6:52 AM To: LoadRunner@egroups.com Subject: [LoadRunner] what triggers LR_AUTO...
525
Neil Cameron
neilc@...
Dec 19, 2000 9:38 am
The LR_AUTO determines whether a transaction has passed or failed by looking at the results of previous actions, if any of the previous steps failed then the...