SAS 9.1

Creating Information Map Libnames (9.1.3)

Feb
13

If you want to use a Information Map as a data source for tasks such as DI Studio Jobs, Stored Processes, or building OLAP cubes, you can create a SAS Library that points to a folder that contains the Information Maps.

Each Information Map then gets treated as a table in the library.

To do this either use the following SAS code:

libname ImapLib sasioime
user=”username”
pw=”password”
metaserver=”servername”
metaport=8561
metarepository=”Foundation”
mappath=”/BIP Tree/InfoMaps/sales”

Of course you need to add your on environment settings for the variables.

Or you can create it in metadata by creating a libname with:

  • Create a generic libname
  • Type =  sasioime
  • Options = user=”username” pw=”password” metaserver=”servername” metaport=8561 metarepository=”Foundation” mappath=”/BIP Tree/InfoMaps/sales”

Issues to be aware of:

  • It is slow as you are going through multiple layers to get to the data (i.e Libname > Infomap > Query and Reporting Services > Libname > Data)
  • The user is hard coded for the libname
  • If the libname has fields defined with gaps in the names the SAS Libname will not show the column.
Share
Posted by  
0 Comments

SAS 9.1 Toolpool entries dead in SAS 9.2, we can resurrect the dead!

Nov
12

I have heard from a few SAS customers who have been using some of the SAS Toolpool entries in SAS 9.1 that they no longer work with SAS 9.2.

And as of course they are toolpool entries they are not officially supported by SAS so there may not be an immediate upgrade path to SAS 9.2.

But of course some of them are still providing additional functionality that is not available in SAS 9.2.

So I have been thinking of ways to keep the development team busy over Xmas, and recreating some of these might be the ticket.

So if you have one that you need, let us know what it does, and you will never know what Santa and his elves may deliver ;-)

Please don’t send us a copy (we write all our sasInct Portlets from scratch) but feel free to post here what it does, or create a support track at http://support.sasinct.com/login

And lastly we will post any that we develop on our website for the usual one off USD $1,000,  unlimited users/no expiration, (these elves are not cheap) and of course if it is a biggy (aka Metadata Explorer etc) then we probably wont.

Share
Posted by  
0 Comments

ABM 6.x and SAS Share, You need to love identical twins

ABM 6.x and SAS Share, You need to love identical twins
Oct
21

Setting up SAS Share to enable you to Import and Export ABM models is one of those things that always seems to be a bit tricky to get working.

I found a public doc on the old ABC Tech support site here, that explains the steps. I have also cut and paste the content below in case the doc disappears.

One thing to note is that if you have two SAS servers wanting to talk via this SAS Share link (i.e one with SAS ABM and the other with SAS DI or EG etc) you need to make sure the SAS Share names are identical on both servers or it wont work!

Oh and don’t forget that you need SAS Share OLEDB client on every PC that wants to export/import. You can install this from the SAS ABM Client install page on your ABM Webserver.

Read More »

Share
Posted by  
0 Comments

SAS 9.1.3 I/O Errors on a Windows 2003 server

Oct
19

A while ago we had a major problem as a result of upgrading our Windows servers and operating system, where we started to get a large number of I/O errors when running our batch schedule.

In the end we fixed it by changing the Paged Pool Usage Maximum set from 80% to 40% on the servers as our Windows guru’s worked out that SAS was filling the Windows cache faster than Windows could clear it, causing the I/O errors.

SAS support also suggested we follow this instrauctions in this tech support note:

http://support.sas.com/resources/papers/IOthruSGIO.pdf

If you have struck another fix then let me know.

Share
Posted by  
0 Comments

SAS 9.1 / WRS 3.1 – Changes to Metadata Roles takes it time

Oct
01

While researching and testing the default Web Report Studio metadata security I noticed this little trick for young players, which means changes to WRS/WRV Metadata Security for a user are not instantly applied/recognised in WRS/WRV.

Words from the SAS tech support note “Changes to SAS® Web Report Studio role memberships might not immediately be enforced:

“SAS Web Report Studio analyzes role memberships every 30 minutes. So, for example, if you move a user from the WRS Report Author role to the WRS Report Consumer role, the user will continue to have author privileges until the next time that he logs in after the next role membership analysis is performed.

So effectively the WRS/WRV applications are caching the Metadata security to remove the need for the web server to query the Metadata Server each time a user logins.

So try not to be fast when testing your WRS Metadata security changes, else you will think you have done something wrong. And remember to logout and log back in after the cache has been updated.

You can update the LocalProperties.xml file to change the refresh time, and therefore make the changes appear sooner. Details on how to do this are in the SAS Tech Support note.

Share
Posted by  
0 Comments

SAS EG 4.1, Sees Double, Goes Kapow!

Sep
28

Great Gotham Cities, Batman!

Got a real interesting situation with SAS EG 4.1.

A lot of our DI developers and SAS Analysts use EG like demons.

They all have dual monitors as well, so they can work twice as hard (or keep a track on the latest SAS blogs while working ;-)

One issue we are having is that every now and again EG just disappears on them, kapow, no errors, no warnings, no pop ups just gone. And of course it normally happens when they are in the middle of an important project and they havent saved the EG project for ages.

We think we have tracked it down to the use of Dual Monitors but arent completely sure that is it.

Anybody else expereinced this?

Share
Posted by  
1 Comment

SAS 9.1.3 on Windows 2008

Sep
28

Chris blogged about a new article on the SAS support website: Installation Note 36616: SAS® 9.1.3 Service Pack 4 and SAS® 9.2 support for Microsoft Windows Server 2008

One of the projects I am working on the IT roadmap is to move everything to Windows 2008, whihc was always a problem for the current SAS 9.1.3 environment we are using.

Not any more I thought, wahoo, until I read the fine print that SAS Solutions are not covered, oh well back to waiting for SAS 9.2 Solutions.

Interesting that Windows 2008 support is announced for SAS 9.1.3 before it is announced for SAS 9.2

Im guessing SAS 9.1.3 has always worked with Windows 2008 but just never been tested and therefore could not be certified by SAS as an approved operating system.

If you upgarde to Windows 2008 let me know how it goes.

Share
Posted by  
1 Comment