<?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; Vantage Web Module.Reports &#8211; WebSpy Blog</title>
	<atom:link href="http://www.webspy.com.au/blogs/index.php/tag/vantage-web-modulereports/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>
	</channel>
</rss>

