<?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>Blogging about all things SAS &#187; SAS 9.2</title>
	<atom:link href="http://blog.saasinct.com/category/sas-92/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.saasinct.com</link>
	<description>::       Sharing with the world everything we discover about SAS.</description>
	<lastBuildDate>Fri, 18 Nov 2011 07:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Want to know what replaced Xythos in SAS 9.2/9.3 &#8211; enter the jackrabbit</title>
		<link>http://blog.saasinct.com/2011/11/16/want-to-know-what-replaced-xythos-in-sas-9-29-3-enter-the-jackrabbit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=want-to-know-what-replaced-xythos-in-sas-9-29-3-enter-the-jackrabbit</link>
		<comments>http://blog.saasinct.com/2011/11/16/want-to-know-what-replaced-xythos-in-sas-9-29-3-enter-the-jackrabbit/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 09:25:31 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS 9.3]]></category>
		<category><![CDATA[Jackrabbit]]></category>
		<category><![CDATA[WEBDAV]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=934</guid>
		<description><![CDATA[In SAS 9.1.x the WebDav technology SAS used was powered by an open source component called Xythos. Xthyos provided the mechanism by which the SAS Web tools (WRS, Portal etc) could read and write to a database repository (Postgres, Oracle, Sql Server etc) to store the content (WRS (XML) reports). In SAS 9.2 / 9.3, SAS re-engineered [...]]]></description>
			<content:encoded><![CDATA[<p>In SAS 9.1.x the WebDav technology SAS used was powered by an open source component called Xythos.</p>
<p>Xthyos provided the mechanism by which the SAS Web tools (WRS, Portal etc) could read and write to a database repository (Postgres, Oracle, Sql Server etc) to store the content (WRS (XML) reports).</p>
<p>In SAS 9.2 / 9.3, SAS re-engineered the entire platform to remove the Xythos component and deliver what is called the SAS Content Server.</p>
<p>If you look under the cover, you wil find that SAS have replaced Xythos with another open source component to provide the WebDav capability, this time <a href="http://jackrabbit.apache.org/" target="_blank">Apache JackRabbit</a>.</p>
<p>When you start up the Web server and checkout the logs and you wil see something along the lines of:</p>
<p>&#8220;2011-11-11 12:42:32,836[[STANDBY] ExecuteThread: &#8217;2&#8242; for queue: &#8216;weblogic.kernel.Default (self-tuning)&#8217;] INFO  org.apache.jackrabbit.webdav.simple.SimpleWebdavServlet &#8211; WWW-Authenticate header = &#8216;Basic realm=&#8221;Jackrabbit Webdav Server&#8221;</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F11%2F16%2Fwant-to-know-what-replaced-xythos-in-sas-9-29-3-enter-the-jackrabbit%2F&amp;title=Want%20to%20know%20what%20replaced%20Xythos%20in%20SAS%209.2%2F9.3%20%26%238211%3B%20enter%20the%20jackrabbit" id="wpa2a_2"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/11/16/want-to-know-what-replaced-xythos-in-sas-9-29-3-enter-the-jackrabbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding custom content to SASPortal in SAS 9.2 &amp; 9.3</title>
		<link>http://blog.saasinct.com/2011/10/27/adding-custom-content-to-sasportal-in-sas-9-2-9-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-custom-content-to-sasportal-in-sas-9-2-9-3</link>
		<comments>http://blog.saasinct.com/2011/10/27/adding-custom-content-to-sasportal-in-sas-9-2-9-3/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 09:18:27 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS 9.3]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=925</guid>
		<description><![CDATA[&#160; Web Application Custom Content If you wish to add custom content into SAS web applications, you may do so by placing your custom content into the appropriate custom content directory structure for the given application, and then running the SAS Deployment Manager to rebuild web applications. The custom content root directory for a given [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>Web Application Custom Content</strong></p>
<p>If you wish to add custom content into SAS web applications, you may do so by placing your custom content into the appropriate custom content directory structure for the given application, and then running the SAS Deployment Manager to rebuild web applications. The custom content root directory for a given web application is</p>
<p>/data/SASCONFIG/Lev1/Web/Common/<em>Server Name</em>/<em>Application Name</em>/CustomContent</p>
<p>For example,</p>
<p>/data/SASCONFIG/Lev1/Web/Common/SASServer1/SASWebReportStudio4.2/CustomContent</p>
<p>Within that directory, there are subdirectories (for example, ears or wars) corresponding to specific archive types (ear and war files, respectively). Under the archive type directories, there are subdirectories for each specific archive—these are the root directories for each archive within the application. Custom content should be placed in the archive&#8217;s directory tree corresponding to where the content should appear within the archive.</p>
<p>For example, to add the ear_addon.xml file into the addons directory in the sas.webreportstudio ear file, create the</p>
<p>&#8230;/CustomContent/ears/sas.webreportstudio/addons</p>
<p>directory, and place ear_addon.xml in it. Our process knows which war files are contained within ear files, so if you want to add war_addon.jar into the WEB-INF/lib directory in the sas.webreportstudio war file within the sas.webreportstudio ear file, then create</p>
<p>&#8230;/CustomContent/wars/sas.webreportstudio/WEB-INF/lib</p>
<p>directory, and place war_addon.jar in it.</p>
<p>Once all your custom content is ready to be consumed, run the SAS Deployment Manager and choose to rebuild web applications. Doing so will rebuild the web applications, inserting the custom content into the archives under the appropriate paths. Note that if custom content has the same path and name of content normally included in the archive, then the custom content takes precedence.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F10%2F27%2Fadding-custom-content-to-sasportal-in-sas-9-2-9-3%2F&amp;title=Adding%20custom%20content%20to%20SASPortal%20in%20SAS%209.2%20%26%23038%3B%209.3" id="wpa2a_4"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/10/27/adding-custom-content-to-sasportal-in-sas-9-2-9-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Login back to the SAS 9.2 Portal</title>
		<link>http://blog.saasinct.com/2011/10/25/adding-login-back-to-the-sas-9-2-portal/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-login-back-to-the-sas-9-2-portal</link>
		<comments>http://blog.saasinct.com/2011/10/25/adding-login-back-to-the-sas-9-2-portal/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 07:36:40 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Portal]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[SAS Portal]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=921</guid>
		<description><![CDATA[If you need to display the login link on the portal after a user has logged out, Angela has posted how to do it here: Save User Frustration by adding the magic &#8216;Log (back) In&#8217; button &#160;]]></description>
			<content:encoded><![CDATA[<p>If you need to display the login link on the portal after a user has logged out, Angela has posted how to do it here:</p>
<p><a href="http://sas-bi.blogspot.com/2010/11/save-user-frustration-by-adding-magic.html" target="_blank">Save User Frustration by adding the magic &#8216;Log (back) In&#8217; button</a></p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F10%2F25%2Fadding-login-back-to-the-sas-9-2-portal%2F&amp;title=Adding%20Login%20back%20to%20the%20SAS%209.2%20Portal" id="wpa2a_6"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/10/25/adding-login-back-to-the-sas-9-2-portal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SAS BI Dashboards 4.3 &#8211; M2 patch set is out</title>
		<link>http://blog.saasinct.com/2011/06/15/sas-bi-dashboards-4-3-m2-patch-set-is-out/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-bi-dashboards-4-3-m2-patch-set-is-out</link>
		<comments>http://blog.saasinct.com/2011/06/15/sas-bi-dashboards-4-3-m2-patch-set-is-out/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 09:46:46 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[BI Dashboards]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS BI Dashboards 4.3 M2]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=886</guid>
		<description><![CDATA[Well after a day trying to use the SAS 9.2/4.3 BI Dashboards I think applying the M2 patch set that has just been released is mandatory! http://support.sas.com/documentation/cdl/en/whatsdiff/63928/HTML/default/viewer.htm#n187p76ccvsi57n1532c21g7quex.htm]]></description>
			<content:encoded><![CDATA[<p>Well after a day trying to use the SAS 9.2/4.3 BI Dashboards I think applying the M2 patch set that has just been released is mandatory!</p>
<p><a href="http://support.sas.com/documentation/cdl/en/whatsdiff/63928/HTML/default/viewer.htm#n187p76ccvsi57n1532c21g7quex.htm">http://support.sas.com/documentation/cdl/en/whatsdiff/63928/HTML/default/viewer.htm#n187p76ccvsi57n1532c21g7quex.htm</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F06%2F15%2Fsas-bi-dashboards-4-3-m2-patch-set-is-out%2F&amp;title=SAS%20BI%20Dashboards%204.3%20%26%238211%3B%20M2%20patch%20set%20is%20out" id="wpa2a_8"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/06/15/sas-bi-dashboards-4-3-m2-patch-set-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 9.1 &gt; SAS 9.3 making it easy</title>
		<link>http://blog.saasinct.com/2011/06/04/sas-9-1-sas-9-3-making-it-easy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-9-1-sas-9-3-making-it-easy</link>
		<comments>http://blog.saasinct.com/2011/06/04/sas-9-1-sas-9-3-making-it-easy/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 20:03:35 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS 9.3]]></category>
		<category><![CDATA[SAS 9.1 to 9.3 migration]]></category>
		<category><![CDATA[SAS upgarde]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=867</guid>
		<description><![CDATA[Fiona McNeill just posted a comment on my blog post about my guess that SAS 9.3 will play peekaboo just as we are in the middle of finishing the SAS 9.2 install. She commented &#8220;Just to clarify, you will be able to go from SAS 9.1.3 directly to SAS 9.3 – without having to do the interim [...]]]></description>
			<content:encoded><![CDATA[<div><a rel="external nofollow" href="http://www.sas.com/">Fiona McNeill</a> just posted a comment on my blog <a href="http://blog.saasinct.com/2011/05/29/sas-9-3-whats-a-bet-its-early/">post</a> about my guess that SAS 9.3 will play peekaboo just as we are in the middle of finishing the SAS 9.2 install.</div>
<div>
<p>She commented</p>
<p>&#8220;Just to clarify, you will be able to go from SAS 9.1.3 directly to SAS 9.3 – without having to do the interim release installation&#8221;</p>
<p>I had heard mentioned that you would be able to jump across from 9.1 to 9.3 and miss out the 9.2 upgrade, but great to have it officially confirmed!  Its amazing how many times I had been asked this by customers.</p>
<p>Thanks Fiona.</p>
<p>&nbsp;</p>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F06%2F04%2Fsas-9-1-sas-9-3-making-it-easy%2F&amp;title=SAS%209.1%20%3E%20SAS%209.3%20making%20it%20easy" id="wpa2a_10"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/06/04/sas-9-1-sas-9-3-making-it-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting back tabs in SAS WRS 4.3</title>
		<link>http://blog.saasinct.com/2011/06/03/putting-back-tabs-in-sas-wrs-4-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=putting-back-tabs-in-sas-wrs-4-3</link>
		<comments>http://blog.saasinct.com/2011/06/03/putting-back-tabs-in-sas-wrs-4-3/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 07:48:06 +0000</pubDate>
		<dc:creator>Derek Adams</dc:creator>
				<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[Web Report Studio]]></category>
		<category><![CDATA[SAS WRS 4.3 tabs]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=864</guid>
		<description><![CDATA[In SAS Web Report Studio 4.3, users can set an option that will display navigational tabs for report sections, similar to the tabs that appeared in version 3.1. To set this property, make the following changes to the SAS Web Report Studio properties in SAS® Management Console. On the Plug-ins tab, select Application Management ► [...]]]></description>
			<content:encoded><![CDATA[<p>In SAS Web Report Studio 4.3, users can set an option that will display navigational tabs for report sections, similar to the tabs that appeared in version 3.1.</p>
<p>To set this property, make the following changes to the SAS Web Report Studio properties in SAS® Management Console.</p>
<ol>
<li>On the Plug-ins tab, select Application Management ► Configuration Manager ► Web Report Studio 4.3.</li>
<li>Right-click and select Properties to open the Web Report Studio 4.3 Properties dialog box.</li>
<li>Click the Advanced tab.</li>
<li>Click Add to open the Define New Property dialog box.<br />
For the Property Name, enter wrs.sections.tabs<br />
For the Property Value, enter true.</li>
<li>Click OK twice to exit both dialog boxes and save the changes.</li>
<li>Restart your Web application server.</li>
</ol>
<p>When this property is set to true, sections can be accessed via tabs and via the drop-down menu in the Table of Contents pane on the left.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F06%2F03%2Fputting-back-tabs-in-sas-wrs-4-3%2F&amp;title=Putting%20back%20tabs%20in%20SAS%20WRS%204.3" id="wpa2a_12"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/06/03/putting-back-tabs-in-sas-wrs-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Enterprise Miner and SAS Metadata / Enterprise Guide created datasets</title>
		<link>http://blog.saasinct.com/2011/06/02/integrating-enterprise-miner-and-sas-metadata-enterprise-guide-created-datasets/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=integrating-enterprise-miner-and-sas-metadata-enterprise-guide-created-datasets</link>
		<comments>http://blog.saasinct.com/2011/06/02/integrating-enterprise-miner-and-sas-metadata-enterprise-guide-created-datasets/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 10:10:49 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[registering Metadata]]></category>
		<category><![CDATA[SAS Enterprise Miner 6.2]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=856</guid>
		<description><![CDATA[When you us SAS Enterprise Miner 6.2 you need to access data to perform the modeling tasks (DOH When adding data sources to your EM project you can either add data from a SAS Table or from the Metadata Repository. If you add it from a SAS Table, then SAS will display all the libnames [...]]]></description>
			<content:encoded><![CDATA[<p>When you us SAS Enterprise Miner 6.2 you need to access data to perform the modeling tasks (DOH <img src='http://blog.saasinct.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>When adding data sources to your EM project you can either add data from a SAS Table or from the Metadata Repository.</p>
<p>If you add it from a SAS Table, then SAS will display all the libnames defined in the autoexec.sas.</p>
<p>If you access the tables via metadata then SAS wil display the metadata libnames, which in an managed environment is our recomended option.</p>
<p>The trick is of course the datasets that are being accessed have probably been created by a modeler using Enterprise Guide.  And when the modeler creates them via EG they are not automatically registered in metadata.  So therefore they are not automatically available in Enterprise Miner.</p>
<p>Options I can think of:</p>
<ol>
<li>Make the modelers use DI Studio as it automatically registers the tables</li>
<li>Give the modelers access to SAS Management Console and rights to register metadata</li>
<li>Use the EG addin that lest users register metadata</li>
<li>Create the libnames in the Autoexec, SAS will automatically display all tables that are present in that directory.</li>
</ol>
<p>I gotta say im not loving any of those options!</p>
<p>Hit me if you can think of any I have missed.</p>
<p>====Update=====</p>
<p><a href="http://blogs.sas.com/sasdummy" target="_blank">Chris</a> posted a comment to remind me that the ability to update SAS Metadata is now base functionality in SAS 9.2 / EG 4.3 (Tools-&gt;Update Library Metadata).  Worked a treat, problem solved!  (thanks Chris)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F06%2F02%2Fintegrating-enterprise-miner-and-sas-metadata-enterprise-guide-created-datasets%2F&amp;title=Integrating%20Enterprise%20Miner%20and%20SAS%20Metadata%20%2F%20Enterprise%20Guide%20created%20datasets" id="wpa2a_14"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/06/02/integrating-enterprise-miner-and-sas-metadata-enterprise-guide-created-datasets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Report Studio 4.3 Roles (and hiding the Edit Tab)</title>
		<link>http://blog.saasinct.com/2011/05/12/web-report-studio-4-3-roles-and-hiding-the-edit-tab/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-report-studio-4-3-roles-and-hiding-the-edit-tab</link>
		<comments>http://blog.saasinct.com/2011/05/12/web-report-studio-4-3-roles-and-hiding-the-edit-tab/#comments</comments>
		<pubDate>Thu, 12 May 2011 09:01:05 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Architecture and Administration]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[Web Report Studio]]></category>
		<category><![CDATA[WRS 4.3]]></category>
		<category><![CDATA[WRS 9.2]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=826</guid>
		<description><![CDATA[Doing some work to figure out how to remove the Edit tab for a user in WRS 4.3. Found this table of roles for WRS on the SAS Support site here: Predefined Roles and Capabilities for SAS Web Report Studio By the way the trick on the edit tab is to make sure PUBLIC doesnt [...]]]></description>
			<content:encoded><![CDATA[<p>Doing some work to figure out how to remove the Edit tab for a user in WRS 4.3.</p>
<p>Found this table of roles for WRS on the SAS Support site here:</p>
<p><a href="http://support.sas.com/documentation/cdl/en/biwaag/63149/HTML/default/viewer.htm#a003279136.htm" target="_blank">Predefined Roles and Capabilities for SAS Web Report Studio</a></p>
<p>By the way the trick on the edit tab is to make sure PUBLIC doesnt have access to the WRS roles, which is does seem to by default.</p>
<p>&#8220;<strong>Note: </strong>By default, the PUBLIC group is a member of both the Web  Report Studio: Report Creation and the Web Report Studio: Report Viewing  roles. So, when you are ready to restrict access to specific  capabilities, remember to remove PUBLIC (which includes all users in  your deployment) from the applicable roles.&#8221;</p>
<p><a href="http://support.sas.com/kb/30/789.html" target="_blank">Usage Note <em>30789: </em>Implementing the most basic view-only access to reports in SAS® Web Report Studio</a></p>
<table border="1" cellspacing="0" cellpadding="6">
<tbody>
<tr valign="bottom">
<th colspan="2" width="43.00%" align="LEFT" valign="BOTTOM"> Capability</th>
<th width="20%" align="LEFT" valign="BOTTOM"> Report Viewing</th>
<th width="21%" align="LEFT" valign="BOTTOM"> Report Creation</th>
<th width="14%" align="LEFT" valign="BOTTOM"> Advanced</th>
</tr>
<tr valign="top">
<td colspan="5" width="98.00%" align="LEFT" valign="TOP">Basic</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Comments</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Print</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Allow Direct Access to Information Maps<sup>1</sup></td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%" align="LEFT" valign="TOP"></td>
<td width="36%" align="LEFT" valign="TOP">Allow Direct Access to Cubes<sup>2</sup></td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%" align="LEFT" valign="TOP"></td>
<td width="36%" align="LEFT" valign="TOP">Allow Direct Access to Tables<sup>2</sup></td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="LEFT" valign="TOP"></td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Promote WRV to WRS</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Refresh Data</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Modify Repository</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td colspan="5" width="98.00%" align="LEFT" valign="TOP">OLAP</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Drill</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Drill to Detail</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Expand and Collapse</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Expand and Collapse All</td>
<td width="20%"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td colspan="5" width="98.00%" align="LEFT" valign="TOP">Output</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Save</td>
<td width="20%" align="CENTER" valign="TOP">X</td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Email</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Export</td>
<td width="20%"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Schedule Own Report</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td colspan="5" width="98.00%" align="LEFT" valign="TOP">Report Creation</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Create Report</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Basic Edit</td>
<td width="20%"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Aggregate or Detail</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Select All Data</td>
<td width="20%"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Select Data in View</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Copy Section<sup>2</sup></td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="CENTER" valign="TOP">X</td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td colspan="4" width="84.00%" align="LEFT" valign="TOP">Advanced Report Creation</td>
<td width="14%" align="CENTER" valign="TOP"></td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Create Cascade Reports</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="CENTER" valign="TOP"></td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Create Report Links</td>
<td width="20%"></td>
<td width="21%"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Create Remote Application Report Links<sup>2</sup></td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Advanced Edit</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Update Resources<sup>3</sup></td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td colspan="4" width="84.00%" align="LEFT" valign="TOP">Advanced Scheduling</td>
<td width="14%" align="CENTER" valign="TOP"></td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Distribute</td>
<td width="20%"></td>
<td width="21%"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Save Archive</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Schedule Any Report</td>
<td width="20%"></td>
<td width="21%"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Schedule Folder</td>
<td width="20%" align="CENTER" valign="TOP"></td>
<td width="21%" align="CENTER" valign="TOP"></td>
<td width="14%" align="CENTER" valign="TOP">X</td>
</tr>
<tr valign="top">
<td colspan="5" width="98.00%" align="LEFT" valign="TOP">Administrative</td>
</tr>
<tr valign="top">
<td width="7%"></td>
<td width="36%" align="LEFT" valign="TOP">Manage Distribution List</td>
<td width="20%" align="LEFT" valign="TOP"></td>
<td width="21%" align="LEFT" valign="TOP"></td>
<td width="14%" align="LEFT" valign="TOP"></td>
</tr>
<tr valign="top">
<td colspan="5">1 If you are using (or if you migrated from) SAS Web Report Studio 4.2, then the name of this capability is Open Maps as Reports.2 This capability is new in SAS Web Report Studio 4.3.</p>
<p>3 If you are using (or if you migrated from) SAS Web Report Studio 4.2, then the name of this capability is Repair Report.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>In order to be functional, some capabilities have prerequisites. Following is an explanation of each capability and prerequisites for certain capabilities:</p>
<dl>
<dt>Basic:Comments</dt>
<dd>provide access to Comment Manager.</p>
</dd>
<dt>Basic:Print</dt>
<dd>generate PDF output.</p>
</dd>
<dt>Basic:Allow Direct Access to Information Maps</dt>
<dd>open information maps directly as reports. Without this capability, information maps are suppressed from the Open and Manage pages. With this capability, users can access information maps from the Open and Manage pages and view them as reports. Users who have the Create Report capability can select an Edit action when an information map is selected.</p>
<p>If you are using (or if you migrated from) SAS Web Report Studio 4.2, then the name of this capability is Open Maps as Reports.</p>
</dd>
<dt>Basic:Allow Direct Access to Cubes</dt>
<dd>open cubes directly as reports, or open cubes as information maps when specifying a data source. Without this capability, cubes are suppressed from the Open and Manage pages. With this capability, users can access cubes from the Open and Manage pages and view them as reports. Users who have the Create Report capability can select an Edit action when a cube is selected.</p>
<p>This capability is new in SAS Web Report Studio 4.3.</p>
</dd>
<dt>Basic:Allow Direct Access to Tables</dt>
<dd>open tables directly as reports, or open tables as information maps when specifying a data source. Without this capability, tables are suppressed from the Open and Manage pages. With this capability, users can access tables from the Open and Manage pages and view them as reports. Users who have the Create Report capability can select an Edit action when a table is selected.</p>
<p>By default, this capability is not assigned to any roles because it would allow users to bypass BI row-level permissions. If you have not implemented BI row-level permissions, then consider adding this capability to the same roles to which Allow Direct Access to Cubes is assigned.</p>
<p>This capability is new in SAS Web Report Studio 4.3.</p>
</dd>
<dt>Basic:Promote Web Report Viewer to Web Report Studio</dt>
<dd>displays the SAS Web Report Studio interface when a user requests to view a report from another product such as SAS Information Delivery Portal. Initially, this capability is assigned to all predefined roles. If this capability is unassigned, and a user&#8217;s request to view a report from within another product is granted, then the SAS Web Report Viewer interface is used to present the report. When this capability is assigned to a role to which a user belongs, the SAS Web Report Studio interface is displayed when that user requests to view a report through the SAS Information Delivery Portal or other products.</p>
</dd>
<dt>Basic:Refresh Data</dt>
<dd>refresh data for reports.</p>
</dd>
<dt>Basic:Modify Repository</dt>
<dd>provide basic modifications to repository such as copy, move, rename, and delete. This capability does not grant the ability to save changes to reports.</p>
</dd>
<dt>OLAP:Drill</dt>
<dd>perform an OLAP drill operation.</p>
</dd>
<dt>OLAP:Drill to Detail</dt>
<dd>drill through to detail data for a single OLAP value.</p>
</dd>
<dt>OLAP:Expand and Collapse</dt>
<dd>expand or collapse OLAP data.</p>
</dd>
<dt>OLAP:Expand and Collapse All</dt>
<dd>expand or collapse an entire OLAP hierarchy. This capability requires the Report Creation:Basic Edit capability and the OLAP:Expand and Collapse capability.</p>
</dd>
<dt>Output:Save</dt>
<dd>save changes to reports. This capability requires that the user also has Modify Repository capability.</p>
</dd>
<dt>Output:E-mail</dt>
<dd>e-mail a report link.</p>
</dd>
<dt>Output:Export</dt>
<dd>export report content to Microsoft Excel.</p>
</dd>
<dt>Output:Schedule Own Report</dt>
<dd>schedule reports authored by the users themselves. The Schedule All Reports capability is available in the SAS Web Report Studio&#8217;s Advanced role.</p>
</dd>
<dt>Report Creation:Create Report</dt>
<dd>create new reports. The  Save capability is a prerequisite for this capability.</p>
</dd>
<dt>Report Creation:Basic Edit</dt>
<dd>perform basic editing operations for tables and graphs. Operations include:</p>
<ul>
<li>Assign Data</li>
<li>Total dialog box access</li>
<li>Control of Total Type for OLAP reports only (parent versus visual)</li>
<li>Percent of Total</li>
<li>Filter and Rank</li>
<li>Conditional Highlighting</li>
<li>Rotate Table</li>
<li>View Data Details</li>
<li>Sort, Sort Priority, Remove All Sort</li>
<li>Move</li>
<li>Hide</li>
<li>Replace / Swap</li>
<li>All Table Properties</li>
<li>All Graph Properties</li>
</ul>
</dd>
<dt>Report Creation:Aggregate or Detail</dt>
<dd>specify whether data is detail data or aggregated data (relational reports only)</p>
</dd>
<dt>Report Creation:Select All Data</dt>
<dd>able to choose &#8220;Select All&#8221; data items from the Select Data dialog box.</p>
</dd>
<dt>Report Creation:Select Data in View</dt>
<dd>use the Select Data dialog box to select data while viewing a report.</p>
</dd>
<dt>Report Creation:Copy Section</dt>
<dd>create a new report section that is a complete copy of another section. This capability is new in SAS Web Report Studio 4.3.</p>
</dd>
<dt>Advanced Report Creation:Create Cascade Prompts</dt>
<dd>create cascading prompts.</p>
</dd>
<dt>Advanced Report Creation:Create Report Links</dt>
<dd>create linked reports.</p>
</dd>
<dt>Advanced Report Creation:Create Remote Application Report Links</dt>
<dd>create linked reports that link to another SAS application. This capability is new in SAS Web Report Studio 4.3.</p>
</dd>
<dt>Advanced Report Creation:Advanced Edit</dt>
<dd>enable users to perform the following functions:</p>
<ul>
<li>Isolate</li>
<li>Member Properties</li>
<li>Suppress Empty</li>
</ul>
<p>The Report Creation: Basic Edit  capability is a prerequisite for this capability. In SAS Web Report Studio, the Include Member with Only Missing Values menu item is available only for multidimensional data sources. The Suppress Empty function in the Advanced Edit capability is required in order for users of multidimensional data sources to view and use the Include Member with Only Missing Values menu item under the Data Menu in SAS Web Report Studio.</p>
</dd>
<dt>Advanced Report Creation:Update Resources</dt>
<dd>update an invalid information map reference that is contained in a report definition. If you are using (or if you migrated from) SAS Web Report Studio 4.2, then the name of this capability is Repair Report.</p>
</dd>
<dt>Advanced Scheduling:Distribute</dt>
<dd>schedule a report distribution.</p>
</dd>
<dt>Advanced Scheduling:Save Archive</dt>
<dd>archive file versions. When creating a pre-generated version of a report (for example, a scheduled report), a version of the report is archived as a PDF file. Reports with archived versions are visually different in report selection dialog boxes, and access is allowed to these archived versions.</p>
</dd>
<dt>Advanced Scheduling:Schedule Any Report</dt>
<dd>schedule any report to which the users have WriteMetadata access, including the reports that they have authored.</p>
</dd>
<dt>Advanced Scheduling:Schedule Folder</dt>
<dd>schedule a folder.</p>
</dd>
<dt>Administrative:Manage Distribution List</dt>
<dd>create, edit, or delete a distribution list.</p>
<dl>
<dt>CAUTION:</dt>
<dd>Use of this capability creates a new physical table. Therefore, this capability must be restricted to few users. The distribution list contains e-mail addresses. Initially, this capability is not assigned to any SAS Web Report Studio role. An administrator can assign this capability to the Advanced role, or create a new role (for example, a role named as Manage Distribution) specifically for this capability and assign this role to a restricted number of users.   <img src="http://support.sas.com/documentation/cdl/en/common/61991/HTML/default/images/cautend.gif" border="0" alt="[cautionend]" align="bottom" /></dd>
</dl>
</dd>
</dl>
<dl>
<dd> </dd>
</dl>
<p>&nbsp;</p>
<p><!-- stopindex --> <!-- bottom navigation --></p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><img src="http://support.sas.com/documentation/cdl/en/common/61991/HTML/default/images/spacer.gif" alt="" height="1" /></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><img src="http://support.sas.com/documentation/cdl/en/common/61991/HTML/default/images/spacer.gif" alt="" height="3" /></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F05%2F12%2Fweb-report-studio-4-3-roles-and-hiding-the-edit-tab%2F&amp;title=Web%20Report%20Studio%204.3%20Roles%20%28and%20hiding%20the%20Edit%20Tab%29" id="wpa2a_16"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/05/12/web-report-studio-4-3-roles-and-hiding-the-edit-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating the migration of SAS Users and Groups</title>
		<link>http://blog.saasinct.com/2011/04/30/automating-the-migration-of-sas-users-and-groups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automating-the-migration-of-sas-users-and-groups</link>
		<comments>http://blog.saasinct.com/2011/04/30/automating-the-migration-of-sas-users-and-groups/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 10:11:18 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[Migrating SAS Metadata Groups]]></category>
		<category><![CDATA[Migrating SAS Users]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=819</guid>
		<description><![CDATA[Was working with a customer last week doing a partial migration across SAS environments. I needed to migrate a number of users and groups, not a large number so was easy enough to move them manually. I thought I saw a while ago some automated tools to assist with migrating users and groups, but do [...]]]></description>
			<content:encoded><![CDATA[<p>Was working with a customer last week doing a partial migration across SAS environments.</p>
<p>I needed to migrate a number of users and groups, not a large number so was easy enough to move them manually.</p>
<p>I thought I saw a while ago some automated tools to assist with migrating users and groups, but do you think I could find them again!</p>
<p>Anyway after a quick tweet of frustration Paul from <a href="http://www.metacoda.com/en/home.html" target="_blank">Metacoda</a> came through with a reply pointing me to:</p>
<h3><a href="http://support.sas.com/kb/42/251.html" target="_blank">Sample <em>42251: </em>Partial Promotion of User and Group Metadata</a></h3>
<p>Legend!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F04%2F30%2Fautomating-the-migration-of-sas-users-and-groups%2F&amp;title=Automating%20the%20migration%20of%20SAS%20Users%20and%20Groups" id="wpa2a_18"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/04/30/automating-the-migration-of-sas-users-and-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS Addin for Microsoft Office &#8211; Requires WRS to be installed</title>
		<link>http://blog.saasinct.com/2011/04/15/sas-addin-for-microsoft-office-requires-wrs-to-be-installed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-addin-for-microsoft-office-requires-wrs-to-be-installed</link>
		<comments>http://blog.saasinct.com/2011/04/15/sas-addin-for-microsoft-office-requires-wrs-to-be-installed/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 09:26:50 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Addin for Office]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[AMO 4.3]]></category>
		<category><![CDATA[SAS Addin for Outlook]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=722</guid>
		<description><![CDATA[I was doing some testing of the new Addin to Microsoft Office (AMO) 4.3/M3 a week or two ago and specifically the addin for Outlook. When trying to open a SAS Report (.srx) in Outlook we got this error. Looks like the SAS AMO 4.3 plugin relies on the Web Report Studio web services that [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing some testing of the new Addin to Microsoft Office (AMO) 4.3/M3 a week or two ago and specifically the addin for Outlook.</p>
<p>When trying to open a SAS Report (.srx) in Outlook we got this error.</p>
<p><a href="http://blog.saasinct.com/wp-content/uploads/2011/03/SAS_AMO_Outlook_Web_Service_Error.png"><img class="aligncenter size-full wp-image-723" title="SAS_AMO_Outlook_Web_Service_Error" src="http://blog.saasinct.com/wp-content/uploads/2011/03/SAS_AMO_Outlook_Web_Service_Error.png" alt="" width="1052" height="122" /></a></p>
<p>Looks like the SAS AMO 4.3 plugin relies on the Web Report Studio web services that automatically  get installed when you install the Web tier.</p>
<p>The issue of course is this customer is only using AMO and has not deployed any of the web tier, but in good optimal practice are using Information Maps and .srx reports (created via Enterprise Guide).</p>
<p>So looks like using Outlook to access these .srx is out.</p>
<p>Now I know Kiwi&#8217;s (New Zealanders) are known for their number 8 wire approaches and also being frugal (a large number are of course descended from the Scots <img src='http://blog.saasinct.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> , so a number of NZ customers have purchased BI Server and only implemented the SAS Server, Enterprise Guide and AMO, as that meets their current needs.  In these cases it looks like using the Outlook version is out of the question.</p>
<p>And with SAS announcing an AMO/EG only offering again use of .srx reports is out im guessing.</p>
<p>Anyway one positive is after playing briefly with the Outlook capability on my test server, I can actually see the Outlook capability taking over from the Portal eventually.  Why would users want to login to the Portal to get their reports when they can access them directly from within Outlook where they spend so much of their time?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.saasinct.com%2F2011%2F04%2F15%2Fsas-addin-for-microsoft-office-requires-wrs-to-be-installed%2F&amp;title=SAS%20Addin%20for%20Microsoft%20Office%20%26%238211%3B%20Requires%20WRS%20to%20be%20installed" id="wpa2a_20"><img src="http://blog.saasinct.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.saasinct.com/2011/04/15/sas-addin-for-microsoft-office-requires-wrs-to-be-installed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

