<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for My Load Test</title>
	<atom:link href="http://www.myloadtest.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myloadtest.com</link>
	<description>Performance Testing with a LoadRunner focus</description>
	<pubDate>Sat, 05 Jul 2008 08:55:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to write a Performance Test Plan by Vijila</title>
		<link>http://www.myloadtest.com/how-to-write-a-performance-test-plan/#comment-18148</link>
		<dc:creator>Vijila</dc:creator>
		<pubDate>Thu, 19 Jun 2008 17:34:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=33#comment-18148</guid>
		<description>Hi Sidd,Thanks for the test plan,.....</description>
		<content:encoded><![CDATA[<p>Hi Sidd,Thanks for the test plan,&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LoadRunner Vuser Types by dileep</title>
		<link>http://www.myloadtest.com/loadrunner-vuser-types/#comment-17763</link>
		<dc:creator>dileep</dc:creator>
		<pubDate>Wed, 28 May 2008 09:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=52#comment-17763</guid>
		<description>lrd_assign: Error, return-code=LRDE2023

I have encounter the above error while replaying Vuser script.What is solution for it??

Trial LoadRunner 9.10
Protocol COM/DCOM and ODBC
Application database MS Access
Application coding VC++

Dileep

2023 	Data invalid 	In lrd_assign, the value string is invalid for the variable being set (invalid characters, out of range) 


My script:

	lrd_stmt(Csr187, "SELECT `id`,`name`,`psc_default`,`parent_folder__id`,`shared`,"
        "`color`,`total_files`,`path`,`creation_date`,`active`,"
        "`display`,`share_type`,`IsShareCreator`  FROM `psc_folder`", -1, 0, 0 /*None*/, 0);
	lr_start_transaction("MercuryExec_113");

	lrd_exec(Csr187, 0, 0, 0, 0, 0);
	lr_end_transaction("MercuryExec_113", LR_AUTO);

	lrd_bind_cols(Csr187, BCInfo_D667, 0);
	lr_start_transaction("MercuryFetch_140");

	lrd_fetchx(Csr187, 1, 1, 0, PrintRow282, 1, 0);
	GRID(282);








	lr_end_transaction("MercuryFetch_140", LR_AUTO);

	lrd_reset_rows(Csr187, 1);
	lrd_assign_literal(&#38;name_D655, "9\x00" "0\x00", 0, 0, 0);
	lrd_assign(&#38;psc_default_D656, "0", 0, 0, 0);
	lrd_assign(&#38;parent_folder_id_D657, "1", 0, 0, 0);
	lrd_assign(&#38;shared_D658, "1", 0, 0, 0);
	lrd_assign(&#38;color_D659, "12", 0, 0, 0);
	lrd_assign(&#38;total_files_D660, "0", 0, 0, 0);
	lrd_assign_literal(&#38;path_D661, "\\\x00\\\x00" "K\x00" "m\x00" "n\x00" "g\x00" "4\x00" "2\x00" "7\x00"
        "" "6\x00\\\x00" "2\x00", 0, 0, 0);
	lrd_assign(&#38;creation_date_D662, "2008-05-27 12:18:57", 0, 0, 0);
	lrd_assign(&#38;display_D664, "1", 0, 0, 0);
	lrd_assign(&#38;share_type_D665, "1", 0, 0, 0);
	lrd_assign(&#38;IsShareCreator_D666, "0", 0, 0, 0);</description>
		<content:encoded><![CDATA[<p>lrd_assign: Error, return-code=LRDE2023</p>
<p>I have encounter the above error while replaying Vuser script.What is solution for it??</p>
<p>Trial LoadRunner 9.10<br />
Protocol COM/DCOM and ODBC<br />
Application database MS Access<br />
Application coding VC++</p>
<p>Dileep</p>
<p>2023 	Data invalid 	In lrd_assign, the value string is invalid for the variable being set (invalid characters, out of range) </p>
<p>My script:</p>
<p>	lrd_stmt(Csr187, &#8220;SELECT `id`,`name`,`psc_default`,`parent_folder__id`,`shared`,&#8221;<br />
        &#8220;`color`,`total_files`,`path`,`creation_date`,`active`,&#8221;<br />
        &#8220;`display`,`share_type`,`IsShareCreator`  FROM `psc_folder`&#8221;, -1, 0, 0 /*None*/, 0);<br />
	lr_start_transaction(&#8221;MercuryExec_113&#8243;);</p>
<p>	lrd_exec(Csr187, 0, 0, 0, 0, 0);<br />
	lr_end_transaction(&#8221;MercuryExec_113&#8243;, LR_AUTO);</p>
<p>	lrd_bind_cols(Csr187, BCInfo_D667, 0);<br />
	lr_start_transaction(&#8221;MercuryFetch_140&#8243;);</p>
<p>	lrd_fetchx(Csr187, 1, 1, 0, PrintRow282, 1, 0);<br />
	GRID(282);</p>
<p>	lr_end_transaction(&#8221;MercuryFetch_140&#8243;, LR_AUTO);</p>
<p>	lrd_reset_rows(Csr187, 1);<br />
	lrd_assign_literal(&amp;name_D655, &#8220;9\x00&#8243; &#8220;0\x00&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;psc_default_D656, &#8220;0&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;parent_folder_id_D657, &#8220;1&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;shared_D658, &#8220;1&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;color_D659, &#8220;12&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;total_files_D660, &#8220;0&#8243;, 0, 0, 0);<br />
	lrd_assign_literal(&amp;path_D661, &#8220;\\\x00\\\x00&#8243; &#8220;K\x00&#8243; &#8220;m\x00&#8243; &#8220;n\x00&#8243; &#8220;g\x00&#8243; &#8220;4\x00&#8243; &#8220;2\x00&#8243; &#8220;7\x00&#8243;<br />
        &#8220;&#8221; &#8220;6\x00\\\x00&#8243; &#8220;2\x00&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;creation_date_D662, &#8220;2008-05-27 12:18:57&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;display_D664, &#8220;1&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;share_type_D665, &#8220;1&#8243;, 0, 0, 0);<br />
	lrd_assign(&amp;IsShareCreator_D666, &#8220;0&#8243;, 0, 0, 0);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LoadRunner Vuser Types by Dileep</title>
		<link>http://www.myloadtest.com/loadrunner-vuser-types/#comment-17675</link>
		<dc:creator>Dileep</dc:creator>
		<pubDate>Thu, 22 May 2008 09:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=52#comment-17675</guid>
		<description>hello everybody,

i m trying to do database load testing with loadrunner.

-&#62;I install MS SQL server at machine 1.
-&#62;Insall MS SQL  query analyzer at machine 2.
-&#62;At machine 2 there is loadrunner 9.10 also installed.
-&#62;At loadrunner, click at create script and at protocol list what i should select??
        -&#62;If i select MS SQL then in next dialog i give exe path for MS SQL  query analyzer .
         -&#62;then recording start , i connect to MS SQL server through MS SQL  query analyzer.
         -&#62;Run a query.
        -&#62;Now stop recording.

But finally loadrunner record nothing. How i can test my SQL server with loadrunner.

Pls help asp.

Dileep</description>
		<content:encoded><![CDATA[<p>hello everybody,</p>
<p>i m trying to do database load testing with loadrunner.</p>
<p>-&gt;I install MS SQL server at machine 1.<br />
-&gt;Insall MS SQL  query analyzer at machine 2.<br />
-&gt;At machine 2 there is loadrunner 9.10 also installed.<br />
-&gt;At loadrunner, click at create script and at protocol list what i should select??<br />
        -&gt;If i select MS SQL then in next dialog i give exe path for MS SQL  query analyzer .<br />
         -&gt;then recording start , i connect to MS SQL server through MS SQL  query analyzer.<br />
         -&gt;Run a query.<br />
        -&gt;Now stop recording.</p>
<p>But finally loadrunner record nothing. How i can test my SQL server with loadrunner.</p>
<p>Pls help asp.</p>
<p>Dileep</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on String Manipulation in LoadRunner by Pallavi</title>
		<link>http://www.myloadtest.com/string-manipulation-in-loadrunner/#comment-17639</link>
		<dc:creator>Pallavi</dc:creator>
		<pubDate>Tue, 20 May 2008 06:07:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=48#comment-17639</guid>
		<description>Hi,
I am using for loop to repeat first transaction &#38; after completing for loop, second transaction should start. The script work well without parameterization on one variable, but when the parameterization is used, the for loop is using same (first value) value for the entire loop. My aim is to use the sequential value of the parameter from the file. How to achieve this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using for loop to repeat first transaction &amp; after completing for loop, second transaction should start. The script work well without parameterization on one variable, but when the parameterization is used, the for loop is using same (first value) value for the entire loop. My aim is to use the sequential value of the parameter from the file. How to achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LoadRunner Vuser Types by Raja</title>
		<link>http://www.myloadtest.com/loadrunner-vuser-types/#comment-17622</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Mon, 19 May 2008 06:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=52#comment-17622</guid>
		<description>Sekhar_Rajaseemakurty@syntelinc.coWill LoadRunner 8.0 supports applets.

I am trying to record a java application which contains applets, jar files.
Can we record a script for this application using loadrunner8.0.
Please reply at the earliest.

Regards,
Rajam</description>
		<content:encoded><![CDATA[<p><a href="mailto:Sekhar_Rajaseemakurty@syntelinc.coWill">Sekhar_Rajaseemakurty@syntelinc.coWill</a> LoadRunner 8.0 supports applets.</p>
<p>I am trying to record a java application which contains applets, jar files.<br />
Can we record a script for this application using loadrunner8.0.<br />
Please reply at the earliest.</p>
<p>Regards,<br />
Rajam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LoadRunner CPC Exam by Shainesh</title>
		<link>http://www.myloadtest.com/loadrunner-cpc-exam/#comment-17619</link>
		<dc:creator>Shainesh</dc:creator>
		<pubDate>Mon, 19 May 2008 04:46:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=5#comment-17619</guid>
		<description>Hi i want to give Hp load runner certification...i am from bangalore..please let me know the procedure and study material for preparation...also let me know the fees...</description>
		<content:encoded><![CDATA[<p>Hi i want to give Hp load runner certification&#8230;i am from bangalore..please let me know the procedure and study material for preparation&#8230;also let me know the fees&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using open source tools for performance testing (Google video) by Laurynas</title>
		<link>http://www.myloadtest.com/open-source-tools-performance-testing/#comment-17614</link>
		<dc:creator>Laurynas</dc:creator>
		<pubDate>Sun, 18 May 2008 17:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=81#comment-17614</guid>
		<description>Loadrunner is not FREE.
When you will have about 60,000 $ you will be able to think about 50 user loadrunner.. ;)</description>
		<content:encoded><![CDATA[<p>Loadrunner is not FREE.<br />
When you will have about 60,000 $ you will be able to think about 50 user loadrunner.. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP over JMS LoadRunner script by SER</title>
		<link>http://www.myloadtest.com/soap-over-jms-with-loadrunner/#comment-17577</link>
		<dc:creator>SER</dc:creator>
		<pubDate>Thu, 15 May 2008 16:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=92#comment-17577</guid>
		<description>Hi!
Could you pls give a link to tibco.weblogic ? I can't find where to download from..</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Could you pls give a link to tibco.weblogic ? I can&#8217;t find where to download from..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting Exercise: A basic AJAX application by Sire</title>
		<link>http://www.myloadtest.com/scripting-exercise-a-basic-ajax-application/#comment-17556</link>
		<dc:creator>Sire</dc:creator>
		<pubDate>Wed, 14 May 2008 09:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=62#comment-17556</guid>
		<description>Hi, 
I read this examples in order to solve my ajax problems.

I try to explain to you....
My HTML page contains a DIV tag and its content is loaded with the "onLoad" js function calling a struts action with a GIS map without reload the  entire page (ajax).

The Click &#38; Script LR solution doesn't understand this ajax code (onLoad) and load simply the background page without map (the URI doesen't change!).
In the other side the HTML base LR mode is unable to see ajax.

Have you some suggestion to help me??

Thanx in advance
Sire</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I read this examples in order to solve my ajax problems.</p>
<p>I try to explain to you&#8230;.<br />
My HTML page contains a DIV tag and its content is loaded with the &#8220;onLoad&#8221; js function calling a struts action with a GIS map without reload the  entire page (ajax).</p>
<p>The Click &amp; Script LR solution doesn&#8217;t understand this ajax code (onLoad) and load simply the background page without map (the URI doesen&#8217;t change!).<br />
In the other side the HTML base LR mode is unable to see ajax.</p>
<p>Have you some suggestion to help me??</p>
<p>Thanx in advance<br />
Sire</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mercury Diagnostics for SAP by John Di Misa</title>
		<link>http://www.myloadtest.com/mercury-diagnostics-for-sap/#comment-17321</link>
		<dc:creator>John Di Misa</dc:creator>
		<pubDate>Tue, 29 Apr 2008 18:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=68#comment-17321</guid>
		<description>I need to present to management (in the next 2 weeks) a presentation on your product. If you could point me to a url that has all the information about your product, that would make it easier.

Thanks in advance,
John 

John.DiMisa@kennametal.com</description>
		<content:encoded><![CDATA[<p>I need to present to management (in the next 2 weeks) a presentation on your product. If you could point me to a url that has all the information about your product, that would make it easier.</p>
<p>Thanks in advance,<br />
John </p>
<p><a href="mailto:John.DiMisa@kennametal.com">John.DiMisa@kennametal.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
