<?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.1</title>
	<atom:link href="http://blog.saasinct.com/category/sas-91/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>Finally got my feet wet by jumping in a puddle</title>
		<link>http://blog.saasinct.com/2010/10/07/finally-got-my-feet-wet-by-jumping-in-a-puddle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finally-got-my-feet-wet-by-jumping-in-a-puddle</link>
		<comments>http://blog.saasinct.com/2010/10/07/finally-got-my-feet-wet-by-jumping-in-a-puddle/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 08:27:12 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[Workspace pooling]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=571</guid>
		<description><![CDATA[Finally got a chance to setup workspace pooling in SAS 9.1 and WRS 3.1. Followed the instructions I outlined in this post http://blog.saasinct.com/2010/09/28/speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles/ Was simple enough to setup and get working, only trick was to remember to stop and restart the webserver so WRS/WRV could pick up the changes and switch over from load balanced to pooled. [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got a chance to setup workspace pooling in SAS 9.1 and WRS 3.1.</p>
<p>Followed the instructions I outlined in this post</p>
<p><a href="http://blog.saasinct.com/2010/09/28/speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles/">http://blog.saasinct.com/2010/09/28/speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles/</a></p>
<p>Was simple enough to setup and get working, only trick was to remember to stop and restart the webserver so WRS/WRV could pick up the changes and switch over from load balanced to pooled.</p>
<p>Other issue was deciding what the minimum number of connections for a puddle to define.  Checked the help, and there was some, but not a lot of insight was gained after reading it.</p>
<p><span style="color: #888888;">&#8220;</span><span style="color: #888888;">Minimum Available Servers</span></p>
<div id="_mcePaste"><span style="color: #888888;">specifies the minimum number of servers that should be idle and available in the pool at any time. The number of running servers never exceeds the Maximum Clients value specified on the server. If the number of available servers falls below the value specified in this field, additional server connections are created.</span></div>
<div id="_mcePaste"></div>
<div><span style="color: #888888;">Minimum Number of Servers</span></div>
<div id="_mcePaste"><span style="color: #888888;">specifies the minimum number of servers (both idle and active) that should be present in the pool at any time. This value also specifies how many servers should be started when the pool is first created.</span></div>
<p><span style="color: #888888;">Minimum Available Serversspecifies the minimum number of servers that should be idle and available in the pool at any time. The number of running servers never exceeds the Maximum Clients value specified on the server. If the number of available servers falls below the value specified in this field, additional server connections are created.Minimum Number of Serversspecifies the minimum number of servers (both idle and active) that should be present in the pool at any time. This value also specifies how many servers should be started when the pool is first created.</span>&#8221;</p>
<p>Clear as mud eh!</p>
<p>But the key seems to be if you dont have enough pooled sessions available the users waits for one to become free.  So you would create lots then wouldn&#8217;t you.  Ah but each one is taking up memory as it sits there waiting for a request, so you dont want to many.</p>
<p>Haven&#8217;t found any form of management or monitoring tool that keeps track of how many sessions you have available and  how many requests over time, and of course any mismatch.  Im guessing we are going to have to go log mining yet again.</p>
<p>Some other good sources of info on Pools, Puddles, Sessions and Gumboots can be found here:</p>
<p><a href="http://support.sas.com/rnd/itech/doc9/admin_oma/sasserver/poollb/pooliom.html" target="_blank">Overview of Pooling</a></p>
<p><span style="font-family: Arial, Helvetica, Verdana, sans-serif; line-height: 16px; color: #333333;"><a href="http://support.sas.com/rnd/itech/doc9/admin_oma/security/security_impservpl.html" target="_blank"><span style="font-weight: normal;">Planning the Pooling Security (IOM Bridge only)</span></a></p>
<p></span></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%2F2010%2F10%2F07%2Ffinally-got-my-feet-wet-by-jumping-in-a-puddle%2F&amp;title=Finally%20got%20my%20feet%20wet%20by%20jumping%20in%20a%20puddle" 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/2010/10/07/finally-got-my-feet-wet-by-jumping-in-a-puddle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 9.1, Windows 2003, I/O and 32 bit limitations</title>
		<link>http://blog.saasinct.com/2010/09/29/sas-9-1-windows-2003-io-and-32-bit-limitations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-9-1-windows-2003-io-and-32-bit-limitations</link>
		<comments>http://blog.saasinct.com/2010/09/29/sas-9-1-windows-2003-io-and-32-bit-limitations/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 09:05:28 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[SAS 9.1 I/O Errors]]></category>
		<category><![CDATA[SAS 9.1 Windows 2003]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=563</guid>
		<description><![CDATA[Over the lastest year or two we have had ongoing issues running SAS 9.1 on 32 bit windows. Main two issues that constantly arise are: Metadata server exceeding addressable memory in 32 bit windows and crashing I/O errors intermittently reading/writing SAS datasets We have tried all the SAS &#8220;support&#8221; tools to reduce the size of our metadata [...]]]></description>
			<content:encoded><![CDATA[<p>Over the lastest year or two we have had ongoing issues running SAS 9.1 on 32 bit windows.</p>
<p>Main two issues that constantly arise are:</p>
<ul>
<li>Metadata server exceeding addressable memory in 32 bit windows and crashing</li>
<li>I/O errors intermittently reading/writing SAS datasets</li>
</ul>
<p>We have tried all the SAS &#8220;support&#8221; tools to reduce the size of our metadata server.  The final answer seems to be we will have to create a new one from scratch and export/import the object we need to retain.</p>
<p>We have also &#8220;tweaked&#8221; the windows file cache to reduce the I/O errors due to the windows file buffers being written faster than they can be cleared.  On that note I found this tech support note the other day:</p>
<p><a href="http://support.sas.com/kb/36/664.html" target="_blank">Problem Note </a><em><a href="http://support.sas.com/kb/36/664.html" target="_blank">36664: </a></em><a href="http://support.sas.com/kb/36/664.html" target="_blank">Potential issues with heavy SAS® I/O workloads on Windows 2003, 32- or 64-bit operating systems</a></p>
<p>Which I paraphrase as saying dont use Windows 2003 if you want to actually process any reasonable amount of data.</p>
<p>Of course the real answer it seems is to move to SAS 9.2 and 64 bit Windows 2008, but it does make me wonder how long it would take before you blew the limits of that operating system?</p>
<p>And shouldn&#8217;t the SAS environment at least tell you when it was experiencing these issues, rather than just abending so rudely?</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%2F2010%2F09%2F29%2Fsas-9-1-windows-2003-io-and-32-bit-limitations%2F&amp;title=SAS%209.1%2C%20Windows%202003%2C%20I%2FO%20and%2032%20bit%20limitations" 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/2010/09/29/sas-9-1-windows-2003-io-and-32-bit-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up Web Report Studio (9.1/3.1) by jumping in puddles</title>
		<link>http://blog.saasinct.com/2010/09/28/speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles</link>
		<comments>http://blog.saasinct.com/2010/09/28/speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 08:02:02 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[Web Report Studio]]></category>
		<category><![CDATA[Pooled workspace servers]]></category>
		<category><![CDATA[WRS Pooling]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=557</guid>
		<description><![CDATA[When SAS 9.2 was released one of the changes SAS made was to change the default setting for WRS from using a standard workspace server to a pooled workspace server. This was to improve performance as pooled workspace servers remove the requirement for sas executables (sas.exe) to start and stop for each query, and therefore [...]]]></description>
			<content:encoded><![CDATA[<p>When SAS 9.2 was released one of the changes SAS made was to change the default setting for WRS from using a standard workspace server to a pooled workspace server.</p>
<p>This was to improve performance as pooled workspace servers remove the requirement for sas executables (sas.exe) to start and stop for each query, and therefore speeding up environments with lots of small queries.</p>
<p>SAS issued this tech support note:</p>
<p><a href="http://support.sas.com/kb/39/065.html" target="_blank">Usage Note </a><em><a href="http://support.sas.com/kb/39/065.html" target="_blank">39065: </a></em><a href="http://support.sas.com/kb/39/065.html" target="_blank">Documented best practices and other resources for improving the performance of SAS® Web Report Studio</a></p>
<p>Which outlines how to setup pooled workspace servers in SAS 9.1.</p>
<p>It also outlines a few other performance related changes you may want to try.</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%2F2010%2F09%2F28%2Fspeeding-up-web-report-studio-9-13-1-by-jumping-in-puddles%2F&amp;title=Speeding%20up%20Web%20Report%20Studio%20%289.1%2F3.1%29%20by%20jumping%20in%20puddles" 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/2010/09/28/speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS WRS 3.1, sub total drill downs &#8211; they doen&#8217;t!</title>
		<link>http://blog.saasinct.com/2010/09/10/sas-wrs-3-1-sub-total-drill-downs-they-doent/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-wrs-3-1-sub-total-drill-downs-they-doent</link>
		<comments>http://blog.saasinct.com/2010/09/10/sas-wrs-3-1-sub-total-drill-downs-they-doent/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 06:49:19 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[Web Report Studio]]></category>
		<category><![CDATA[Drill down]]></category>
		<category><![CDATA[sub-totals]]></category>
		<category><![CDATA[WRS 3.1]]></category>

		<guid isPermaLink="false">http://blog.saasinct.com/?p=514</guid>
		<description><![CDATA[We make a lot of use of summary WRS cross tab reports which are then linked to detailed WRS reports. This enables users to run a summary report, and then click on a value and drill to the detailed transactions that make up the total. One of the issues with this in WRS 3.1 (SAS [...]]]></description>
			<content:encoded><![CDATA[<p>We make a lot of use of summary WRS cross tab reports which are then linked to detailed WRS reports.</p>
<p>This enables users to run a summary report, and then click on a value and drill to the detailed transactions that make up the total.</p>
<p>One of the issues with this in WRS 3.1 (SAS 9.1) is when a user clicks on a sub-total within the WRS report they often drill to a blank report or a report that doesn&#8217;t show valid transactions for the summary value.</p>
<p>We eneded up having to train our users to never click on a sub-total to drill down.</p>
<p>There is a usage note at <a href="http://support.sas.com/kb/40/708.html" target="_blank">http://support.sas.com/kb/40/708.html </a>that describes when drilling down on sub-totals will and won&#8217;t work.</p>
<p>Good to know when this is going to happen, but of course what is missing is the link to a hotfix that makes it work properly, aaarrrggghhhh.  Of course it is fixed in SAS 9.2 / WRS 4.2 I believe.</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%2F2010%2F09%2F10%2Fsas-wrs-3-1-sub-total-drill-downs-they-doent%2F&amp;title=SAS%20WRS%203.1%2C%20sub%20total%20drill%20downs%20%26%238211%3B%20they%20doen%26%238217%3Bt%21" 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/2010/09/10/sas-wrs-3-1-sub-total-drill-downs-they-doent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Information Maps are too dense!</title>
		<link>http://blog.saasinct.com/2010/06/16/our-information-maps-are-too-dense/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=our-information-maps-are-too-dense</link>
		<comments>http://blog.saasinct.com/2010/06/16/our-information-maps-are-too-dense/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 08:00:59 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[entity expansion limit]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=443</guid>
		<description><![CDATA[We are still getting the infamous &#8220;Parser has reached the entity expansion limit &#8220;64,000&#8243; set by the application&#8221; when opening large Information Maps. As per this tech support note: Problem Note 20991: SAS® Information Maps with more than 999 data items might fail to open with the SAS Information Map Libname Engine (IMLE) http://support.sas.com/kb/20/991.html We [...]]]></description>
			<content:encoded><![CDATA[<p>We are still getting the infamous <span style="color: #888888;">&#8220;Parser has reached the entity expansion limit &#8220;64,000&#8243; set by the application&#8221;</span> when opening large Information Maps.</p>
<p>As per this tech support note:</p>
<p><a><a href="http://support.sas.com/kb/20/991.html" target="_blank">Problem Note 20991: SAS® Information Maps with more than 999 data items might fail to open with the SAS Information Map Libname Engine (IMLE)<br />
</a> </a>http://support.sas.com/kb/20/991.html</p>
<p>We have applied the hotfix and checked the config and it all applied as per the tech support note, but we still have the issue intermittently.</p>
<p>What we cant work out is we get this scenario:</p>
<ul>
<li>User A opens EG on PC and gets error on info map</li>
<li>User B uses User A&#8217;s open EG client, reconnects to metadata as themselves and it info map opens ok.</li>
</ul>
<ul>
<li>User B opens EG on their PC and info map opens ok</li>
<li>User A uses User B&#8217;s open EG client, reconnects to metadata as themselves and it info map opens ok.</li>
</ul>
<p>So we deduce that</p>
<ul>
<li>it is not the info map because some people can open it</li>
<li>it sis not the server because some people can open it</li>
<li>its not users A EG client, because it works for user B</li>
<li>its not User A&#8217;s metadata security because it works on user B&#8217;s PC</li>
</ul>
<p>So only think I can think of is cached files on the EG side, or memory issues on the server?</p>
<p>But as I said it is intermittent across environments, across users.  The only thing we do know is that it only happens on our very large Information Maps.</p>
<p>Any ideas?</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%2F2010%2F06%2F16%2Four-information-maps-are-too-dense%2F&amp;title=Our%20Information%20Maps%20are%20too%20dense%21" 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/2010/06/16/our-information-maps-are-too-dense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting Channel Content in SAS 9.1 &#8211; Begone damn spot!</title>
		<link>http://blog.saasinct.com/2010/05/19/deleting-channel-content-in-sas-9-1-begone-damn-spot/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deleting-channel-content-in-sas-9-1-begone-damn-spot</link>
		<comments>http://blog.saasinct.com/2010/05/19/deleting-channel-content-in-sas-9-1-begone-damn-spot/#comments</comments>
		<pubDate>Wed, 19 May 2010 08:21:35 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[Portal]]></category>
		<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[Deleting SAS Channel Content]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=399</guid>
		<description><![CDATA[We are doing some work to enable Channels and WRS report scheduling in our SAS 9.1.3 environment. Its a complete mare! One of the issues we have struck is the inability to delete any packages you have published to a channel.  They just stay there forever. In SAS 9.2 you get a utility that lets [...]]]></description>
			<content:encoded><![CDATA[<p>We are doing some work to enable Channels and WRS report scheduling in our SAS 9.1.3 environment.</p>
<p>Its a complete mare!</p>
<p>One of the issues we have struck is the inability to delete any packages you have published to a channel.  They just stay there forever.</p>
<p>In SAS 9.2 you get a utility that lets you delete these packages:</p>
<p><a href="Using the Package Clean-Up Utility to Remove Packages" target="_blank">SAS 9.2 Using the Package Clean-Up Utility to Remove Packages</a></p>
<p>Luckily the friendly chaps at SAS tech Support mentioned that there is a SAS Toolpool entry for 9.1.3 that does teh same function.</p>
<p>So if you need to delete Archived Packages in SAS 9.1.3 channels, then as your friendly SAS dude for the toolpool entry.</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%2F2010%2F05%2F19%2Fdeleting-channel-content-in-sas-9-1-begone-damn-spot%2F&amp;title=Deleting%20Channel%20Content%20in%20SAS%209.1%20%26%238211%3B%20Begone%20damn%20spot%21" 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/2010/05/19/deleting-channel-content-in-sas-9-1-begone-damn-spot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 9.1.3 OLAP Server in ROLAP Mode (No nway)</title>
		<link>http://blog.saasinct.com/2010/05/04/sas-9-1-3-olap-server-in-rolap-mode-no-nway/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-9-1-3-olap-server-in-rolap-mode-no-nway</link>
		<comments>http://blog.saasinct.com/2010/05/04/sas-9-1-3-olap-server-in-rolap-mode-no-nway/#comments</comments>
		<pubDate>Tue, 04 May 2010 00:58:18 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=368</guid>
		<description><![CDATA[I am doing some work around using SAS OLAP Server in ROLAP mode in SAS 9.1.3 at the moment. We have all our Warehouse reporting data stored in Star Schema&#8217;s in an Oracle Database. We have found that the users are accessing the Information Maps we have created via SAS AMO, which is a good [...]]]></description>
			<content:encoded><![CDATA[<p>I am doing some work around using SAS OLAP Server in ROLAP mode in SAS 9.1.3 at the moment.</p>
<p>We have all our Warehouse reporting data stored in Star Schema&#8217;s in an Oracle Database.</p>
<p>We have found that the users are accessing the Information Maps we have created via SAS AMO, which is a good thing.</p>
<p>But the bad thing is that when a user outs that data into a pivot table, Excel/AMO downloads the data and stores it in Excel to populate the pivot table ans they are ending up with some massive Excel file sizes.</p>
<p>The answer is to build some OLAP Cubes and use these as the source for the pivot table.  But of course then we strike the issues with OLAP in SAS 9.1.3 such as no incremental updates, OLAP locking etc.</p>
<p>So we are trialing SAS OLAP Cubes in ROLAP mode whihc means the data is retained in Oracle and only the cube structure is built in SAS, which bypasses all these issues.</p>
<p>But of course it is not as easy as it seems.  We run a distributed SAS Windows environment so I need the OLAP server to be able to see the oracle instance etc.</p>
<p>In testing I found it a pain to have to login to Excel/AMO and/or EG to test the OLAP Cube.  Also if there are any errors not a lot of detail is provide.</p>
<p>So instead I just use this code:</p>
<p><span style="color: #888888;">proc sql;<br />
connect to olap (host=&lt;host&gt; port=5451 user=&lt;user&gt; pass=,pwd&gt;);<br />
select * from connection to olap (<br />
SELECT<br />
{ [Measures].[COUNTSUM] } ON COLUMNS  ,<br />
{ [region].[region].DefaultMember.Level.Members } ON ROWS<br />
FROM<br />
[,olap_cube_name.]<br />
);<br />
disconnect from olap;<br />
quit;</span></p>
<p>Check the logs and see any errors.</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%2F2010%2F05%2F04%2Fsas-9-1-3-olap-server-in-rolap-mode-no-nway%2F&amp;title=SAS%209.1.3%20OLAP%20Server%20in%20ROLAP%20Mode%20%28No%20nway%29" 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/2010/05/04/sas-9-1-3-olap-server-in-rolap-mode-no-nway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 9.1 Courses no more &#8211; Is it a dilemma?</title>
		<link>http://blog.saasinct.com/2010/03/19/sas-9-1-courses-no-more-is-it-a-dilemma/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-9-1-courses-no-more-is-it-a-dilemma</link>
		<comments>http://blog.saasinct.com/2010/03/19/sas-9-1-courses-no-more-is-it-a-dilemma/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 07:49:07 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[SAS 9.2]]></category>
		<category><![CDATA[SAS 9.1 Training]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=296</guid>
		<description><![CDATA[So here in sunny New Zealand a lot of customers are migrating to SAS 9.2 this year, but some won&#8217;t make it till next year (or beyond). One customer I work with is in the next year camp.  We have just started the rollout of EG across the business and one of the things we [...]]]></description>
			<content:encoded><![CDATA[<p>So here in sunny New Zealand a lot of customers are migrating to SAS 9.2 this year, but some won&#8217;t make it till next year (or beyond).</p>
<p>One customer I work with is in the next year camp.  We have just started the rollout of EG across the business and one of the things we encourage/mandate is that before a user gets access to EG they must have attended the SAS EG course. (EG is just so damn powerful/dangerous in a untrained users hands!)</p>
<p>But just been told SAS now only run courses using SAS 9.2 software.  So a dilemma or is it?</p>
<p>If we send our users on the EG 4.2 course I am concerned they will see all the things EG 4.1 doesn&#8217;t do and will focus on that, not the things EG 4.1 does very well (compared to other tools, SAS and non SAS)</p>
<p>But then again we need them trained.</p>
<p>EG 4.2 is a little different to EG 4.1 in navigation, functionality etc, but probably not enough that the user will get lost using 4.1 after being trained in 4.2.</p>
<p>(and I can understand SAS need to move training/courses to the latest version etc)</p>
<p>We have the SAS eLearning available to users (funnily enough still only SAS 9.1 based, wonder when that will change to 9.2?), so maybe self learning is enough?</p>
<p>Interested in your views, what are you doing for SAS 9.1 training?</p>
<p>Of course the customer is also currently recruiting BAU DI resource, so DI studio training will be a much bigger issue as DO Studio 3.4 compared to DI Studio 4.2 is a much bigger change.</p>
<p>Lastly if you know of any companies that sell SAS 9.1 training material (these have to have been developed independently of the SAS Education course notes of course and we will check!) that we could use to deliver internal training, let me know.</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%2F2010%2F03%2F19%2Fsas-9-1-courses-no-more-is-it-a-dilemma%2F&amp;title=SAS%209.1%20Courses%20no%20more%20%26%238211%3B%20Is%20it%20a%20dilemma%3F" 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/2010/03/19/sas-9-1-courses-no-more-is-it-a-dilemma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS Management Console 9.1.3 &#8211; Invalid Templates</title>
		<link>http://blog.saasinct.com/2010/03/05/sas-management-console-9-1-3-invalid-templates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sas-management-console-9-1-3-invalid-templates</link>
		<comments>http://blog.saasinct.com/2010/03/05/sas-management-console-9-1-3-invalid-templates/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:10:17 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[sas SMC invalid templates]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=256</guid>
		<description><![CDATA[Its been a full on week what with the SAS 9.2 migration and a whole lot of other work happening on another project. Also this week I seem to have been shown a lot of tips and tricks I didn&#8217;t know you could do. One of them was found by Rob and passed on to [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a full on week what with the SAS 9.2 migration and a whole lot of other work happening on another project.</p>
<p>Also this week I seem to have been shown a lot of tips and tricks I didn&#8217;t know you could do.</p>
<p>One of them was found by Rob and passed on to me (thanks Rob).</p>
<p>The issue was in SAS 9.1.3 Management Console and related to some of the screens not having all the relevant fields displayed.  As an example the Libname edit screen might be missing the field where you normally define the file path.</p>
<p>The fix was to go into the Metadata Manager &gt; Resource Templates tree in SMC and delete the relevant template.</p>
<p>Then logout of SMC and log back in and SAS will automagically re-create a new template, and it will be valid.</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%2F2010%2F03%2F05%2Fsas-management-console-9-1-3-invalid-templates%2F&amp;title=SAS%20Management%20Console%209.1.3%20%26%238211%3B%20Invalid%20Templates" 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/2010/03/05/sas-management-console-9-1-3-invalid-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DI Studio &#8211; Missing Nodes &#8211; DentityExpansionLimit=1000000</title>
		<link>http://blog.saasinct.com/2010/02/14/di-studio-missing-node-dentityexpansionlimit1000000/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=di-studio-missing-node-dentityexpansionlimit1000000</link>
		<comments>http://blog.saasinct.com/2010/02/14/di-studio-missing-node-dentityexpansionlimit1000000/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 07:35:15 +0000</pubDate>
		<dc:creator>Shane Gibson</dc:creator>
				<category><![CDATA[DI Studio]]></category>
		<category><![CDATA[SAS 9.1]]></category>
		<category><![CDATA[DentityExpansionLimit]]></category>
		<category><![CDATA[SAS DI Studio]]></category>

		<guid isPermaLink="false">http://blog.sasinct.com/?p=240</guid>
		<description><![CDATA[I needed to install the SAS 9.1.3 Clients into a new Citrix server (yes it is unsupported in 9.1.3 but has worked well for the last 4 years, just don&#8217;t ask SAS Tech Support for help of course). After the installs were all complete and we started migrating users from our old Citrix server, they [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to install the SAS 9.1.3 Clients into a new Citrix server (yes it is unsupported in 9.1.3 but has worked well for the last 4 years, just don&#8217;t ask SAS Tech Support for help of course).</p>
<p>After the installs were all complete and we started migrating users from our old Citrix server, they started complaining of issues with DI Studio.  These included:</p>
<p>- Nodes missing in the Inventory tree</p>
<p>- Options missing in the custom transform / custom code nodes</p>
<p>Adding the following option to the DI Studio ini file fixed both issues:</p>
<p>-DentityExpansionLimit=1000000</p>
<p>No idea why it fixed it and only reference on support.sas.com is a similar setting for Information Map studio <a href="http://support.sas.com/kb/20/991.html" target="_blank">here</a> to fix it not being able to open more than 999 objects.</p>
<p>But as always fix it first, question it later.</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%2F2010%2F02%2F14%2Fdi-studio-missing-node-dentityexpansionlimit1000000%2F&amp;title=DI%20Studio%20%26%238211%3B%20Missing%20Nodes%20%26%238211%3B%20DentityExpansionLimit%3D1000000" 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/2010/02/14/di-studio-missing-node-dentityexpansionlimit1000000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

