<?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>Costas Tsaklas' Blog &#187; SBS 2003</title>
	<atom:link href="http://costas.cpstechgroup.com/category/sbs-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://costas.cpstechgroup.com</link>
	<description>Technical bits and pieces</description>
	<lastBuildDate>Fri, 05 Mar 2010 17:45:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Windows SharePoint Services 3.0 Service Pack 1</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/windows-sharepoint-services-30-service-pack-1/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/windows-sharepoint-services-30-service-pack-1/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:18:20 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=28</guid>
		<description><![CDATA[The Microsoft SharePoint Products and Technologies Team released SP1 for Windows SharePoint Services 3.0. The service pack fixes a number of issues that existed in the initial release. For Windows Small Business Server 2003 (and any other supported platform of course) that doesn&#8217;t have WSS 3.0 installed, there is a Slipstream release that includes SP [...]]]></description>
			<content:encoded><![CDATA[<p>The Microsoft SharePoint Products and Technologies Team released SP1 for Windows SharePoint Services 3.0. The service pack fixes a number of issues that existed in the initial release.</p>
<p>For Windows Small Business Server 2003 (and any other supported platform of course) that doesn&#8217;t have WSS 3.0 installed, there is a Slipstream release that includes SP 1.</p>
<p>Download and install the full WSS 3.0 with SP1 release at the following link:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en">Windows SharePoint Services 3.0 with Service Pack 1</a></p>
<p>If you already have WSS 3.0 installed the service pack can be found <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=4191A531-A2E9-45E4-B71E-5B0B17108BD2&amp;displaylang=en">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/windows-sharepoint-services-30-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to move &#8216;companyweb&#8217; from SBS 2003 to Windows Server 2003</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/how-to-move-companyweb-from-sbs-2003-to-windows-server-2003/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/how-to-move-companyweb-from-sbs-2003-to-windows-server-2003/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:18:00 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=27</guid>
		<description><![CDATA[The first step is to make a backup of the current site. Go to the command prompt and then navigate to the following directory: c:\program files\common files\Microsoft Shared\Web Server Extensions\60\Bin In that directory run the following command: stsadm.exe -o backup -url http://companyweb -filename c:\backup.dat -overwrite After the operation completes successfully, copy the backup.dat file to [...]]]></description>
			<content:encoded><![CDATA[<p>The first step is to make a backup of the current site. Go to the command prompt and then navigate to the following directory:</p>
<p><em>c:\program files\common files\Microsoft Shared\Web Server Extensions\60\Bin</em></p>
<p>In that directory run the following command:</p>
<p><em> stsadm.exe -o backup -url http://companyweb -filename c:\backup.dat -overwrite</em></p>
<p align="center"><img src="http://www.cpstechgroup.com/blog/images/wss1.png" /></p>
<p>After the operation completes successfully,  copy the backup.dat file to the c:\ drive of the Windows Server 2003 you want to restore it.</p>
<p>On the Windows Server 2003, go to the <em>Control Panel | Add/Remove Windows Components</em> and install &#8216;<em>Windows SharePoint Services</em>&#8216;. Select the &#8216;<em>Typical Installation</em>&#8216;. After the installation completes, go to <em>Administrative Tools | Internet Information Services (IIS) Manager</em> and create a new web site.   For this post, I will name it &#8216;intranet&#8217; and I will use the same IP add the IP of the server (port 80)</p>
<p align="center"><img src="http://www.cpstechgroup.com/blog/images/wss2.png" /></p>
<p align="center">
<p align="left">The next step is to create an A record in the SBS DNS Server to point to the IP address of the site.</p>
<p align="left">Now we are ready to extend the new IIS site.  Go to <em>Administrative Tools | SharePoint Central Administration </em>and under &#8216;<em>Virtual Server Configuration&#8217;</em> click on &#8216;<em>Configure virtual server settings</em>&#8216;.  From the &#8216;<em>Virtual Server List</em>&#8216; click on the name of the new IIS site.  Click on &#8216;<em>Extend and create a content database</em>&#8216;</p>
<p align="center"><img src="http://www.cpstechgroup.com/blog/images/wss3.png" /></p>
<p align="center">
<p align="left">Create a new application pool and name it &#8216;<em>newcompanyweb</em>&#8216; (it can be any name) and for the purposes of this post I will use the &#8216;<em>Network Service</em>&#8216; as the security account.</p>
<p align="left">It is recommended to have a user-defined account that will run the application pool, so take that into consideration during your planning.  Next we supply the email address of the site owner and under security configuration I use NTLM.</p>
<p align="left">
<p align="center"> <img src="http://www.cpstechgroup.com/blog/images/wss4.png" /></p>
<p align="left">A new page will show us that the Virtual Server was Successfully Extended. Click on the &#8216;OK&#8217; button and exit the browser.</p>
<p align="left">Go to Microsoft&#8217;s web site, download and install Windows SharePoint <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2BBFC89B-EB59-49FF-B58F-684693CB25A7&#038;displaylang=en">Service Pack 3</a></p>
<p align="left"> Open a new Command Prompt window and navigate again to:</p>
<p align="left"><em>c:\program files\common files\Microsoft Shared\Web Server Extensions\60\Bin</em></p>
<p align="left">It&#8217;s time to restore the backup to its new location. Run the following command:</p>
<p align="left"><em>stsadm.exe -o restore -url http://intranet -filename c:\backup.dat -overwrite</em></p>
<p align="left">Open the browser and type: http://intranet</p>
<p align="left">At this point you should be able to see the &#8216;companyweb&#8217; site from SBS on it&#8217;s new home on Windows Server 2003, under a new name</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/how-to-move-companyweb-from-sbs-2003-to-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Migrating Windows SBS 2003 to New Hardware</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/migrating-windows-sbs-2003-to-new-hardware/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/migrating-windows-sbs-2003-to-new-hardware/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:16:28 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=25</guid>
		<description><![CDATA[TechNet published a HOW-TO document on migrating SBS 2003 to new hardware. So far there were two options: Either imaging the server and restoring it on different hardware ( personally I like Storagecraft ) or use a more popular technique from SBS-MVP, Jeff Middleton The new document can be found here]]></description>
			<content:encoded><![CDATA[<p>TechNet published a HOW-TO document on migrating SBS 2003 to new hardware. So far there were two options: Either imaging the server and restoring it on different hardware ( personally I like <a href="http://www.storagecraft.com/">Storagecraft</a> ) or use a more popular technique from <a href="http://www.sbsmigration.com/">SBS-MVP, Jeff Middleton</a></p>
<p>The new document can be found <a href="http://technet2.microsoft.com/WindowsServerSolutions/SBS/en/library/62e2094e-ad4e-4227-b20e-97a716ed7c861033.mspx?mfr=true">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/migrating-windows-sbs-2003-to-new-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to automate backups in WSS 3.0</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/script-to-automate-backups-in-wss-30/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/script-to-automate-backups-in-wss-30/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:16:03 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=24</guid>
		<description><![CDATA[The Internet is full of gems but it takes a bit of time to discover them. One of these gems is a VBScript I recently found that automates backing up MOSS 2007 and WSS 3.0 servers. MOSS 2007 and WSS 3.0 backup script Up to now I had a batch file that was doing a [...]]]></description>
			<content:encoded><![CDATA[<p>The Internet is full of gems but it takes a bit of time to discover them. One of these gems is a VBScript I recently found that automates backing up MOSS 2007 and WSS 3.0 servers.</p>
<p><a href="http://blogs.threewill.com/implementingsharepoint/Lists/Posts/Post.aspx?ID=2">MOSS 2007 and WSS 3.0 backup script</a></p>
<p>Up to now I had a batch file that was doing a similar thing, but this script is way better and I couldn&#8217;t pass it by. I tested the script on both an SBS 2003 server and a Win2K3 server which was part of an SBS 2003 domain. The script worked flawlessly with the exception of the email part which need a bit of tweaking to make it work with the SBS Exchange server.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/script-to-automate-backups-in-wss-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting a Macintosh to an SBS 2003 Server</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/connecting-a-macintosh-to-an-sbs-2003-server/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/connecting-a-macintosh-to-an-sbs-2003-server/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:15:43 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=23</guid>
		<description><![CDATA[I&#8217;m not a MAC user but I&#8217;m sure there are shops out there that are using it extensively. Eriq Neale posted a how-to document on connecting a Macintosh to an SBS 2003 server that I think will come handy when clients want to deploy Macs within their SBS infrastructure.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a MAC user but I&#8217;m sure there are shops out there that are using it extensively.</p>
<p>Eriq Neale posted a how-to document on <a href="http://simultaneouspancakes.com/Lessons/2007/10/28/connecting-a-macintosh-running-mac-os-105-to-an-sbs-2003-server/">connecting a Macintosh to an SBS 2003 server</a> that I think will come handy when clients want to deploy Macs within their SBS infrastructure.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/connecting-a-macintosh-to-an-sbs-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install BlackBerry Enterprise Server Express on SBS 2003 with ISA 2004</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/install-blackberry-enterprise-server-express-on-sbs-2003-with-isa-2004/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/install-blackberry-enterprise-server-express-on-sbs-2003-with-isa-2004/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:14:07 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=20</guid>
		<description><![CDATA[I recently installed BES Express on two SBS 2003 R2 servers and I found myself looking through different documents in order to make sure that I followed the instructions properly. For that reason I decided to post the steps I followed just in case I need to refer to them again in the future. First [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed BES Express on two SBS 2003 R2 servers and I found myself looking through different documents in order to make sure that I followed the instructions properly. For that reason I decided to post the steps I followed just in case I need to refer to them again in the future.</p>
<p>First I requested the software from RIM at <a href="http://na.blackberry.com/eng/services/server/offers/professional_express.jsp">http://na.blackberry.com/eng/services/server/offers/professional_express.jsp</a></p>
<p>An email arrived with instructions on how to download and install the software. A couple of hours later I received another email with the keys I would be needing during installation which also provide me for one, free, user license. After that I spend sometime reading the different knowledge base articles about the installation process, among them one that described <a href="http://www.blackberry.com/btsc/articles/113/KB13242_f.SAL_Public.html">how to install the BES server on SBS 2003</a></p>
<p>The first task according to that document was to create a new domain user and give the account the permissions described in another document that can be found <a href="http://www.blackberry.com/btsc/articles/328/KB02276_f.SAL_Public.html">here.</a></p>
<p>Second task was to download and install a new, named instance of MSDE. I went to Microsoft&#8217;s web site and I downloaded the engine ( <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8e2dfc8d-c20e-4446-99a9-b7f0213f8bc5&amp;DisplayLang=en">here </a>). From the different files listed for download at that location the one I needed was the <span>SQL2000.MSDE-KB884525-SP4-x86.EXE. I run the executable and the the files were extracted on the hard drive. </span></p>
<p><span>After that I followed the instructions found on another <a href="http://www.blackberry.com/btsc/articles/726/KB11232_f.SAL_Public.html">RIM document</a> to install the &#8216;<em>BlackBerry</em>&#8216; named MSDE instance.</span></p>
<p>The time had come to install BES Express. Before that I had to configure ISA to allow traffic on ports 3101 and 3500. I started by creating a user defined protocol with primary connections <em>Outbound </em>at ports 3101 and 3500 and secondary, <em>inbound</em> connections on the same ports. I finished by creating an Access Rule that used the protocol I had just created <em>From </em>the localhost computer to <em>External.</em></p>
<p>I logged on the server using the user account that had created earlier, made sure that the &#8216;<em>BlackBerry</em>&#8216; MSDE instance was running (<em>Services</em> console) and run the BES executable. The process was pretty much straight forward and very easy following the interactive, <a href="https://www.blackberry.com/blackberrytraining/web/WVBES412/video/exchangeInstall.html">step-by-step guide</a>, that RIM provided. When it finished (requires one reboot half way through the process), I logged in SBS using again the BES user account and added the User Account to the <a href="http://na.blackberry.com/eng/support/preinstallation/exchange.jsp#tab_tab_step4">BES Server</a></p>
<p>As a precaution I followed the instructions that I found <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB03806&amp;sliceId=SAL_Public&amp;dialogID=59044153&amp;stateId=0%200%2032413396">here</a> to add dependencies between the BlackBerry MSDE instance and some of the BES Services.</p>
<p>After the installation completed I saw the &#8216;Java Update&#8217; icon on the task bar. I read that BES requires the Java version that it installs, and for that reason I canceled the update. A thing that I observed is that one of the servers spent more time applying &#8220;Computer Settings&#8221; during reboot than usual. I&#8217;m not sure if that is related to BES or not but I plan to follow up if I come to some concrete conclusion.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/install-blackberry-enterprise-server-express-on-sbs-2003-with-isa-2004/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SBS Best Practices Analyzer</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/sbs-best-practices-analyzer/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/sbs-best-practices-analyzer/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:12:52 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=17</guid>
		<description><![CDATA[Get it here I download it, run it and found a couple of issues that needed to be fixed. Very handy tool indeed.]]></description>
			<content:encoded><![CDATA[<p>Get it <a href="http://blogs.technet.com/sbs/archive/2007/10/16/sbs-now-has-a-best-practices-analyzer.aspx">here</a></p>
<p>I download it, run it and found a couple of issues that needed to be fixed. Very handy tool indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/sbs-best-practices-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logon VB script does not map network drives under Vista</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/logon-vb-script-does-not-map-network-drives-under-vista/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/logon-vb-script-does-not-map-network-drives-under-vista/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:08:45 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=11</guid>
		<description><![CDATA[I just finished a new SBS 2003 R2 roll-out with the majority of the computers running Windows Vista Business and Ultimate. The rollout finished pretty much without any major problems. After all the computers joined the domain I decided to take a VB script I use to map network drives and I adjusted it to [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished a new SBS 2003 R2 roll-out with the majority of the computers running Windows Vista Business and Ultimate.</p>
<p>The rollout finished pretty much without any major problems. After all the computers joined the domain I decided to take a VB script I use to map network drives and I adjusted it to meet the client&#8217;s needs. I added the script to the Default Domain Policy GPO. Unfortunately the drives weren&#8217;t mapped to the Vista clients.</p>
<p>After spending some time researching the issue, I came across the solution in the form of a Microsoft Knowledge Base article <a href="http://support.microsoft.com/kb/937624">http://support.microsoft.com/kb/937624</a></p>
<p>The problem was related to the Vista UAC and the article describes the modifications to the registry that need to be done in order to solve it.</p>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/logon-vb-script-does-not-map-network-drives-under-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Missing links from RWW</title>
		<link>http://costas.cpstechgroup.com/2008/02/27/missing-links-from-rww/</link>
		<comments>http://costas.cpstechgroup.com/2008/02/27/missing-links-from-rww/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:06:52 +0000</pubDate>
		<dc:creator>Costas Tsaklas</dc:creator>
				<category><![CDATA[SBS 2003]]></category>

		<guid isPermaLink="false">http://costas.cpstechgroup.com/?p=7</guid>
		<description><![CDATA[If the Remote Web Workplace (RWW) is missing links (either from the Administrator or User interface), it is possible that registry entries have been corrupted. The following solution was suggested by Terence Liu from Microsoft: Verify the correct flag is set it the registry to either hide or display the links as desired. Note: The [...]]]></description>
			<content:encoded><![CDATA[<p>If the Remote Web Workplace (RWW) is missing links (either from the Administrator or User interface), it is possible that registry entries have been corrupted. The following solution was suggested by Terence Liu from Microsoft:</p>
<blockquote><p><em>Verify the correct flag is set it the registry to either hide or display<br />
the links as desired.</em></p>
<p><em>Note: The key &#8220;STS&#8221; is the switch of the companyweb site link on RWW.<br />
Verify the &#8220;STS&#8221; key is set to &#8220;0&#215;00000001&#8243;</em></p>
<p><em>a. For the Administrator RWW, these are the default settings.<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SmallBusinessServer\<br />
</em><em>RemoteUserPortal\AdminLinks]</em></p>
<p><em>&#8220;ServerTS&#8221;=dword:00000001<br />
&#8220;ClientTS&#8221;=dword:00000001<br />
&#8220;Help&#8221;=dword:00000001<br />
&#8220;Community&#8221;=dword:00000001<br />
&#8220;RA&#8221;=dword:00000001<br />
&#8220;HelpDesk&#8221;=dword:00000001<br />
&#8220;STS&#8221;=dword:00000001<br />
&#8220;PerfReport&#8221;=dword:00000000<br />
&#8220;UsageReport&#8221;=dword:00000000<br />
&#8220;OWA&#8221;=dword:00000001<br />
&#8220;CM&#8221;=dword:00000001<br />
&#8220;RPC&#8221;=dword:00000001</em></p>
<p><em>b. For user RWW, these are the default settings<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SmallBusinessServer\<br />
</em><em>RemoteUserPortal\KWLinks]</em></p>
<p><em>&#8220;AppTS&#8221;=dword:00000001<br />
&#8220;TS&#8221;=dword:00000001<br />
&#8220;Help&#8221;=dword:00000001<br />
&#8220;OWA&#8221;=dword:00000001<br />
&#8220;STS&#8221;=dword:00000001<br />
&#8220;CM&#8221;=dword:00000001<br />
&#8220;UsageReport&#8221;=dword:00000000<br />
&#8220;RPC&#8221;=dword:00000001</em></p>
<p><em>Note:<br />
1. Some flags will vary depending on specific wizards that have been, or<br />
not yet run. (example &#8211; perfreports)<br />
2. 1 = display, 0 = hide</em></p>
<p><em>If we cannot resolve the issue after we perform the above steps, we may<br />
need to complete reinstall the RWW component.</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://costas.cpstechgroup.com/2008/02/27/missing-links-from-rww/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
