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

Configuration File Example: Minimal Configuration

The following LDIF file can be used as a minimal configuration file for your IOM Bridge server. It contains a definition for the spawner and the object server.

These definitions assume that the spawner and the object server are running on a UNIX machine. If your server is running on a different platform, then the value for the SASCommand attribute will need to be changed.


#
# Spawner Definition
# 
dn: cn=Finance,o=AlphaliteAirways,c=US
objectClass: sasSpawner
sasSpawnercn: mySASObjectSpawner
sasMachineDNSName: localhost
sasOperatorPort: 5306
description: SAS Object Spawner

# 
# Object Server Definition listening on port 5307;
# 
dn: cn=Finance,o=AlphaliteAirways,c=US
objectClass: sasServer
sasServercn: mySASObjectServer
sasPort: 5307
sasMachineDNSName: localhost
sasProtocol: bridge
sasCommand: /sasv9/usrlibsas/sas
description: SAS Object Server

Note: Ensure that there is only one blank line, excluding comments (#), between the spawner and server definitions.