Hitachi

uCosminexus Service Platform Reference Guide


cscrepls (Displaying the repository information)

Organization of this page

Format

cscrepls [-h]
 -user login-user-ID
 -pass login-password
 [{-repfile exported-repository-ZIP-file-name
 |-envbackfile name-of-HCSC-Manager-environment-backup-file}]
 [{-csc HCSC-server-name|-oldtype|-private}]
 [-listfile name-of-HCSC-component-specification-file-at-output-destination]

Function

Outputs the repository information to the standard output. You can also use this command to check the values specified for the arguments of the cscutil command. This command also outputs the list of all the HCSC components included in the repository, to a file.

The following shows the order in which the repository information for HCSC components is output. Information for non-existent HCSC components is not output.

  1. User-defined reception (invocation target selected)

  2. Business process or user-defined reception (invocation target fixed)

  3. Service adapter

By setting up default values for mandatory options, such as the login user ID, in the HCSC-Manager command definition file, you can omit the specification of these values in this command.

For details on how to use this command, see 4.4 Referencing the repository information in the Service Platform Setup and Operation Guide.

Arguments

-h

Displays the usage of commands. When you specify this option, all other options are ignored even if specified.

-user login-user-ID ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 16 characters))

Specifies the user ID that is used to log in to HCSC-Manager.

-pass login-password ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 16 characters))

Specifies the password that is used to log in to HCSC-Manager.

-repfile exported-repository-ZIP-file-name ~ ((1 to 200 bytes))

Specifies the name of the exported repository ZIP file using an absolute or relative path. This option references the contents of the exported repository file and displays the configuration information. You cannot specify this option along with the -envbackfile.

-envbackfile name-of-HCSC-Manager-environment-backup-file ~ ((1 to 200 bytes))

Specifies the name of the HCSC-Manager environment backup file using an absolute or relative path. This option references the contents of the exported repository file and displays the configuration information. You cannot specify this option along with the -repfile.

-csc HCSC-server-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))

Outputs the specified HCSC server information only.

-oldtype

Outputs the information for version 07-20 or earlier.

-private

Specify this option to display the information containing private components, existing in the repository or the repository file.

-listfile name-of-HCSC-component-specification-file-at-output-destination ~ ((1 to 200 bytes))

Outputs the list of all the HCSC components included in a repository, to the specified file. Specifies the file name using an absolute or relative path. If the path does not exist, the command terminates abnormally.

The output format is the same as that of the HCSC component-specification file, but the type of changes is not output. For details on the format for describing the HCSC component-specification file, see 6.5.5 HCSC component-specification file.

Output format

The following is the output format of the HCSC component-specification file when the -listfile option is specified:

#Command Edit Time:command-issuing-time
 
#Cluster Name:cluster-name
#HCSC-Server Name:HCSC-server-name
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-selected)
#BusinessProcess
service-ID-of-business-process
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-fixed)
#BusinessProcess
service-ID-of-business-process
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-fixed)
#ServiceAdapter
service-ID-of-service-adapter
 
#HCSC-Server Name:HCSC-server-name
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-selected)
#BusinessProcess
service-ID-of-business-process
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-fixed)
#BusinessProcess
service-ID-of-business-process
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-fixed)
#ServiceAdapter
service-ID-of-service-adapter
 
#Cluster Name:cluster-name
#HCSC-Server Name:HCSC-server-name
#BusinessProcess
service-ID-of-business-process
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-fixed)
#BusinessProcess
service-ID-of-business-process
#UserDefinedReception
reception-ID-of-user-defined-reception-(invocation-target-fixed)
#ServiceAdapter
service-ID-of-service-adapter

Description

Display item

Description

#Command Edit Time

Indicates the time when the command was issued.

The time is output in the format YYYY/MM/DD hh:mm:ss.SSS defined with java.text.SimpleDateFormat.

  • YYYY: Year

  • MM: Month

  • DD: Date

  • hh: Hour

  • mm: Minutes

  • ss: Seconds

  • SSS: Milliseconds

#Cluster Name

Indicates the cluster name.

