Contents Setting Up a COM/DCOM Server Previous Next

Using the Configuration Application to Administer a COM/DCOM Server

The Integration Technologies (IT) Configuration application lets you test and change settings for Integrated Object Model (IOM) connections between client machines and SAS. Using the Configuration application, you can:

Starting the Application

Locate the file itconfig.exe and double-click the file to start the program. The default location for the file is c:\Program Files\SAS Institute\Shared Files\Integration Technologies. You may want to add a shortcut to the file to your Windows desktop to make the application easier to locate and run.

When the program starts, it checks the Windows program registry for unused Integration Technologies entries. If any unused entries are found, the application gives you the option of removing the entries. After the entries are checked, the Integration Technologies Configuration window appears.

Integration Technologies Configuration window

This window displays information about your current configuration, including the version of SAS installed, whether DCOM is installed and active, and DCOM configuratino settings. Use this window to choose whether you want to view and change the LDAP or LDIF parameters (Edit Parameters option) or test the connection to a server (Test Connection option).

Working with Parameters

To view and edit connection parameters, select Edit Parameters from the Configuration window. The Enter Parameters window appears.

Enter Parameters window

Specify whether you want to enter the LDAP connection parameters, enter the name of an LDIF file containing connection parameters, or view and edit all currently defined connection parameters.

Entering LDAP Parameters

  1. To enter connection parameters in the registry for a connection to an LDAP server, select Enter LDAP Parameters from the Enter Parameters window and select Next. The LDAP Server Parameters window appears.

    LDAP Server Parameters window

  2. Enter the following information:

    LDAP Server Machine
    The fully-qualified name of the machine on which the LDAP server runs.
    LDAP Port
    The port used by the LDAP server machine for receiving requests. A typical value is 389.
    Base DN
    The distinguished name for the location in the LDAP hierarchy under which SAS directory entries are stored. The value for this field is the same as the value for the $SAS_CONTEXT$ parameter that was specified when the SAS containers were installed in the LDAP directory.

    Select Next. The LDAP User Parameters window appears.

    LDAP User Parameters window

  3. Enter the following information:

    LDAP User DN
    The distinguished name of a user who will be accessing the LDAP server. Because the parameter information is stored in the client machine's registry, specify the DN of the client machine's user.
    LDAP User Password
    The password required for the specified user to log onto the LDAP server.

  4. Select Finish. The application writes the data to the registry.

Entering File Parameters

  1. To specify an LDIF file to use for connection parameters, select Enter File Parameters from the Enter Parameters window and select Next.

    The File Parameters window appears.

    File Parameters window

  2. Specify whether the parameters apply to all users of this machine or only to a specific user.

    System
    The parameters contained in the LDIF file apply to all users of the client machine. The parameters will be stored in the ssytem registry.
    User
    The parameters contained in the LDIF file apply only to a specific user. The parameters will be stored in the registry for the specified user.

  3. Select Finish to write the information to the registry.

Viewing and Editing All Parameters

  1. To work with all of the parameter information, whether from LDAP or a file, select View and Edit Parameters from the Enter Parameters window.

    The View and Edit Parameters window appears.

    View and Edit Parameters window

  2. This window lets you view and specify the same information as on the LDAP and file parameters windows.

  3. Select LDAP to view and edit the LDAP parameter information. The fields in the LDAP Server Information pane become selectable.

  4. Select File - One Per User to view and edit the LDIF file used to define access for a particular user. The User File Location field becomes selectable.

  5. Select File - One Per Computer to view and edit the LDIF file used to define access for all users on the current machine. The System File Location field becomes selectable.

  6. Select Delete All Settings to clear all configuration information for all locations.

  7. When you are finished, select Finish.

Testing Connections

The Integration Technologies Configuration application allows you to test connections from your local machine to a SAS server machine. The application can test a DCOM connection, an IOM bridge connection, a connection to a local machine, or a connection specified by the parameters you entered in the Configuration program.

To run the tests, select Test Connection and then select Next from the Integration Technologies Configuration window. The Run Tests window appears.

Run Tests window

Testing Using Parameters

If you entered connection parameters in the Configuration program, select Using Parameters and select Next from the Run Tests window. The Test window appears.

Test window

The Test window displays information about the server connection you want to test. To enter information about the server, use one of these methods:

Testing a DCOM connection

To test a DCOM connection to a SAS server, select DCOM from the Run Tests window, then delect Next. The DCOM Parameters window appears.

DCOM Parameters window

  1. Enter the name of the machine for which you want to test a connection, then select Test. Machine names are usually in the form machine.company.com.

  2. The Configuration utility runs a small SAS program through the SAS connection to verify the following:

    • events are returned
    • the WORK data set is properly configured
    • the location of the SASUSER directory
    • the state of other SAS options.

  3. If the program establishes a DCOM connection to the specified server, the Connection Successful window appears. The window displays information about the environment of the server.

    Connection Successful window

  4. Select Copy Text to copy the information in the window to the clipboard. Select OK to close the window.

Contents Setting Up a COM/DCOM Server Previous Next