Managing Registrations with Conductor Script
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 | page 284 |
|
| the “current” engine. |
|
|
| The engine (nor any |
|
|
| of its components) |
|
|
| does not have to be |
|
|
| running. |
|
ListConductor | [type] | Display a list of the | page 288 |
Distributions |
| specified type of iIS |
|
|
| library distributions |
|
|
| available for |
|
|
| registration. May |
|
|
| include process |
|
|
| definitions, |
|
|
| assignment rule |
|
|
| dictionaries, user |
|
|
| profiles, and user |
|
|
| validations. |
|
ListEngines | Display a list of | page 289 | |
|
| configured iIS process |
|
|
| engines. |
|
|
|
|
|