#HCSC-Server Name

Indicates the name of the HCSC server.

#UserDefinedReception

Indicates the reception ID of the user-defined reception (invocation target selected) or user-defined reception (invocation target fixed).

#BusinessProcess

Indicates the business process service ID.

#ServiceAdapter

Indicates the service ID of a service adapter.

Display format

(1) When the HCSC server is not specified in the -csc option

Command Edit Time:command-issuing-time
Domain(name:domain-name)
- Cluster(name:cluster-name)
    cluster-display-name:cluster-display-name
    cluster-type:cluster-type
    db-use:database-usage
    rm-use:usage-of-Reliable-Messaging
    SOAP-mode:used-SOAP-mode
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      J2EESrvName:J2EE-server-name
      RMSystemName:RM-system-name
      Cosminexus Manager(Manager-name, host-IP-address-of-Manager:port-number-of-Manager)
    - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-selected))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-selected)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        deployed:status-of-adapter-deployment
        modified-time:time-of-service-adapter-update
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      J2EESrvName:J2EE-server-name
      RMSystemName:RM-system-name
      Cosminexus Manager(Manager-name, host-IP-address-of-Manager:port-number-of-Manager)
    - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-selected))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-selected)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-adapter-name)
        ServiceName:display-name-of-adapter
        Type:adapter-type
        deployed:status-of-adapter-deployment
        modified-time:time-of-service-adapter-update
- Cluster(name:cluster-name)
    cluster-display-name:cluster-display-name
    cluster-type:cluster-type
    db-use:database-usage
    rm-use:usage-of-Reliable-Messaging
    SOAP-mode:used-SOAP-mode
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      J2EESrvName:J2EE-server-name
      RMSystemName:RM-system-name
      Cosminexus Manager(Manager-name, host-IP-address-of-Manager:port-number-of-Manager)
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        Type:adapter-type
        deployed:status-of-adapter-deployment
        modified-time:time-of-service-adapter-update

(2) When the HCSC server is specified in the -csc option

Command Edit Time:command-issuing-time
Domain(name:domain-name)
- Cluster(name:cluster-name)
    cluster-display-name:cluster-display-name
    cluster-type:cluster-type
    db-use:database-usage
    rm-use:usage-of-Reliable-Messaging
    SOAP-mode:used-SOAP-mode
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      J2EESrvName:J2EE-server-name
      RMSystemName:RM-system-name
      Cosminexus Manager(Manager-name, host-IP-address-of-Manager:port-number-of-Manager)
    - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-selected))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-selected)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        Type:adapter-type
        deployed:status-of-adapter-deployment
        modified-time:time-of-service-adapter-update

(3) When the -oldtype option is specified

