Managing Registrations with Conductor Script
➤To unregister an iIS distribution from an engine
1.Use the FindEngine command to make a particular engine current.
2.Use the ListRegistrations command to display a list of iIS distributions that are registered with the current engine.
3.Use the appropriate UnRegister command to unregister a distribution of the corresponding type.
The engine maintains only one validation, so registering a new validation implicitly unregisters the previous one.
The commands needed to unregister iIS 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. |
|
ListEngines | Display a list of all | page 289 | |
|
| running and |
|
|
| configured iIS process |
|
|
| engines in the |
|
|
| environment. |
|
ListRegistrations | [type] | List all registered | page 290 |
|
| process definitions, |
|
|
| assignment rule |
|
|
| dictionaries, user |
|
|
| profiles, user |
|
|
| validations and aliases |
|
|
| (or just the specified |
|
|
| type of distribution) for |
|
|
| the current engine. |
|
Uninstall | name | Deletes an iIS | page 321 |
| compatibility_level | distribution of the |
|
|
| specified name and |
|
|
| level from the |
|
|
| environment |
|
|
| repository. |
|
UnRegisterAlias | alias_name | Unregister the specified | page 322 |
|
| alias from the current |
|
|
| engine. |
|
|
|
|
|