<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LoadRunner TnT &#187; No match found</title>
	<atom:link href="http://www.loadrunnertnt.com/tag/no-match-found/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loadrunnertnt.com</link>
	<description>Performance Testing, LoadRunner Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:57:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Error -26377: No match found for the requested parameter “…</title>
		<link>http://www.loadrunnertnt.com/errors/error-26377-no-match-found-for-the-requested-parameter-%e2%80%9c%e2%80%a6/</link>
		<comments>http://www.loadrunnertnt.com/errors/error-26377-no-match-found-for-the-requested-parameter-%e2%80%9c%e2%80%a6/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:56:26 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[No match found]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=137</guid>
		<description><![CDATA[Error -26377: No match found for the requested parameter “Siebel_Analytic_ViewState5″. Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
This is a typical error on correlation but not really limited to it. This can also [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Error -26377: No match found for the requested parameter “Siebel_Analytic_ViewState5″. Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]</p></blockquote>
<p>This is a typical error on <strong>correlation</strong> but not really limited to it. This can also be a generic error for other problems and here we will discuss about the causes and how to resolve them.<span id="more-137"></span></p>
<p>So what are the possibilities of the error?</p>
<p><strong>1. The server is under load and unable to return the web page correctly.</strong></p>
<p>When the server is under load, it may not response causing timeout page or it may have a custom page that handles errors. In this way, a different page that was not expected by the <strong>web_reg_save_param</strong> (in Left Boundary and Right Boundary) is returned, thus causing the error. This happens usually in <strong>Controller.</strong></p>
<p><strong>2. A different request was sent prior resulting in a <strong>page</strong> that was not expected by web_reg_save_param.</strong></p>
<p>Somewhere in the script before the web_reg_save_param or before the request to generate the response meant to be captured, a different request was being sent to the server which resulted in the server sending a different page. This can be caused by previously correlation (incorrect/correct ones) or <strong>paramterization</strong>.</p>
<p><strong>3. The generation of the parameter of LB and RB was incorrect during recording.</strong></p>
<p>The page may had changed and the LB and RB no longer exists in the application. This can be due to changes in the page design or application code.</p>
<p><strong>4. The parameter within the LB and RB is more than 1024 bytes.</strong></p>
<p>This occurs especially with <strong>VIEWSTATE</strong> where it will grow to a substantial size more than the initial setting of <strong>1024 bytes</strong>. If such things, happened, increase the length with <strong>web_set_max_html_param_len</strong> accordingly to suit the application needs.</p>
<p>Having mentioned the above, the troubleshooting is more likely conducted using the replay log (With <strong>Full Extended Log</strong> enabled). Do not over rely on the auto-correlation, it may not be able to detect all differences in the replay and recording. The replay log is a very useful tool in tracing the requests and response during the replay. From there, you should be able to find the problem source.</p>
<p>I would recommend you to do manual correlation. Though tedious, you are more aware of the data sent and returned. To do this, record the application twice and compare it. Use the <strong>Wdiff</strong> tool provided by <strong>LoadRunner</strong> if you want. Also, read through the <a href="http://support.openview.hp.com/selfsolve/document/KM170043" target="_blank"><span style="text-decoration: underline;"><span style="color: #0066cc;">Document ID 11806 &#8211; What is correlation and how is it done</span></span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/errors/error-26377-no-match-found-for-the-requested-parameter-%e2%80%9c%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

