You need to make
sure that the end users of your SAS applications can gain access to
tables in your data libraries. The exact steps and authorization requirements
vary across applications and data types, but you must always log on
to the application, register the needed metadata, and verify the existence
of the tables. This example focuses on the process used to verify
SAS tables in SAS Management Console.
This user account that
is used for registering tables must have these permissions:
-
ReadMetadata and WriteMetadata
permission in the DefaultACT for the repository.
-
ReadMetadata and WriteMetadata
permission on the library.
-
WriteMemberMetadata permission
to the folder where the table metadata is to be stored.
-
Permission to the data source to
read the tables. This is not a SAS metadata permission.
When you register tables
in metadata, you choose the metadata folder location to use for storing
the table metadata. Be aware that the table metadata inherits the
metadata permissions that are granted on the folder. Select or create
a folder with the metadata permissions that meet your business needs.
You can also use an existing folder and change the metadata permissions.
Verifying your access
to tables in SAS Management Console is a two-stage process:
-
-
Verify Access to the
Data in a SAS Application.