cscprecache (Pre-caching format definitions and data transformation definitions)

Format

cscprecache [-h]
-user login-user-ID
-pass login-password
-csc HCSC-server-name
[-name service-ID]

Function

Parses all the format definitions and data transformation definitions defined in a component and caches the definitions on an HCSC server before the real operations start. This improves the request processing performance.

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. You can set the maximum number of threads to be used for sending the parsing requests to multiple components by defining the value in a property of the HCSC-Manager definition file (cscmng.properties). You can also set the timeout value for the pre-cache processing in each component by defining the value in a property of the HCSC server runtime definition file (cscsvconfig.properties).

For details on how to use this command, see 5.3.20 Caching the business process definitions in the Service Platform System 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.

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

Specifies the name of the HCSC server that sends the parsing request.

-name service-ID ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the name of the service that sends the parsing request.

Examples of input

(1) To parse all the components in an HCSC server

cscprecache -csc HCSC-server-name

(2) To parse only a specific component

cscprecache -csc HCSC-server-name -name service-ID

Return values

Return valueMeaning
0The command terminated normally.
1The command terminated abnormally.
3An exclusion error occurred.
9An error occurred when checking the execution permission.

Notes