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


Setting up an IOM Bridge Server and Spawner
Quick Start: Simple Server and Spawner
Summary of Setup Steps
Spawner Overview
Spawner Requirements
Metadata Overview
Creating the Metadata for an IOM Bridge Server
Using the IT Administrator Wizard
Using IT Administrator
SAS Login Object
Server Object
Spawner Object
Using a Configuration File
Configuring a UUID Generator
Configuring and Starting the Object Spawner on z/OS
Invoking (Starting) the Spawner
On Windows
On UNIX
On Alpha/VMS
Spawner Invocation Options
Administering the Server and Spawner:
Using Telnet
Using the IT Configuration Application
Spawner Error Messages
Metadata Examples
Minimal Configuration
Server and Spawner
Using Logical Names
UUID Generator
Message Queue Polling
Reference Materials
Attributes for Logical Names
Attributes for Logins
Attributes for Servers
Object Server Parameters
Server Startup Command
Attributes for Spawners
Initializing UNIX Environment Variables for Workspace Servers
IOM Bridge Servers

Summary of Setup Steps (IOM Bridge Server)

To set up an IOM Bridge server:
  1. Install SAS Version 9 (including Integration Technologies) on the server machine. Refer to the SAS documentation for the details of this procedure.

  2. If your applications or spawners need to access metadata that describes your IOM Bridge server configuration, you must create the necessary definitions for server objects, spawner objects, and (optionally) SAS login and logical name objects. For details, see Creating Metadata for an IOM Bridge Server. The method for creating the metadata depends on whether you are using an LDAP server or a configuration file for your metadata repository:

  3. Set up and start the spawner:

    For all platforms, refer to the list of Spawner Invocation Options.

  4. Install the necessary components on each client machine.

    • For Windows Clients:

      • Install the IT software for Windows clients. For instructions, refer to Developing Windows Clients in the Developer's Guide.

      • If you are not using an LDAP server, you must also copy the configuration file (created in Step 2) to the client machine.

    • For Java Clients:

      • Install the IT software for Java clients. For instructions, refer to Developing Java Clients in the Developer's Guide.

      • If you are not using an LDAP server and you are using the Java Connection Factory, you must also create a server definition in com.sas.services.connection.BridgeServer. This is necessary in order to obtain a reference to an IOM object. Refer to Creating a Server Object with Java for an example. For more information, see Using the Java Connection Factory in the Developer's Guide.

      • If you are not using an LDAP server and you are using the Java Workspace Factory, you must also create a server definition in java.util.Properties. This is necessary in order to obtain a reference to an IOM workspace. Refer to Creating a Server Object with Java for an example. For more information, see Using the Java Workspace Factory in the Developer's Guide.

This completes the basic configuration steps that are necessary to do client development on a Windows or Java platform. For information about developing applications that access IOM Bridge servers, refer to Developing Java Clients and Developing Windows Clients in the Developer's Guide.