WCCILdist

Options of the distribution manager

Note that the -num option is not required from the version 3.5 upwards. Note that if you update an older project to 3.5, omit the -num option.

Option Meaning
-config Specifies the project via the project configuration file. Overwrites the PVSS_II environment variable. Note that only local registered projects can be specified using the -config option.
-data [hostname][:portnumber] Specifies the computer name (host name) and/or port number for the Data manager. The default is the own computer eiwnt105:4897.
-event [hostname][:portnumber] Defines the computer name and/or port number for the Event manager. Default is the own computer eiwnt105:4998.
-extend Advanced functionality of the manager.
-help Informs about the possible command line options of the managers in log viewer.
-helpdbg Informs about the single debug levels for the option -dbg in the log viewer (for internal use).
-lang LangName With this option you can choose the default language for the manager , for example, -lang en_US.utf8.
-loadAllCtrlLibs Loads a CTRL script e.g. -loadAllCtrlLibs script.ctl
-log [+-][dp|file|stderr] Activates (+) or deactivates (-) selected log flags.
-perf Collects statistical data about the executed paths.
-PROJ name -proj can be specified instead of -config. Both -proj and -config overwrite the environment variable PVSS_II. If neither -proj nor -config is specified the PVSS_II variable is read first. If it is not specified the PVSS_II_PROJ is read. If both -proj and -config are specified the system checks if they match. -config takes priority.
-rcv receiveDebugLevel Activates the debug output for incoming messages [1,2]
-report all|0..31[,0..31]

Creates a diagnostic report

0=cpu, 1=heap, 2=dispatch.

-reportfile filename

Specify a file name for the report stderr, stdout, filename.:

The file was saved in .../log.

-snd sendDebugLevel Activates the debug output for sent messages [1,2].
-user username[:password] Specifies a user name and a password.
-version Informs about the current version and stops.

Debug levels

Number Meaning
1=noTimePrint No time information is printed "on streams" .
2=work General debug for the current manager.
3=bufferExtend A warning is shown if there is not enough buffer.
4=inputReady
5=outputReady
6=send Shows all sent messages.
7=receive,
8=query, Shows all query actions.
9=dispatch
10=api_usr1, First available API debug flag for free use.
11=api_usr2, Second available API debug flag for free use.
12=api_usr3 Third available API debug flag for free use.
13=dm_time,
14=dm_setEmptySlot
15=dm_serviceMode,
16=ev_work
17=ev_time100,
18=ev_sourceTime
19=ev_eventFile,
20=ev_alertFile
21=ev_evMain,
22=ui_panelTime,
23=ui_rent
24=drv_work,
25=drv_usr1, First available driver debug flag for free use.
26=drv_usr2 Second available driver debug flag for free use.
27=drv_usr3, Third available driver debug flag for free use.
28=redundancy, Shows redundant messages.
29=ctrl_trace Shows all Control commands of an executed script.
noReconnect The "noReconnect" flag closes the Dist connections and does not automatically reopen them. The "noReconnect" flag is also activated by the debug flag -dbg all.