Command Edit Time:command-issuing-time
Domain(name:domain-name)
- Cosminexus Manager(name:Manager-name)
    display-name:display-name-of-Manager
    management-ip:host-IP-address-of-Manager
    port:port-number-of-Manager
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      cluster-name:cluster-name
      cluster-display-name:cluster-display-name 
      cluster-type:cluster-type
      J2EESrvName:J2EE-server-name
    - SessionBean
        Url:URL-used-for-invoking-synchronous-service-(SessionBean)
        LookupName:lookup-name-used-for-invoking-synchronous-service-(SessionBean)
    - WebService(SOAP1.1)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.1)
    - WebService(SOAP1.2)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.2)
    - MDB(WS-R)
        Url:URL-used-for-invoking-asynchronous-service-(MDB(WS-R))
    - MDB(DBQueue)
        Name:database-queue-name
    - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-selected))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-selected)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        Type:adapter-type
        deployed:status-of-adapter-deployment
        modified-time:time-of-service-adapter-update
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      cluster-name:cluster-name
      cluster-display-name:cluster-display-name
      cluster-type:cluster-type
      J2EESrvName:J2EE-server-name
    - SessionBean
        Url:URL-used-for-invoking-synchronous-service-(SessionBean)
        LookupName:lookup-name-used-for-invoking-synchronous-service-(SessionBean)
    - WebService(SOAP1.1)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.1)
    - WebService(SOAP1.2)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.2)
    - MDB(WS-R)
        Url:URL-used-for-invoking-asynchronous-service-(MDB(WS-R))
    - MDB(DBQueue)
        Name:database-queue-name
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
- Cosminexus Manager(name:Manager-name)
    display-name:display-name-of-Manager
    management-ip:host-IP-address-of-Manager
    port:port-number-of-Manager
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      cluster-name:cluster-name
      cluster-display-name:cluster-display-name 
      cluster-type:cluster-type
      J2EESrvName:J2EE-server-name
    - SessionBean
        Url:URL-used-for-invoking-synchronous-service-(SessionBean)
        LookupName:lookup-name-used-for-invoking-synchronous-service-(SessionBean)
    - WebService(SOAP1.1)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.1)
    - WebService(SOAP1.2)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.2)
    - MDB(WS-R)
        Url:URL-used-for-invoking-asynchronous-service-(MDB(WS-R))
    - MDB(DBQueue)
        Name:database-queue-name
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      cluster-name:cluster-name
      cluster-display-name:cluster-display-name
      cluster-type:cluster-type
      J2EESrvName:J2EE-server-name
    - SessionBean
        Url:URL-used-for-invoking-synchronous-service-(SessionBean)
        LookupName:lookup-name-used-for-invoking-synchronous-service-(SessionBean)
    - WebService(SOAP1.1)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.1)
    - WebService(SOAP1.2)
        Url:URL-used-for-invoking-synchronous-service-(Web-Services/SOAP1.2)
    - MDB(WS-R)
        Url:URL-used-for-invoking-asynchronous-service-(MDB(WS-R))
    - MDB(DBQueue)
        Name:database-queue-name
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-business-process-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update

(4) When the -private option is specified (underlined portions indicate the information for private components)

Command Edit Time:command-issuing-time
Domain(name:domain-name)
- Cluster(name:cluster-name)
    cluster-display-name:cluster-display-name
    cluster-type:cluster-type
    db-use:database-usage
    rm-use:usage-of-Reliable-Messaging
    SOAP-mode:used-SOAP-mode
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      J2EESrvName:J2EE-server-name
      RMSystemName:RM-system-name
      Cosminexus Manager(Manager-name, host-IP-address-of-Manager:port-number-of-Manager)
    - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-selected))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-selected)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        Type:adapter-type
        modified-time:time-of-service-adapter-update
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      J2EESrvName:J2EE-server-name
      RMSystemName:RM-system-name
      Cosminexus Manager(Manager-name, host-IP-address-of-Manager:port-number-of-Manager)
    - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-selected))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-reception-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-selected)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        Type:adapter-type
        deployed:status-of-adapter-deployment
        modified-time:time-of-service-adapter-update
- Cluster(name:cluster-name)
    cluster-display-name:cluster-display-name
    cluster-type:cluster-type
    db-use:database-usage
    rm-use:usage-of-Reliable-Messaging
    SOAP-mode:used-SOAP-mode
  - HCSC-Server(CSCSrvName:HCSC-server-name)
      display-name:display-name-of-HCSC-server
      J2EESrvName:J2EE-server-name
      RMSystemName:RM-system-name
      Cosminexus Manager(Manager-name, host-IP-address-of-Manager:port-number-of-Manager)
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-adapter-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-adapter-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
        deployed:status-of-adapter-deployment
        modified-time:time-of-business-process-update
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
          deployed:status-of-adapter-deployment
          modified-time:time-of-user-defined-reception-(invocation-target-fixed)-update
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        Type:adapter-type
        deployed:status-of-adapter-deployment
        modified-time:time-of-service-adapter-update
- PrivateComponents
    - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-selected))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
 
    - BusinessProcess(ServiceID:service-ID-of-business-process)
        ServiceName:business-process-display-name
      - UserDefinedReception(ReceptionID:reception-ID-of-user-defined-reception-(invocation-target-fixed))
          ReceptionName:reception-name
          Type:reception-type
          ContextRoot:context-root
    - ServiceAdapter(ServiceID:service-ID-of-service-adapter)
        ServiceName:display-name-of-adapter
        Type:adapter-type

