Tablet Accessory User Manual

Conductor Script Commands
324 iPlanet Integration Server Process System Guide August 2001
UnRegisterUserProfile
The UnRegisterUserProfile command deletes the specified user profile from the
current engines registration database.
UnRegisterUserProfile user_profile_name
The UnRegisterUserProfile command is available only when an engine is
current, so you must first use the
FindEngine Script command to set the current
engine.
Use the ListRegistrations Script command to display a list of components
registered with the current engine. You can filter the list for user profiles. The
UnRegisterUserProfile command removes the specified user profile from the
registration table.
WaitForStartup
The WaitForStartup command waits a specified timeout period for a specified
engine unit to start up, and prints an error message if the engine unit does not start
within the specified time.
WaitForStartup unit_name timeout
Argument Description
user_profile_name The name of the registered user profile.
Argument Description
unit_name The specified engine unit.
timeout A timeout period (in seconds) within which the specified engine unit must
start up, or an error message is written.