SAS 9.1.3 Integration Technologies » Administrator's Guide (LDAP Version)


Setting up a COM/DCOM Server
Server and Client Requirements
Summary of Setup Steps
Metadata Overview
Creating the Metadata for a COM/DCOM Server
Using the IT Administrator Wizard
Using IT Administrator
Using a Configuration File
Configuration File Example: Minimal Configuration
Configuration File Example: Using Logical Names
Enabling DCOM on the Server and the Client
Configuring SAS for DCOM
Setting SAS Permissions on the Server
Global on Windows NT/2000
Per Application on Windows NT/2000
Global on Windows XP / Server 2003
Per Application on Windows XP / Server 2003
Configuring DCOM on Windows XP SP2 / Server 2003 SP1
Configuring COM/DCOM for Active Server Page Access
Accessing a Local COM Server from an Active Server Page
Accessing a DCOM Server from an Active Server Page
Administering the Server:
Using the IT Configuration Application
Troubleshooting
Reference Materials
AppIDs for Configuring DCOM
Object Server Parameters
Attributes for Servers
Attributes for Logical Names
COM/DCOM

Using a Configuration File to Define the Metadata (COM/DCOM)

For LDAP, if you do not use a metadata server as the metadata repository, you can create a flat configuration file that contains the object definitions for an COM/DCOM server configuration. The configuration file must then be installed on the server and on each client machine.

Note: If your configuration requires more than one or two servers, or if multiple clients will be using the servers, we strongly recommend the use of LDAP as a central metadata repository. The use of LDAP also gives you the ability to use access control lists to control access to the servers in your enterprise.

To define a COM/DCOM server configuration using a configuration file:

  1. Use a text editor to code the configuration file. At a minimum, the file must define a server object. You can also define one more SAS logical name objects. To create the file:

    • Refer to the attribute descriptions for each object type:

    • Refer to the following examples:

    • Use the LDAP Data Interchange Format (LDIF), format, which has the following syntax rules:

      • Start each entry in column one.

      • To indicate a comment line, place '#' in column one.

      • Use the following general format for each entry: "attribute: value.".

      • If an entry spans multiple lines, insert a blank in the first column of each continuation line. The blank in column one is a continuation character and is consumed by the LDIF file parser. Therefore, it should not be considered part of the entry.

      • A blank line must precede a distinguished name (exclude comment lines and the first distinguished name in the file). In LDIF, the DN is required to identify the beginning of the next object class definition. The spawner's LDIF parser relies on this requirement in order to separate object class definitions. The DN name can be any value.

      • Two consecutive blank lines indicate the end of the configuration file definitions.

  2. Save the file with a name of your choice.

  3. Install the file on the server machine and on each client machine.

You can now access the server using the Object Manager (or Version 8 Workspace Manager). For instructions, refer to Using the Object Manager or Using the Workspace Manager in the Developer's Guide.