Description ((1) When the HCSC server is not specified in the -csc option, and (2) When the HCSC server is specified in the -csc option)

Display item

Description

Command Edit Time

Indicates the time when the command was issued.

The time is output in the format YYYY/MM/DD hh:mm:ss.SSS defined with java.text.SimpleDateFormat.

  • YYYY: Year

  • MM: Month

  • DD: Date

  • hh: Hour

  • mm: Minutes

  • ss: Seconds

  • SSS: Milliseconds

Domain (name)

Indicates the domain name.

Cluster (name)

Indicates the cluster name.

cluster-display-name

Indicates the cluster display name.#1

cluster-type

Indicates the cluster type. One of the following values is displayed:

  • LB: Load-balancing cluster

  • HA: HA cluster

db-use

Indicates whether a database is being used. One of the following values is displayed:

  • ON: A database is being used.

  • OFF: No database is being used.

rm-use

Indicates whether Reliable Messaging is being used. One of the following values is displayed:

  • ON: Reliable Messaging is being used.

  • OFF: Reliable Messaging is not being used.

SOAP-mode

Indicates the SOAP mode used. One of the following values is displayed:

  • 1.1: Indicates the SOAP 1.1 mode.

  • 1.1/1.2: Indicates the combined SOAP 1.1/ 1.2 mode.

HCSC-Server (CSCSrvName)

Indicates the name of the HCSC server.

display-name

Indicates the display name of the HCSC server.#1

J2EESrvName

Indicates the J2EE server name.

RMSystemName

Indicates the RM system name.

Cosminexus Manager (name, ip: port)

The following information is displayed:

  • Manager name

  • Host IP address of Manager

  • Port number of Manager

BusinessProcess (ServiceID)

Indicates the business process service ID.

ServiceAdapter (ServiceID)

Indicates the service ID of a service adapter.

ServiceName

Indicates the display name of the business process or the service adapter.

UserDefinedReception (ReceptionID)#2

Indicates the reception ID of a user-defined reception.

ReceptionName#2

Indicates the reception name of the user-defined reception.

Type#2

The following information is displayed for the adapter types:

  • WebService: SOAP adapter

  • SessionBean: SessionBean adapter

  • MDB_WSR: MDB (WS-R) adapter

  • MDB_DBQ: MDB (DB queue) adapter

  • Custom: The service adapters other than the ones mentioned above (blank spaces are displayed for the repository information earlier than 07-50)

The following information is displayed for the reception types:

  • WebService: SOAP reception

  • Custom: User-defined reception other than SOAP reception

ContextRoot#2

Indicates the context root. If there is no information, a blank space is displayed.

deployed#2

Indicates whether a business process, a service adapter, or a user-defined reception is deployed. One of the following values is displayed:

  • true: Deployed.

  • false: Not deployed.

modified-time#2

Indicates the time at which a business process, a service adapter, or a user-defined reception was updated.

The time is output in the format YYYY/MM/DD hh:mm:ss.SSS defined with java.text.SimpleDateFormat.

  • YYYY: Year

  • MM: Month

  • DD: Date

  • hh: Hour

  • mm: Minutes

  • ss: Seconds

Note that the update time is the packaging time in the development environment.

#1

Garbled characters might be generated if the following conditions are both satisfied:

  • When the following characters are used in the HCSC server display name, cluster display name, or user messages:

    - Characters other than Basic Multilingual Plane (BMP)

    - Characters in the range of Unicode code point U+10000 to U+10FFFF

    - Characters represented by a surrogate pair of UTF-16 encoding

  • This command is used in Windows.

#2

The items for a user-defined reception (invocation target selected) and the items for a user-defined reception (invocation target fixed) are output to different locations.

  • The items for a user-defined reception (invocation target selected) are output before BusinessProcess.

  • The items for a user-defined reception (invocation target fixed) are output as subordinate items of BusinessProcess.

Description ((3) When the -oldtype option is specified, and (4) When the -private option is specified)

