<?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; Controller</title>
	<atom:link href="http://www.loadrunnertnt.com/tag/controller/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>Cannot connect to machine</title>
		<link>http://www.loadrunnertnt.com/errors/cannot-connect-to-machine/</link>
		<comments>http://www.loadrunnertnt.com/errors/cannot-connect-to-machine/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 14:53:50 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Controller]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=145</guid>
		<description><![CDATA[&#8220;Cannot connect to machine &#60;machine name&#62;&#8221;
When adding Windows Resource measurement on the LoadRunner Controller, the add was unsuccessful and returns a &#8220;Cannot  connect to machine&#8230;&#8221; error with a bunch of suggestions to keep you busy&#8230;   Before you move on in this article, do take a look at two articles, namely, &#8220;How-to configure Windows System [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Cannot connect to machine &lt;machine name&gt;&#8221;</p></blockquote>
<p>When adding <strong>Windows Resource</strong> measurement on the LoadRunner Controller, the add was unsuccessful and returns a &#8220;Cannot  connect to machine&#8230;&#8221; error with a bunch of suggestions to keep you busy&#8230;   Before you move on in this article, do take a look at two articles, namely, <a title="How-to configure Windows System Resource monitoring" href="http://www.loadrunnertnt.com/?p=63" target="_blank">&#8220;How-to configure Windows System Resource monitoring&#8221; </a>and <a title="Error: " href="http://support.openview.hp.com/selfsolve/document/KM304905">Document ID: KM304905: Error: &#8220;Monitor name: Windows Resources. Cannot connect to machine&#8230;&#8221;</a> on the configurations required.  Apply them first before moving on.<span id="more-145"></span></p>
<p>If error persists after configuring the <strong>Windows Resource</strong> from the two documents, the next step that you do is to validate the necessary setup from perfmon.  What must be working are, (a) perfmon is running on the target machine and (b) TCP 139 must be opened for the communication on a two-way communication. Some steps here are repetition of the configuration as mentioned above, however, it&#8217;s advisable to re-validate the setup:<a title="Windows Socket Error Codes" href="/" target="_blank"></a></p>
<p><span style="text-decoration: underline;">[1] Validate network setup</span></p>
<ul>
<li>Launch command prompt</li>
<li><strong>Ping</strong> from the command prompt, Run &gt; cmd the SUT from the Controller.  Command as followed: ping &lt;target_machine&gt;.  If the Ping test fail, it&#8217;s straight-forward on the following few possibilities: (a) target machine is not up, (b) firewalls or target machine is preventing network pings.</li>
<li><strong>Telnet</strong> from the command prompt, Run &gt; cmd the SUT from the Controller on port 139. Command as followed: telnet &lt;target_machine&gt; 139.  The expected result that if the connectivity is ok on TCP 139, the command prompt will turn full black.  If it fails, it will return &#8220;Connecting To &lt;target_machine&gt;&#8230;Could not open connection to the host, on port 13<br />
9: Connect failed&#8221; which can be a likely caused of firewall misconfiguration at the (a) network level (e.g. disallow/block ports or IP filtering on firewall) or at the target machine level (e.g. ZoneAlarm or Windows Security).</li>
</ul>
<p><span style="text-decoration: underline;">[2] Validate target machine setup (NTFS)<br />
</span></p>
<ul>
<li>At the target machine, launch perfmon.</li>
<li>Ensure perfmon is running.  If perfmon is not running, it can be caused by corruption of perfmon which may require re-installation of perfmon (Windows OS).</li>
<li>Now, launch perfmon from the Controller, and connect from Controller&#8217;s perfmon to target_machine in &#8220;Select counters from computer:&#8221;.  If it connects, then you will be able to retrieve the counters.  If not, which response with &#8220;Unable to connect to machine&#8221;, you will need to ensure the following to be configured.</li>
<li>In the target_machine, launch the <em>Services.msc</em> from Run.  Ensure the following services are started: <strong>Network DDE DSDM</strong>, <strong>Network DDE</strong> and <strong>Remote Registry</strong>.  Usually they are turned off due to hardening policy.</li>
<li>Launch <em>regedit</em> from Run.  Naviigate to the following registry keys and ensure that READ access is granted to them:
<ul>
<li><strong>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Perflib </strong></li>
<li><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services </strong></li>
<li><strong><strong><strong>HKEY_LOCAL_MACHINE</strong></strong>\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg</strong></li>
</ul>
</li>
<li>Disable Simple File Sharing.  Launch Folder Explorer in target_machine &gt; &gt; Tools &gt; Folder Options &gt; View &gt; at the bottom of “View all settings”, disable <strong>“Use simple file sharing (Recommended)”</strong>.</li>
<li>Launch Folder Explorer and type <em>%SYSTEMROOT%</em> in the address bar.  Navigate to <em>%SYSTEMROOT%\System32</em>.  Allow READ access for all users on two files, namely, <em>Perfc009.dat</em> and <em>Perfh009.dat</em>.  (NOTE: Ensure the user being granted the READ rights is the one being used for monitoring from Controller.  If not, do create an additional account for it.)</li>
<li>Now, go back to Controller&#8217;s perfmon and connect to the target_machine again in &#8220;Select counters from computer&#8221;.  You should be able to see the counters from the target machine.</li>
<li>Now, go back to Controller and connect to the target_machine which should have resolve the problem.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/errors/cannot-connect-to-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolving Vugen/Controller crash or abnormal behaviors</title>
		<link>http://www.loadrunnertnt.com/how-tos/resolving-vugencontroller-crash-or-abnormal-behaviors/</link>
		<comments>http://www.loadrunnertnt.com/how-tos/resolving-vugencontroller-crash-or-abnormal-behaviors/#comments</comments>
		<pubDate>Wed, 21 May 2008 13:25:14 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Vugen]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=112</guid>
		<description><![CDATA[In the event that Vugen/Controller crashes or behaves abnormally, the official vendor has provided two documents to assist the user in troubleshooting the problem for each component separately. The documents are rather out-dated but well, better than nothing, is still relevant in some sense. Below are the links to the resources:

Document ID 31731: Troubleshooting guide [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="HP" src="http://loadrunnertnt.com/images/company_hp_logo.gif" alt="" width="64" height="55" />In the event that Vugen/Controller crashes or behaves abnormally, the official vendor has provided two documents to assist the user in troubleshooting the problem for each component separately. The documents are rather out-dated but well, better than nothing, is still relevant in some sense. Below are the links to the resources:<span id="more-112"></span></p>
<ul>
<li><a href="http://support.openview.hp.com/selfsolve/document/KM185544" target="_blank">Document ID 31731: Troubleshooting guide for VuGen (not stable/crashes/freezes/GPF)</a></li>
<li><a href="http://support.openview.hp.com/selfsolve/document/KM170566" target="_blank">Document ID 12532: Troubleshooting guide for Controller ( not stable/crashes/freezes/GPF )</a></li>
</ul>
<p>There are a couple of solutions in both documents, but we would recommend trying out the following that usually resolves the problem.</p>
<ul>
<li>Login as administrator and perform the work with that account.</li>
<li>Run the batch file.</li>
<li>Reinitializing the .ini file or the document term it as &#8220;recreate the initialization file&#8221;.</li>
</ul>
<p>Take note on the terminology of the administrator here, it is the default administrator account on the Windows operating system without any changes to it&#8217;s roles or privileges. If the environment you worked in have default images, or amended administrator account, you may need to use a machine that is &#8220;clean&#8221; to test out and run Vugen or Controller. On top of the given list from the official vendor, we&#8217;ve experiences that certain situations may cause the Vugen and Controller to behave abnormally as well.</p>
<p><strong>Do you have another Mercury/HP product running on the same machine such as QTP or WinRunner?</strong> They may conflict with Vugen and Controller when placed together on the same machine. As such, it is advisable to install only LoadRunner components on the machine while other products are to be installed separately.</p>
<p><img class="alignleft" title="Sysinternals" src="http://loadrunnertnt.com/images/bb545021.hero_windows_sysinternals(en-us,MSDN.10).jpg" alt="" width="265" height="42" />In addition, you can use Process Explorer (as recommended by the document) to find out if there are conflict with the processes. The link is broken in the document as <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">Sysinternals</a> have been acquired by Microsoft in July 2006.  Click <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" target="_blank">Process Explorer</a> to be directed to the actual website.</p>
<p><strong>Do you have DEP enabled in your machine?</strong> DEP (Data Execution Prevention) is part of the Windows XP SP2 feature and extends to Windows 2003 and the Vista versions. For more information of DEP, refer to the following resources:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/875352" target="_blank">A detailed description of the Data Execution Prevention (DEP) feature in Windows XP Service Pack 2, Windows XP Tablet PC Edition 2005, and Windows Server 2003</a></li>
<li><a href="http://en.wikipedia.org/wiki/Data_Execution_Prevention" target="_blank">Data Execution Prevention by Wikipedia</a></li>
<li><a href="http://www.updatexp.com/data-execution-prevention.html" target="_blank">Data Execution Prevention by Marc Liron</a></li>
</ul>
<p>To resolve this problem, you have to disable DEP. <a href="http://support.openview.hp.com/selfsolve/document/KM194248" target="_blank">This is as described in Document ID 41489: No events recorded in VuGen when trying to record an application on Windows 2003 SP1 or Windows XP SP2</a>.</p>
<p><strong>What are the technology/protocol used by the application? </strong> Specified to Vugen recording, the third possibility that causes the problem is the type of application that you are working with. Example, if the application runs on RCP (Rich Client Platform) or applets but communicates in HTTP. For this, you&#8217;ve to identify the actual protocol being transmitted and find workarounds to it. In the example of HTTP, you can refer to a previous article, <a href="http://www.loadrunnertnt.com/?p=104" target="_blank">&#8220;Quick-and-Dirty Recording Techniques for Web (HTTP/HTML)&#8221;</a> for more information.</p>
<p>If all else fails, the best suggestion is to get a “clean” machine, login with the default local administrator and perform a re-installation of LoadRunner. Remember, the definition of “clean” means that the machine operating system is not based on a clone image. Well, we&#8217;ve to say that this is not the entire list that the community is experiencing and therefore, if you have a problem relating to the crashing or abnormal behavior, please share with us and we will append to this list accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/how-tos/resolving-vugencontroller-crash-or-abnormal-behaviors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error -10343: Communication error: Failed to connect to remote host [server name: ]. (sys error message &#8211; ) [MsgId: MERR-10343]</title>
		<link>http://www.loadrunnertnt.com/errors/error-10343-communication-error-failed-to-connect-to-remote-host-server-name-sys-error-message-msgid-merr-10343/</link>
		<comments>http://www.loadrunnertnt.com/errors/error-10343-communication-error-failed-to-connect-to-remote-host-server-name-sys-error-message-msgid-merr-10343/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 04:49:09 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Controller]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=153</guid>
		<description><![CDATA[I believed that you would have encountered the following error when you are having load generator connectivity problems.
Error -10343: Communication error: Failed to connect to remote host [server name: ]. (sys error message &#8211; ) [MsgId: MERR-10343]
Error -29989: Process “lr_bridge.exe” was not created on remote host “” ,reason &#8211; communication error. [MsgId: MERR-29989]
Lately, while I [...]]]></description>
			<content:encoded><![CDATA[<p>I believed that you would have encountered the following error when you are having <strong>load generator</strong> <strong>connectivity</strong> problems.</p>
<blockquote><p>Error -10343: Communication error: Failed to connect to remote host [server name: ]. (sys error message &#8211; ) [MsgId: MERR-10343]</p></blockquote>
<blockquote><p>Error -29989: Process “lr_bridge.exe” was not created on remote host “” ,reason &#8211; communication error. [MsgId: MERR-29989]</p></blockquote>
<p>Lately, while I was verifying the upgrade of my <strong>LoadRunner</strong> versions from <strong>8.1</strong> to <strong>9</strong>, I encountered a connectivity problem with the <strong>Controllers</strong> and <strong>Load Generators</strong> but well, it’s been resolved… Anyway, just to share with you like a case study on the steps I took to <strong>troubleshoot</strong> the problem.<span id="more-153"></span></p>
<p>Initially I went to the <a href="http://support.openview.hp.com/" target="_blank"><span style="text-decoration: underline;"><span style="color: #0066cc;">support website</span></span></a> in hope to find some information with these generic errors but they weren’t helpful in my context. I’m not implying that they are useless but it wasn’t applicable to me at that point of time. You can look through it too first:</p>
<ul><a href="http://support.openview.hp.com/selfsolve/document/KM180223" target="_blank"><span style="color: #0066cc;"><span style="text-decoration: underline;">Document ID 25162 &#8211; Common connectivity problems between Controller and Generator</span></span></a><br />
<a href="http://support.openview.hp.com/selfsolve/document/KM170132" target="_blank"><span style="text-decoration: underline;"><span style="color: #0066cc;">Document ID 11905 &#8211; How-to and troubleshooting guide for setting up a Windows machine as a Load Generator</span></span></a></ul>
<p>To give you a background information, I’ve got 4 machines, one <strong>Controller</strong> and 3 Load Generators (LG). Let’s name them in the following manner for the ease of illustration:</p>
<ul>1. Controller &#8211; CONTROLLER<br />
2. Load Generators &#8211; LG1, LG2 and LG3</ul>
<p>The OS installed for all machines were <strong>Window XP</strong> and <strong>firewall</strong> programs were installed in them, namely <strong>ZoneAlarm</strong> and <strong>Sygate</strong>.</p>
<p>The following steps were taken:</p>
<ul>1. Ping from CONTROLLER to LG1, LG2 and LG3 &#8211; <strong>No problem</strong><br />
2. Ping from LG1, LG2 and LG3 to CONTROLLER &#8211; <strong>No problem</strong><br />
3. Telnet port 54345 from CONTROLLER to LG1, LG2 and LG3 &#8211; <strong>No problem</strong><br />
4. Telnet port 54345 from LG1, LG2 and LG3 to CONTROLLER &#8211; <strong>No problem</strong><br />
5. Turn off Windows XP firewall for all machines &#8211; <strong>Done</strong><br />
6. Allowed firewall access for incoming and outgoing traffic &#8211; <strong>Done</strong><br />
7. Install LoadRunner full suite on LG1 and connect to all other machines via the Controller program &#8211; All machines connected except <strong>unsuccessful connection to CONTROLLER</strong>.</ul>
<p>This is clear that communication in terms of network port from ALL machines were successful. Except CONTROLLER where port establishment from the <strong>LoadRunner</strong> program on CONTROLLER was unsuccessful which signifies that the problem could be caused at the application-level.</p>
<ul>8. Tried launching the Sygate on the CONTROLLER &#8211; <strong>Unsuccessful</strong>; Sygate not launched.</ul>
<p>After trying all the above, my assumption is that <strong>Sygate</strong> is corrupted with the <strong>LoadRunner</strong>, disallowing the it to communicate to the <strong>agents</strong> on the LG. I’m left with two options.</p>
<ul>a. Uninstall <strong>Sygate</strong>.<br />
b. Format the entire machine and start anew with nothing on it.</ul>
<p>I went ahead with [a] before doing the ultimatum [b]. And well, it solves the whole thing! (of course, I installed a new copy of <strong>Sygate</strong> to get things back to normal too.) Anyway, summary of this troubleshooting, it was caused by a corrupted firewall program which may affect you too so do take note in future!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/errors/error-10343-communication-error-failed-to-connect-to-remote-host-server-name-sys-error-message-msgid-merr-10343/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why are my scripts/vusers failing?</title>
		<link>http://www.loadrunnertnt.com/errors/why-are-my-scriptsvusers-failing/</link>
		<comments>http://www.loadrunnertnt.com/errors/why-are-my-scriptsvusers-failing/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 04:40:51 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Vugen]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=147</guid>
		<description><![CDATA[Let’s answer the question systematically. This is sort of a troubleshooting guide for you when your script fails. It covers an overview which will be useful when the event happens. The script can fail in two areas in LoadRunner, in during replay in Vugen and during scenario execution in Controller.
What are the possibilities in Vugen?
1. [...]]]></description>
			<content:encoded><![CDATA[<p>Let’s answer the question systematically. This is sort of a troubleshooting guide for you when your script fails. It covers an overview which will be useful when the event happens. The script can fail in two areas in LoadRunner, in during replay in Vugen and during scenario execution in Controller.</p>
<p>What are the possibilities in Vugen?<span id="more-147"></span></p>
<p><strong><span style="text-decoration: underline;">1. The application that you are replaying against is not running.</span></strong></p>
<p>Simple? But it does happen, as such, when it fails on <span style="font-weight: bold;">replay</span>, take some time and try logging into the application manually and perform the <span style="font-weight: bold;">business processes</span>.</p>
<p style="text-decoration: underline;"><strong>2. There were changes to the application </strong></p>
<p>There were changes to the application in aspect that had affected the script. For a <span style="font-weight: bold;">3-tier architecture</span>, anything could have changed such as the following:</p>
<ul>a. <strong>Presentation layer</strong>: where links or button are removed,<br />
b. <strong>Application layer</strong>: where methods are changed or removed,<br />
c. <strong>Database layer</strong>: where calls or tables are changed or removed.<br />
d. <strong>Architecture level</strong>: where proxies or load balancers are changed or<br />
removed.</ul>
<p>As such, verify with the application and infrastructure team if there were any changes made. You may have to re-script or amend the script accordingly to the changes.</p>
<p style="text-decoration: underline;"><strong>3. There are dynamic values that needs to be correlated. </strong></p>
<p>This is common in applications. They are usually in the form of <strong>Session IDs</strong> or returned values based on <strong>parameterization</strong>. You have two options here:</p>
<ul>
<li>Use the <strong>auto-correlation</strong> feature to detect any dynamic values (which I don’t usually use) or,</li>
<li>Perform <strong>manual correlation</strong> by recording two scripts of the same business process. From the two scripts, compare the <strong>recording logs</strong> and the APIs that had been generated for the differences. If you are new to manual correlation, I would recommend you to go through <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> from the support website to get a better understanding.</li>
</ul>
<p style="text-decoration: underline;"><strong>4. The parameterization may be causing the problem </strong></p>
<p>The parameterization may be causing the problem in the following manner:</p>
<ul>
<li><strong>Insufficient records</strong>: ensure that you have sufficient records for the replay, especially in iterations.</li>
<li><strong>Incorrect records</strong>: verify with the application or database team that you are holding on the valid values to be passed in as parameters. Parameterization may also result in different set of data being returned by the server as mentioned previously in (3). If that happens, correlate the value accordingly.</li>
</ul>
<p>For (1) to (4), it’s recommended to turn on <strong>Full Extended Log (all options enabled: Advanced Trace, Parameter Subsitution, Data Returned From Server)</strong> in the <strong>Runtime Settings</strong> (Vugen) to verify the data that is been transmitted between the server and the client (script). Through this, you can find out what and where that could have gone wrong in the replay.</p>
<p>What are the possibilities in Controller?</p>
<p style="text-decoration: underline;"><strong>5. Does it happen at the start of the scenario execution? </strong></p>
<p>We are focusing on the script only and leaving out the load testing setups. If the script/vuser fail at the start of the execution, verify the script again in <strong>Vugen</strong>, and if it still fails; it’s a script problem where you have to re-work from the previous point (1) to (4).</p>
<p style="text-decoration: underline;"><strong>6. Does it fail on a particular Load Generator (LG)?</strong></p>
<p>This maybe caused by inconsistent LG across the load testing environment. As such, ensure the following in order for the script to run properly (but not limited to the list):</p>
<ul>
<li><strong>Folder directories</strong> that the script may be accessing to (particularly for file upload and download business processes).</li>
<li><strong>Java</strong> settings like <strong>JVM</strong> and <strong>CLASSPATHs</strong> that can affect Java LoadRunner scripts.</li>
<li>All LGs have the same version as the <strong>Controller</strong> (e.g. <strong>LR9.0</strong> across all LGs in the load testing environment).</li>
</ul>
<p style="text-decoration: underline;"><strong>7. Does it happen at the middle of the scenario execution? </strong></p>
<p>If it is the case, it maybe caused by anything but unlikely script problems (since the script/vuser have already started running successfully at the start of the run in (5). When this happens, the <span style="font-weight: bold;">Application Under Test (AUT)</span> maybe under load and unable to process all requests from the scripts/vusers and therefore returning errors to them. You can verify this with the following.</p>
<ul>
<li>Manually log into your <strong>AUT</strong> again and verify if it is still running or experiencing any lags.</li>
<li>Reduce the amount of <strong>vusers</strong> being generated in the scenario and re-run the test. If a reduced amount results in a error-free or non-script related errors, you are sure that the AUT is under load.</li>
</ul>
<p>The above should be sufficient for you to troubleshoot script/vuser problems in <strong>Vugen</strong> and <strong>Controller</strong>. However, take note that it may not be limited to those and it will be advisable to carefully work the problem step-by-step to eliminate and possibilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/errors/why-are-my-scriptsvusers-failing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

