<?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>WebSpy Blog&#187; Configuration &#8211; WebSpy Blog</title>
	<atom:link href="http://www.webspy.com.au/blogs/index.php/tag/configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webspy.com.au/blogs</link>
	<description>For when WebSpyrians have something to say.</description>
	<lastBuildDate>Fri, 09 Dec 2011 01:18:27 +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>How Do I Transfer Reports to a Different User in the Web Module?</title>
		<link>http://www.webspy.com.au/blogs/index.php/how-do-i-transfer-reports-to-a-different-user-in-the-web-module/</link>
		<comments>http://www.webspy.com.au/blogs/index.php/how-do-i-transfer-reports-to-a-different-user-in-the-web-module/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 03:40:57 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[Vantage]]></category>
		<category><![CDATA[Web Module]]></category>
		<category><![CDATA[attributed user]]></category>
		<category><![CDATA[changing users]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[distinquished name]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Transfer reports]]></category>
		<category><![CDATA[unique id]]></category>
		<category><![CDATA[user id]]></category>
		<category><![CDATA[Vantage Web Module.Reports]]></category>

		<guid isPermaLink="false">http://www.webspy.com.au/blogs/?p=988</guid>
		<description><![CDATA[Today I was asked how to transfer one report in the web module to a different user. The obvious reason for this is when someone leaves your company, the reports they had access to need to be transfered to the new person taking over their role. Unfortunately there’s not an easy way to do this via the user interface yet, but it is a planned feature.

In the mean time, you can do it by editing an XML file manually.]]></description>
			<content:encoded><![CDATA[<p>Today I was asked how to transfer one report in the web module to a different user. The obvious reason for this is when someone leaves your company, the reports they had access to need to be transferred to the new person taking over their role. Unfortunately there’s not an easy way to do this via the user interface yet, but it is a planned feature.</p>
<p>In the mean time, you can do it by editing an XML file manually.<span id="more-988"></span></p>
<p>If you go to the Web Module’s data folder you will find a file called “Vantage Web Module.Reports”.  If you open this in Notepad, you’ll notice chunks of xml for each report:</p>
<p><code>&lt;WebReport&gt;<br />
&lt;Guid&gt;89208266-42e5-44bc-baa2-157c404c9688&lt;/Guid&gt;<br />
&lt;Title&gt;Business Unit Report&lt;/Title&gt;<br />
&lt;Date&gt;633945813293343143&lt;/Date&gt;<br />
&lt;Type&gt;Analysis&lt;/Type&gt;<br />
&lt;Access&gt;<br />
&lt;Everybody&gt;False&lt;/Everybody&gt;<br />
&lt;Attributed&gt;True&lt;/Attributed&gt;<br />
&lt;Specific&gt;True&lt;/Specific&gt;<br />
&lt;SpecificEntities&gt;<br />
&lt;item&gt;<span style="color: #ff0000;">person:CN=Luke,OU=Users,OU=Australia,OU=Webspy,DC=wsy,DC=com</span>&lt;/item&gt;<br />
&lt;/SpecificEntities&gt;<br />
&lt;Managers&gt;True&lt;/Managers&gt;<br />
&lt;ManagerLevelRestriction&gt;3&lt;/ManagerLevelRestriction&gt;<br />
&lt;/Access&gt;<br />
&lt;Attribution&gt;<span style="color: #ff0000;">person:CN=Scott,OU=Users,OU=Australia,OU=Webspy,DC=wsy,DC=com</span><br />
&lt;/Attribution&gt;<br />
&lt;/WebReport&gt;<br />
</code></p>
<p>Depending on how you published your reports, the unique ID of the person that currently has access to the reports will be mentioned in either the ‘SpecificEntities’ or ‘Attribution’ section.</p>
<p>You just need to find/replace this with the unique ID of the person you would like to transfer these reports to. You can find the unique ID of a person on the Organization screen in Vantage.  It’s called ‘Distinguished Name’:</p>
<div id="attachment_989" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/12/useridinvantage.png"><img class="size-medium wp-image-989" title="Finding a user's unique ID in Vantage" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/12/useridinvantage-300x210.png" alt="Finding a user's unique ID in Vantage" width="300" height="210" /></a><p class="wp-caption-text">Finding a user&#39;s unique ID in Vantage</p></div>
<p>A few more things:</p>
<ul>
<li> Make a backup of your original “Vantage Web Module.Reports” file before making any change.</li>
<li>As you can see above, people need to be entered into this XML file using the syntax <br /> &#8220;<strong>person:</strong><em>&lt;uniqueID&gt;</em>&#8220;</li>
<li> You will also need to stop IIS before making any change as the web module caches this data in its memory while running.</li>
</ul>
<p>As mentioned, creating a user interface to do this is a planned feature so <a title="Follow Us On Twitter" href="http://www.twitter.com/WebSpy" target="_blank">follow us on Twitter</a>, or <a title="Subscribe to our RSS feed" href="http://www.webspy.com.au/blogs/index.php/feed/" target="_blank">subscribe to our RSS feed</a> for updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webspy.com.au/blogs/index.php/how-do-i-transfer-reports-to-a-different-user-in-the-web-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Username-Password Prompts from the Web Module with Windows Authentication</title>
		<link>http://www.webspy.com.au/blogs/index.php/remove-username-password-prompts-from-the-web-module-with-windows-authentication/</link>
		<comments>http://www.webspy.com.au/blogs/index.php/remove-username-password-prompts-from-the-web-module-with-windows-authentication/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 05:31:01 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips and Best Practices]]></category>
		<category><![CDATA[Vantage]]></category>
		<category><![CDATA[Web Module]]></category>
		<category><![CDATA[WebSpy]]></category>
		<category><![CDATA[anonymous authentication]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[credentials]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[usernames]]></category>
		<category><![CDATA[Vantage Ultimate]]></category>
		<category><![CDATA[Windows Authentication]]></category>

		<guid isPermaLink="false">http://www.webspy.com.au/blogs/?p=569</guid>
		<description><![CDATA[A great feature of Vantage Ultimate is its ability to publish reports and storages to the Web Module so that users can login, view their reports, and analyze data. But no one wants to have to remember yet another username and password combination to login to the Web Module, so make it easy on your users by using Windows Authentication. This way, as long as a user is logged into their Windows machine with their Windows domain username, they will sail straight into the Web Module without being prompted for a username or password.]]></description>
			<content:encoded><![CDATA[<p>A great feature of Vantage Ultimate is its ability to publish reports and storages to the Web Module so that users can login, view their reports and analyze data. But no one wants to have to remember yet another username and password combination to login to the Web Module, so make it easy on your users by using Windows Authentication. This way, as long as a user is logged into their Windows machine with their Windows domain username, they will sail straight into the Web Module without being prompted for a username or password.<span id="more-569"></span></p>
<p><span style="background-color: #ffffff;">To use Windows Authentication, there are just a few things you need to do.</span></p>
<ol>
<li>Set the Web Module&#8217;s Authentication type to <strong>IIS Integrated, <span style="font-weight: normal;">and a</span><span style="background-color: #ffffff; "><span style="font-weight: normal;">dd</span></span><span style="background-color: #ffffff; font-weight: normal; "> your administrators in the form of <strong>domain\username</strong></span></strong></li>
<li>Enable Windows Authentication and disable Anonymous authentication in IIS.</li>
<li>Ensure all users in your Organization screen have a login name in the form of <strong>domain\username</strong>. Use the &#8216;Prefix&#8217; option to prefix &#8220;domain\&#8221; (without the quotes) to your usernames names when importing your Organization from LDAP or LDIF.</li>
<li><span style="background-color: #ffffff;">Connect Vantage and the Web Module using the new authentication details and synchronize your Organization. </span></li>
</ol>
<h3>1. Set the Web Module&#8217;s Authentication type to IIS Integrated, and add your Administrators.</h3>
<p><span style="background-color: #ffffff;">When you first install the Web Module, the first screen you see is the &#8216;Initial Configuration Wizard&#8217; that guides you through the process of selecting your authentication type and specifying your administrator(s). If you have already been through this Wizard and are currently using Vantage In-Built or Client Certificate authentication, you can easily reset this initial configuration wizard. Simply login to the Web Module with your current administrator details and go to <strong>Options | Maintenance | Reset Initial Configuration Wizard.</strong> </span></p>
<blockquote><p>Note: You can also change your authentication and administrator options individually using the Authentication and Administrator options on the Options tab of the Web Module.  However, for ease of demonstration, I&#8217;ll use the Initial Configuration Wizard method.</p></blockquote>
<p>Now that you&#8217;re at the Initial Configuration Wizard, proceed through the wizard, selecting IIS Integrated authentication and entering your administrators in the form of domain\username (replace domain with your organization&#8217;s AD domain, and username with the sAMAccountName of your administrator.</p>
<div id="attachment_574" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-welcome-page.png"><img class="size-medium wp-image-574" title="initial-configuration-wizard-welcome-page" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-welcome-page-300x240.png" alt="Initial Configuration Wizard - Welcome Page" width="300" height="240" /></a><p class="wp-caption-text">Initial Configuration Wizard - Welcome Page</p></div>
<div id="attachment_571" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-authentication-page.png"><img class="size-medium wp-image-571" title="initial-configuration-wizard-authentication-page" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-authentication-page-300x236.png" alt="Initial Configuration Wizard - Authentication Page" width="300" height="236" /></a><p class="wp-caption-text">Initial Configuration Wizard - Authentication Page</p></div>
<div id="attachment_572" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-delegate-administrators-page.png"><img class="size-medium wp-image-572" title="initial-configuration-wizard-delegate-administrators-page" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-delegate-administrators-page-300x237.png" alt="Initial Configuration Wizard - Delegate Administrators Page" width="300" height="237" /></a><p class="wp-caption-text">Initial Configuration Wizard - Delegate Administrators Page</p></div>
<div id="attachment_573" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-summary-page.png"><img class="size-medium wp-image-573" title="initial-configuration-wizard-summary-page" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/initial-configuration-wizard-summary-page-300x237.png" alt="Initial Configuration Wizard - Summary Page" width="300" height="237" /></a><p class="wp-caption-text">Initial Configuration Wizard - Summary Page</p></div>
<p>Click <strong>Finish</strong>, and if the authentication was successfully changed, you should get a message saying &#8216;The specified credentials were not accepted&#8221;.</p>
<div id="attachment_576" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/the-specified-credentials-were-not-accepted.png"><img class="size-medium wp-image-576" title="the-specified-credentials-were-not-accepted" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/the-specified-credentials-were-not-accepted-300x142.png" alt="The 'Specified credentials were not accepted' message." width="300" height="142" /></a><p class="wp-caption-text">The &#39;Specified credentials were not accepted&#39; message.</p></div>
<p>Don&#8217;t panic at this point. This message is an indication that the authentication was successfully changed and that the Web Module is now listening for IIS to pass through Windows Usernames. The reason you&#8217;re getting this message is because IIS is not yet passing through Windows Usernames to the Web Module. This is configured in the next step.</p>
<h3>2. Enable Windows Authentication and disable Anonymous authentication in IIS.</h3>
<p>Now that the Web Module is expecting IIS to authenticate your users, you need to set up  IIS  to do this.</p>
<ol>
<li><span style="background-color: #ffffff;">Open IIS by navigating to <strong>Start | Control Panel | Administrative Tools </strong>and double-clicking on <strong>Internet Information Services (IIS) Manager</strong>.</span></li>
<li><span style="background-color: #ffffff;">Navigate to the Web Module site or virtual directory in the left hand &#8216;Connections&#8217; Panel. It will be located under &lt;Server Name&gt;\&lt;Sites&gt;. For example, MyServer-&gt;Sites-&gt;Default Web Site-&gt;webmodule.</span></li>
</ol>
<ul>
<li><span style="background-color: #ffffff;">If you&#8217;re running<strong> IIS7</strong> ( Windows Server 2008, Vista or Windows 7)</span>
<ol>
<li><span style="background-color: #ffffff; ">Select the Web Module site and ensure the &#8216;Features&#8217; tab is selected at the bottom of the middle pane.</span></li>
<li><span style="background-color: #ffffff; ">Double-click the &#8216;Authentication&#8217; feature.</span></li>
<li><span style="background-color: #ffffff; ">Right-click &#8216;Anonymous Authentication&#8217; and select <strong>Disable</strong></span></li>
<li><span style="background-color: #ffffff; "><strong><span style="background-color: #ffffff; font-weight: normal; ">Right-click and &#8216;Windows Authentication&#8217; and select <strong>Enable</strong></span></strong></span></li>
<li><span style="background-color: #ffffff; "><strong><span style="background-color: #ffffff; font-weight: normal; "><strong><span style="background-color: #ffffff; font-weight: normal; ">Restart IIS by selecting your server in the right hand connections pane, and clicking <strong>Restart</strong> in the &#8216;Actions&#8217; pane on the right.</span></strong></span></strong></span></li>
</ol>
</li>
</ul>
<ul>
<li><span style="font-weight: normal;">If you&#8217;re running </span>IIS6 or 5.1<span style="font-weight: normal;"> (Windows Server 2003, Windows XP)</span>
<ol>
<li><span style="background-color: #ffffff;">Right-click Web Module site and select Properties.</span></li>
<li><span style="background-color: #ffffff;">Go to the Directory Security tab</span></li>
<li><span style="background-color: #ffffff;">Under &#8216;Authentication and access control&#8217; click the <strong>Edit</strong> button.</span></li>
<li><span style="background-color: #ffffff;">Uncheck &#8216;Enable anonymous access&#8217; and check &#8216;Integrated Windows authentication&#8217;</span></li>
<li><span style="background-color: #ffffff;">Restart IIS by right-clicking the local server, select All Tasks, and then click <strong>Restart IIS</strong>.</span></li>
</ol>
</li>
</ul>
<p>If you added your own Windows login name as an administrator in step 1, you can now test the authentication is working. Go back to the Web Module in your browser and click <strong>Refresh</strong>. You will be presented with an &#8216;Authentication Required&#8217; dialog where you can enter your username and password.</p>
<div id="attachment_577" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/authentication-required.png"><img class="size-medium wp-image-577" title="Authentication Required Dialog" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/authentication-required-300x181.png" alt="Authentication Required Dialog" width="300" height="181" /></a><p class="wp-caption-text">Authentication Required Dialog</p></div>
<p>Again, ensure your username is in the form of domain\username. Click <strong>OK</strong>, and you should log straight into the Web Module using Windows Authentication.</p>
<h3>3. Ensure all users in your Organization screen have a login name in the form of domain\username</h3>
<p>Now your administrator account can log into the Web Module using Windows Authentication, but all other users will not be able to log in unless they have their login name specified in the form of domain\username. This is done in Vantage Ultimate on the Organization screen.</p>
<div id="attachment_578" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/organization-screen-showing-correct-login-name.png"><img class="size-medium wp-image-578" title="organization-screen-showing-correct-login-name" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/organization-screen-showing-correct-login-name-300x213.png" alt="Organization Screen showing correct login name for Windows Authentication" width="300" height="213" /></a><p class="wp-caption-text">Organization Screen showing correct login name for Windows Authentication</p></div>
<p>If you&#8217;re importing your users from LDAP or LDIF, make sure you use the &#8216;Prefix&#8217; option on the User Details page to prefix domain\ before your imported usernames. For example:</p>
<p><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/import-organization-with-prefix-option.png"><img class="aligncenter size-medium wp-image-579" title="import-organization-with-prefix-option" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/import-organization-with-prefix-option-300x225.png" alt="import-organization-with-prefix-option" width="300" height="225" /></a></p>
<h3>4. Connect Vantage and the Web Module using the new authentication details, and synchronize your Organization.</h3>
<p>In order to publish information to the Web Module, you need to add a connection between Vantage and the Web Module. This is done on the Web Module screen in Vantage Ultimate.</p>
<ol>
<li><span style="background-color: #ffffff;">Click <strong>Add Web Module</strong> (or if you already had a web module before changing the authentication details, select it and click <strong>Properties</strong>)</span></li>
<li><span style="background-color: #ffffff;">Enter the server &amp; virtual directory of the Web module, and enter the correct credentials ensuring domain is specified.</span></li>
<li><span style="background-color: #ffffff;">Click OK to connect.</span></li>
</ol>
<div id="attachment_580" class="wp-caption aligncenter" style="width: 306px"><a href="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/connect-to-web-module.png"><img class="size-medium wp-image-580" title="connect-to-web-module" src="http://www.webspy.com.au/blogs/wp-content/uploads/2009/09/connect-to-web-module-296x300.png" alt="Connect to Web Module dialog" width="296" height="300" /></a><p class="wp-caption-text">Connect to Web Module dialog</p></div>
<p><span style="background-color: #ffffff;">Once connected, synchronize Vantage with the Web Module by clicking the <strong>Synchronize </strong>link in the Web Module task pad. You may also want to provide permissions for your users in the Permissions section on the Web Module screen.</span></p>
<p>That&#8217;s it. You can now test that everything is working by getting one of your users to access the Web Module&#8217;s URL. They should sail straight in with no username/password prompt.</p>
<p>I hope this helps! Please let me know your feedback by emailing me, or leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webspy.com.au/blogs/index.php/remove-username-password-prompts-from-the-web-module-with-windows-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating WebSpy Vantage to a different machine</title>
		<link>http://www.webspy.com.au/blogs/index.php/migrating-webspy-vantage-onto-a-different-machine/</link>
		<comments>http://www.webspy.com.au/blogs/index.php/migrating-webspy-vantage-onto-a-different-machine/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:39:45 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Scheduled Tasks]]></category>
		<category><![CDATA[Vantage]]></category>
		<category><![CDATA[WebSpy]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Copying]]></category>
		<category><![CDATA[Migrating]]></category>
		<category><![CDATA[Moving]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[Upgrading]]></category>

		<guid isPermaLink="false">http://www.webspy.com.au/blogs/?p=184</guid>
		<description><![CDATA[Imagine you've just spent the last six months setting up storages, aliases, profiles, scheduled tasks and so on, and you need to migrate all this to another machine. Of course you could go to the Aliases screen and click 'Save Aliases', then go to the new machine and click 'Open Aliases', and repeat for every setting you want to move across. But there is an easier way.]]></description>
			<content:encoded><![CDATA[<p>Imagine you&#8217;ve just spent the last six months setting up storages, aliases, profiles, scheduled tasks and so on, and you need to migrate all this to another machine. Of course you could go to the Aliases screen and click &#8216;Save Aliases&#8217;, then go to the new machine and click &#8216;Open Aliases&#8217;, and repeat for every setting you want to move across. But there is an easier way.<br />
<span id="more-184"></span><br />
When Vantage closes, it saves all its current configuration to files located in the following locations:</p>
<ul>
<li><strong>Windows Vista &amp; Server 2008:</strong><br />
C:\Users\&lt;user profile&gt;\AppData\Roaming\WebSpy\Vantage &lt;edition&gt; &lt;version&gt;</li>
<li><strong>Windows XP &amp; Server 2003:</strong><br />
C:\Documents and Settings\&lt;user profile&gt;\Application Data\WebSpy\Vantage &lt;edition&gt; &lt;version&gt;</li>
</ul>
<p>When Vantage opens, it loads the information contained in these files.</p>
<p>To move all your settings across, you can simply copy all the files in this location on your original machine, into the same folder on the new machine (make sure Vantage is closed when you do this).</p>
<p>When you open Vantage on the new machine and you&#8217;ll have all your settings moved across.</p>
<p>If you&#8217;re using scheduled tasks, one thing to note is that copying these files will not recreate the Windows scheduled task jobs. To get your tasks functioning on the new machine:</p>
<ul>
<li>Go to the <strong>Tasks </strong>tab and double-click each scheduled task.</li>
<li>Proceed through the wizard and make sure all the settings are correct.</li>
<li>Enter your authentication details on the last page and click <strong>OK</strong>.</li>
</ul>
<p>This will create a new Windows scheduled task job which should run as it did on the old machine.</p>
<p>Please note that this process only moves &#8217;settings&#8217; across to the new machine. If Storages and Reports were being written to a location on the old machine, then you will need to move these across to the Storages and Reports locations on the new machine (check <strong>Tools | Options | Paths</strong> for these locations).</p>
<p>Also take access privileges into account. If you&#8217;re old installation was set to create storages in \\server\mystorages, make sure the new machine also has write privileges to this location.</p>
<p>That&#8217;s pretty much all there is too it. Happy migrating!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webspy.com.au/blogs/index.php/migrating-webspy-vantage-onto-a-different-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