Display item

Description

Command Edit Time

Indicates the time when the command was issued.

The time is output in the format YYYY/MM/DD hh:mm:ss.SSS defined with java.text.SimpleDateFormat.

  • YYYY: Year

  • MM: Month

  • DD: Date

  • hh: Hour

  • mm: Minutes

  • ss: Seconds

  • SSS: Milliseconds

Domain (name)

Indicates the domain name.

Cosminexus Manager (name)

Indicates the Manager name.

display-name

One of the following is displayed:

  • Display name of Manager#1

  • Display name of HCSC server#1

  • Display name of the business process

  • Display name of the service adapter

management-ip

Indicates the host IP address of Manager.

Port

Indicates the port number of Manager.

HCSC-Server (CSCSrvName)

Indicates the name of the HCSC server.

cluster-name

Indicates the cluster name.

cluster-display-name

Indicates the cluster display name.

cluster-type

Indicates the cluster type. One of the following values is displayed:

  • LB: Load-balancing cluster

  • HA: HA cluster

J2EESrvName

Indicates the J2EE server name.

RMSystemName

Indicates the RM system name.

Url

One of the following is displayed:

  • For SessionBean: URL used for invoking a synchronous service (SessionBean)

  • For WebService (SOAP 1.1): URL used for invoking a synchronous service (Web service/ SOAP 1.1)

  • For WebService (SOAP 1.2): URL used for invoking a synchronous service (Web service/ SOAP 1.2)

  • For MDB (WS-R): URL used for invoking an asynchronous service (MDB (WS-R))

LookupName

Indicates the lookup name used for invoking a synchronous service (SessionBean).

Name

Indicates the database queue name.

BusinessProcess (ServiceID)

Indicates the business process service ID.

UserDefinedReception(ReceptionID)#2

Indicates the reception ID of the user-defined reception.

ReceptionName#2

Indicates the reception name of the user-defined reception.

Type#2

The following information is displayed for adapter types. Blank spaces are displayed for the repository information earlier than 07-50.

  • WebService: SOAP adapter

  • SessionBean: SessionBean adapter

  • MDB_WSR: MDB (WS-R) adapter

  • MDB_DBQ: MDB (DB queue) adapter

  • Custom: Service adapters other than the above

The following information is displayed for reception types:

  • WebService: SOAP reception

  • Custom: User-defined reception other than SOAP reception

ContextRoot#2

Indicates the context root. If there is no information, a blank space is displayed.

deployed#2

Indicates whether a business process or a service adapter is deployed. One of the following values is displayed:

  • true: Deployed.

  • false: Not deployed.

modified-time#2

Indicates the time at which a business process or a service adapter was updated.

The time is output in the format YYYY/MM/DD hh:mm:ss.SSS defined with java.text.SimpleDateFormat.

  • YYYY: Year

  • MM: Month

  • DD: Date

  • hh: Hour

  • mm: Minutes

  • ss: Seconds

Note that the update time is the packaging time in the development environment.

ServiceAdapter (ServiceID)

Indicates the service ID of a service adapter.

#1

Garbled characters might be generated if both the following conditions are satisfied:

  • When the following characters are used in the HCSC server display name, cluster display name, or user messages:

    - Characters other than Basic Multilingual Plane (BMP)

    - Characters in the range of Unicode code point U+10000 to U+10FFFF

    - Characters represented by a surrogate pair of UTF-16 encoding

  • This command is used in Windows.

#2

The items for a user-defined reception (invocation target selected) and the items for a user-defined reception (invocation target fixed) are output to different locations.

  • The items for a user-defined reception (invocation target selected) are output before BusinessProcess.

  • The items of a user-defined reception (invocation target fixed) are output as subordinate items of BusinessProcess.

Return values

Return value

Meaning

0

The command terminated normally.

1

The command terminated abnormally.

3

An exclusion error occurred.

9

An error occurred when checking the execution permission.

Notes

When the -repfile option is specified, the following information is not output:

#

The URLs used for invoking service components and the database queue name are output when you specify the -oldtype option.