<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Performance Testing MQ with LoadRunner</title>
	<atom:link href="http://altentee.com/2008/performance-testing-mq-with-loadrunner/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Tue, 02 Mar 2010 14:15:20 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derek</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-280</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 05 Oct 2009 14:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-280</guid>
		<description>The JAR files need to be accessible to Loadrunner when it compiles. By specifying the location of the Classpath files in the runtim,e settings, youb are telling Loadrunner where to find the Classpath files so that compilation will work.
While this may seem straightforward and obvious, The way Loadrunner interacts wiuth the compiler means that it detects the names of the classpath files, but cannot work out where they are.
No problem, we can change the path statement on the environment variables for the machine running vugen.
Again, no luck, Loadrunner wont compile. The real awnser is too pysically put the jar files inside the Loadrunner directory within proigram files and adjust the classpath statements accordingly.
For more information, see www.testingperformance.org
At this point your script will compile and any other errors after this are down to real coding issues.</description>
		<content:encoded><![CDATA[<p>The JAR files need to be accessible to Loadrunner when it compiles. By specifying the location of the Classpath files in the runtim,e settings, youb are telling Loadrunner where to find the Classpath files so that compilation will work.<br />
While this may seem straightforward and obvious, The way Loadrunner interacts wiuth the compiler means that it detects the names of the classpath files, but cannot work out where they are.<br />
No problem, we can change the path statement on the environment variables for the machine running vugen.<br />
Again, no luck, Loadrunner wont compile. The real awnser is too pysically put the jar files inside the Loadrunner directory within proigram files and adjust the classpath statements accordingly.<br />
For more information, see <a href="http://www.testingperformance.org" rel="nofollow">http://www.testingperformance.org</a><br />
At this point your script will compile and any other errors after this are down to real coding issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiten</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-279</link>
		<dc:creator>Hiten</dc:creator>
		<pubDate>Mon, 11 May 2009 04:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-279</guid>
		<description>I have a requirement to pass an xml input to the queue and the message response will be in X12 format. To set the connection which are aal information about the server needed like passing parameters in above code?</description>
		<content:encoded><![CDATA[<p>I have a requirement to pass an xml input to the queue and the message response will be in X12 format. To set the connection which are aal information about the server needed like passing parameters in above code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-278</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 25 Mar 2009 11:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-278</guid>
		<description>This worked like a charm.
Thankyou :-D</description>
		<content:encoded><![CDATA[<p>This worked like a charm.<br />
Thankyou <img src='http://altentee.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-277</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 22 Nov 2008 03:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-277</guid>
		<description>It is not mandatory to have jar files in the the mercury classes directory. They can be anywhere on your system, provided you point to them in your runtime settings.

The fact that it&#039;s compiling does not indicate a classpath problem. I would be more suspect of the versions of jars you are using against your target MQ installation. The example code given above was developed on MQ version 7.0.

Are you able to step through your code (F10) to see which line of code it is failing on? Vugen should be giving you more information than what you&#039;ve reported...</description>
		<content:encoded><![CDATA[<p>It is not mandatory to have jar files in the the mercury classes directory. They can be anywhere on your system, provided you point to them in your runtime settings.</p>
<p>The fact that it&#8217;s compiling does not indicate a classpath problem. I would be more suspect of the versions of jars you are using against your target MQ installation. The example code given above was developed on MQ version 7.0.</p>
<p>Are you able to step through your code (F10) to see which line of code it is failing on? Vugen should be giving you more information than what you&#8217;ve reported&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pborse</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-276</link>
		<dc:creator>pborse</dc:creator>
		<pubDate>Wed, 19 Nov 2008 21:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-276</guid>
		<description>you have mentioned the classpath for jar file.. is it mandatory to have jar files in Classes directory under Mercury/LoadRuner</description>
		<content:encoded><![CDATA[<p>you have mentioned the classpath for jar file.. is it mandatory to have jar files in Classes directory under Mercury/LoadRuner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pborse</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-275</link>
		<dc:creator>pborse</dc:creator>
		<pubDate>Wed, 19 Nov 2008 21:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-275</guid>
		<description>Nothing. I did get compile errors like this
Error: Compilation process failed.[MsgId: MERR-22997]
Warning: Extension java_int.dll reports error -1 on call to function ExtPerProcessInitialize[MsgId: MWAR-10485]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn&#039;t initialized on this thread.[MsgId: MERR-10176]

but once compilation error was gone, I got this sinlge error in mrdv.log file. Vugen output do not show anything.</description>
		<content:encoded><![CDATA[<p>Nothing. I did get compile errors like this<br />
Error: Compilation process failed.[MsgId: MERR-22997]<br />
Warning: Extension java_int.dll reports error -1 on call to function ExtPerProcessInitialize[MsgId: MWAR-10485]<br />
Error: Thread Context: Call to service of the driver failed, reason &#8211; thread context wasn&#8217;t initialized on this thread.[MsgId: MERR-10176]</p>
<p>but once compilation error was gone, I got this sinlge error in mrdv.log file. Vugen output do not show anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-274</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 19 Nov 2008 10:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-274</guid>
		<description>Are there any errors prior to this? Anymore error information?</description>
		<content:encoded><![CDATA[<p>Are there any errors prior to this? Anymore error information?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pborse</title>
		<link>http://altentee.com/2008/performance-testing-mq-with-loadrunner/comment-page-1/#comment-273</link>
		<dc:creator>pborse</dc:creator>
		<pubDate>Tue, 18 Nov 2008 21:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-mq-with-loadrunner/#comment-273</guid>
		<description>I am doing similar type of script in LR and it complies but do not execute.. getting this error.
16/11/2008 15:46:32 Error (-104998): RTC Client Error: Failed to get PT instance of RTC Client.

Just wondering if you got this.. Am i missing something really simple?

please let me know if you have any ideas</description>
		<content:encoded><![CDATA[<p>I am doing similar type of script in LR and it complies but do not execute.. getting this error.<br />
16/11/2008 15:46:32 Error (-104998): RTC Client Error: Failed to get PT instance of RTC Client.</p>
<p>Just wondering if you got this.. Am i missing something really simple?</p>
<p>please let me know if you have any ideas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
