Case Information
Command
The following commands output the case information:
• | To return the information about cases: |
plist -c [nodename] <procname>
or
plist -cv [nodename] <procname>
• | To return Mail: |
plist -cX [nodename] <procname>
or
plist -cvX [nodename] <procname>
• | To return PVer and PPrc: |
plist -cvv [nodename] <procname>
Returns
The plist -c
, plist -cv
, plist -cX
, plist -cvv
, and plist -cvX
commands return the following information.
Column |
Description |
|||||||||
CNum |
The unique case number. |
|||||||||
CID |
The case ID, which is a unique reference used internally by TIBCO iProcess Engine. It is sometimes referred to as a case-control record number or CCR. |
|||||||||
Sts |
The case status, LIVE or DEAD. |
|||||||||
yyyy/ddd hh:mm |
If the case status is Dead, the column displays the date and time when starting the case, otherwise, it displays nothing. |
|||||||||
Case Description |
Information about the case. |
|||||||||
Starter |
User who started the case. |
|||||||||
|
Displayed if the The number of the outstanding addressees. |
|||||||||
PVer |
Displayed if the The version number of the procedure. |
|||||||||
PPrc |
Displayed if the The procedure precedence. Three characters are displayed in the output, the order of the characters represents the procedure precedence. The meaning for each character is:
|
Example
The following examples show the output node information of the commands.
• | Input the SWDIR /util/plist -c maintem command where maintem is the procedure name. The output is shown as follows. |
CNum CID Sts Case Description Starter yyyy/ddd hh:mm
---------------------------------------------------------------------------
1452 1452 DEAD ex1 Dev1@ipc_nod1 2012/097 12:30
1453 1453 LIVE con1 Dev1@ipc_nod1 2012/097 14:31
1454 1454 DEAD con2 Dev1@ipc_nod1 2012/097 14:33
1455 1455 DEAD con3 Dev1@ipc_nod1 2012/097 14:34
1456 1456 LIVE lab3.2.7 Dev1@ipc_nod1 2012/097 15:25
1502 1502 DEAD ex2 Dev1@ipc_nod1 2012/097 12:18
1503 1503 DEAD 3.2.4 Dev1@ipc_nod1 2012/097 18:21
1504 1504 LIVE 3.2.1.2 Dev1@ipc_nod1 2012/097 15:48
1505 1505 DEAD 3.2.a Dev1@ipc_nod1 2012/097 16:53
1552 1552 DEAD ex3 Dev1@ipc_nod1 2012/097 12:29
• | Input the SWDIR /util/plist -cX ss1 command where ss1 is the procedure name. The output is shown as follows. |
CNum CID Sts Case Description Starter Mail yyyy/ddd hh:mm
-------------------------------------------------------------------------------
1 1 DEAD aa1 administrator@sql 0 2012/178 10:12
51 51 LIVE dd1 administrator@sql 1 3000/365 23:15
101 101 LIVE tt2 administrator@sql 1 3000/365 23:15
• | Input the SWDIR /util/plist -cvv ss1 command where ss1 is the procedure name. The output is shown as follows. |
CNum CID Sts Case Description Starter yyyy/ddd hh:mm
PVer PPrc
--------------------------------------------------------------------
----
1 1 DEAD aa1 administrator@sql_11_3_0 2012/178 10:1
2 0.0 umr
51 51 LIVE dd1 administrator@sql_11_3_0
0.0 umr
101 101 LIVE tt2 administrator@sql_11_3_0
0.0 umr