uCosminexus Service Platform, Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

5.3.19 Checking the information of user-defined reception

This subsection describes the prerequisites and method for referencing the user-defined reception information.

Organization of this subsection
(1) Prerequisites
(2) Reference method

(1) Prerequisites

To reference the user-defined reception information, the HCSC server must be in a running state.

For details on the method check the HCSC server status, see "5.3.15 Checking the HCSC server information".

(2) Reference method

To reference the user-defined reception information, execute the cscstatus command or cscutil command from the operating environment. Use the cscstatus and cscutil commands respectively in the following cases:

The description of how to execute each command is as follows:

œWhen using cscstatus command
Execute the cscstatus command in the operating environment. Execute the command by specifying the -csc and -type options. In the -type option, specify "compo".
For details on the cscstatus command, see "cscstatus (status display) " in "Service Platform Reference Guide".
Execution format of the cscstatus command is as follows:
 
cscstatus -user <login user ID> -pass <login password> -csc <HCSC server name> -type compo
 

œWhen using cscutil command
Execute the cscutil command in the operating environment. Specify compo_urecp in the -target option and specify get_info in the -operation option.
For details on the cscutil command, see"
cscutil (various operations) "in "Service Platform Reference Guide".
The execution format of the cscutil command differs depends on whether you use the property definition file.
When you do not use the property definition file
Specify the HCSC server name in the -props option.
 
cscutil -user <login user ID> -pass <login password> -mng <Manager name> -target compo_urecp -operation get_info -props "CSCSrvName=<HCSC server name>"
 
You can use the cscrepls command to check the Manager name and HCSC server name specified in the cscutil command. For details on the cscrepls command, see the "cscrepls (displaying the repository information) " in "Service Platform Reference Guide".
When you use the property definition file
Specify the name of the property definition file in the -propfile option. You must create the property definition file beforehand in the J2SE property file format.
 
cscutil -user <login user ID> -pass <login password> -mng <Manager name> -target compo_urecp -operation get_info -propfile <property definition file name>
 
Note
  • If you acquire information on an undeployed user-defined reception, the "null" character string is displayed.
  • If you execute the cscutil command without specifying the reception ID of the user-defined reception, the information of all user-defined receptions managed by the HCSC server is displayed.

Information output during command execution
The following table lists and describes the output information during command execution. The output information that is not listed in this table is the maintenance information for troubleshooting.

Table 5-4 Information output by the command for referencing the user-defined reception information

Output item Output information
receptionName.<Serial number> Displays the reception name of the user-defined reception.
receptionID.<Serial number> Displays the reception ID of the user-defined reception.
cscServerName.<Serial number> Displays the HCSC server name.
ownerCluster name.<Serial number> Displays the cluster name.
serviceName.<Serial number> Displays the service name related to the user-defined reception
receptionKind.<Serial number> Displays the reception (HCSC component) type using the user-defined reception.
  • bp (business process)
receptionProtocolKind.<Serial number> Displays the user-defined reception protocol.
  • WebService (synchronous service (Web Services) call)
receptionStatus.<Serial number>
  • active (active status)
  • inactive (inactive status)
  • starting (during startup processing)
  • startfailed (startup error)
  • stopping (during stop processing)
  • stopfailed (stop error)
  • deleting (during deletion processing)
  • null (undeployed)
entryTime.<Serial number> Displays the time when the user-defined reception is defined in the YYYY/MM/DD hh:mm:ss.SSS format.
  • YYYY: Year
  • MM: Month
  • DD: Date
  • hh: Hour
  • mm: Minute
  • ss: Second
  • SSS: Milliseconds
modifiedTime.<Serial number> Displays the time at which the user-defined reception is updated (total milliseconds from January 1, 1970 00:00:00).
lcVersion.<Serial number> Displays the location version number.
lcRevision.<Serial number> Displays the location revision number.
runtime.user-defined-reception-soap.threads.maximum.<Serial number> Outputs the maximum number of concurrent executions for the user-defined reception. If the maximum number of concurrent executions is not set in the user-defined reception runtime definition file, the default value (10) is output.
runtime.user-defined-reception-soap.exclusive.threads.<Serial number> Outputs the number of dedicated threads for the user-defined reception. If the number of dedicated threads is not set in the user-defined reception runtime definition file, the default value (0) is output.
runtime.user-defined-reception-soap.queue-size.<Serial number> Outputs the pending queue size for the user-defined reception. If the pending queue size is not set in the user-defined reception runtime definition file, the default value (8192) is output.