Windows Clients
Metadata Configuration FilesMetadata configuration files contain information about how to access the metadata server (SAS Metadata Server or LDAP server). You can create metadata configuration files in three ways:
You can generate two types of metadata configuration filesa system configuration file and a user configuration file. COM connections only use the system configuration file (any user information is ignored). IOM Bridge connections can use both the system and user configuration files. The system configuration file contains information about how to access the metadata server and might also contain user and password information for connecting to the metadata server. The user configuration file contains user and password information for connecting to the metadata server. ITConfig enables you to create user configuration files so that each user can have a specific login configuration. Creating Metadata Configuration Files to Access the SAS Metadata ServerUse one of the methods previously listed to generate the metadata configuration file(s). For the SAS Metadata Server, the system configuration file contains the following connection information:
Note: You can also specify the user identity (user name, password, domain) in the system configuration file. However, if a user configuration file is specified, the user configuration file overrides the user in the system configuration file. Note: The METACON command does not create user configuration files. The METACON command stores user information and system information in the same configuration file. The user configuration file can contain the following user identity information for connecting to the metadata server:
For more information about using the ITConfig utility to generate metadata configuration files, see the ITConfig utility Help or refer to Using ITConfig with COM Connections or Using ITConfig with IOM Bridge Connections in the SAS Integration Technologies: Server Administrator's Guide. For more information about using the METACON command to generate metadata configuration files, see Creating a Metadata Config File in SAS (COM) or Creating a Metadata Config File in SAS (IOM Bridge) in the SAS Integration Technologies: Server Administrator's Guide. For more information about using WriteConfigFile, see the SAS Object Manager reference (sasoman.chm). Creating Metadata Configuration Files to Access the LDAP ServerUse the ITConfig utility or the WriteConfigFile method to generate the metadata file(s). For LDAP servers, the system configuration file contains the following connection information:
Note: You can also specify the user identity (user name, password) in the system configuration file. However, if a user configuration file is specified, the user configuration file overrides the user in the system configuration file. The user configuration file can contain the following user identity information for connecting to the metadata server:
For more information about using the ITConfig utility to generate metadata configuration files, see the ITConfig utility Help or refer to Using the IT Configuration Application with COM Connections or Using the IT Configuration Application with IOM Bridge Connections in the SAS Integration Technologies: Administrator's Guide (LDAP Version). For more information about WriteConfigFile, see the SAS Object Manager reference documentation (sasoman.chm). |