Conductor Script Commands
Appendix
A
Conductor Script Commands
293
To start logging, use the ’+’ followed by a set of message filters in parentheses. To
stop logging, use the ’-’ followed by a set of message filters in parentheses.
The settings specified with the
ModLogFlags
command modify the log message
filters that were set when the current component started up, based on the
FORTE_LOGGER_SETUP environment variable.
An example of the
ModLogFlags
command is:
cscript> ModLo(trc:wr:2:2)
This filter specifies that all messages about sessions created in the engine —but not
a lot of detail— be written to the primary engine unit’s log file (on the server node
on which the primary engine unit is running). For information on iIS message
filters, see
“Messages and Message Filters” on page 212
.
ReadyActivity
The
ReadyActivity
command changes the state of the specified activity from
PENDING to READY.
ReadyActivity process_id activity_name
The
ReadyActivity
command is available only when an engine is current, so you
must first use the
FindEngine
Script command to set the current engine.
The
ReadyActivity
command does not apply to activities that do not pass through
READY state, such as subprocess activities.
Before changing the state of an activity from PENDING to READY, the engine first
evaluates the activity’s Ready expression if one is specified in the process
definition.
Argument
Description
process_id
The process instance in which the activity was created.
activity_name
The name of the activity.
Содержание iPlanet Integration Server 3.0
Страница 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Страница 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Страница 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Страница 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Страница 82: ...iIS Console Main Window Command Summary 82 iPlanet Integration Server Process System Guide August 2001...
Страница 156: ...Performing Application Upgrades 156 iPlanet Integration Server Process System Guide August 2001...
Страница 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Страница 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Страница 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...