Hi,
What version of SAS and EMiner are you one?
In the SAS note that was referred to, it is explained that the permissions for read meta are being set in the
library manager. The permissions should be set on the FOLDER, not the library in the Lib Manager.
Some input, maybe it helps. It works in my environment.
Ad Permissions
Before you create a library (and this is true for general library creations), go to the Folders tab in SASMC and create
a folder structure, or, a single folder, as location for the libraries you are going to create, and the tables you are going to register.
The creation of a SAS Folder is not only important for the EMiner scenario, but generally for libraries that are being created. This is important because the folder that's associsated with the library has to have the RM permissions assigned.
An easy way to do that is to grant RM to SASUSERS on this folder.
Ad Library Creation
Pre-assigning a library in SASMC:
During creation of a new library, choose ADVANCED OPTIONS in the Library Properties window (in window for path specifications) and check Library is pre-assigned.
If you want to pre-assign an already existing library, right click on the lib in the Library Manager, Options tab, Advanced Options, check Library is pre-assigned.
Ad METAAUTORESOURCE
EMiner requires metadata libraries to be pre-initialized. Only pre-initialized metadata objects can actually be seen from the EMiner client. In order to pre-initialize a library for EMiner, you have to add the METAAUTORESOURCES option.
METAAUTORESOURCES System Option
"Identifies the metadata resources that are assigned when you start the SAS Metadata Server."
http://support.sas.com/documentation/cdl/en/lrmeta/70119/HTML/default/viewer.htm#p1wdznofxy2l9ln17ldabix1qlmh.htm
The METAAUTORESOURCES option functions like a telephone operator. When you start EMiner, this option tells the metadata server to start a workspace server, and with that, users have the metadata libraries available in EMiner.
In SASMC, go to Application Management
Click the SAS Enterprise Miner icon
Expand the Projects folder
In the Projects folder, right-click the logical workspace server icon (SASApp), and select Properties from the pop-up menu
In the Options tab, in the MPCONNECT launch command field, add
On Windows
SAS -metaautoresources "SASApp" -config "c:\sas_config_dir\lev1\sasapp\sasv9.cfg"
On UNIX:
/installdir/…/Lev1/SASApp/sas.sh -metaautoresources "SASApp"
Give it a shot, maybe checking this entire set up will help to pin point the issue. Definitely, as Juan mentioned,
check permissions.
Resources & Further details:
http://support.sas.com/documentation/cdl/en/emxndg/67980/HTML/default/viewer.htm#p15m68fofeq4imn1jmsgmg8xp7xp.htm
http://support.sas.com/documentation/cdl/en/emxndg/67980/HTML/default/viewer.htm#p0vvvenme5cpfkn1pjz1ojeaj1m7.htm
Cheers
Anja
... View more