Managing Registrations with Conductor Script
246
iPlanet Integration Server • Process System Guide • August 2001
Registering iIS Library Distributions
After iIS library distributions have been generated, they can be registered with iIS
process engines. You can register any number of iIS distributions with an engine
using Conductor Script, but you can register only one type of distribution (user
profile, process definition, and so on) with one engine at a time. To register
multiple distributions, you can write a script that performs all the registrations that
you want.
➤
To register an iIS distribution with an engine
1.
Use the
FindEngine
command to make a particular engine current.
2.
Use the
ListConductorDistributions
command to display a list of iIS library
distributions that are available for registration.
3.
Use the appropriate
Register
command to register an available distribution of
the corresponding type.
The commands needed to register iIS library distributions are documented in
Appendix A, “Conductor Script Commands”
and summarized in the table below:
Command
Arguments
Function
See…
FindEngine
engine_name
Set specified engine as
the “current” engine.
The engine (nor any
of its components)
does not have to be
running.
page 284
ListConductor
Distributions
[type]
Display a list of the
specified type of iIS
library distributions
available for
registration. May
include process
definitions,
assignment rule
dictionaries, user
profiles, and user
validations.
page 288
ListEngines
——
Display a list of
configured iIS process
engines.
page 289
Summary of Contents for iPlanet Integration Server 3.0
Page 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Page 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Page 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Page 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Page 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Page 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Page 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...