OpenTP1 Version 7 Operation

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

rapdfgen (Automatically generate definitions for using the remote API facility)

Format

rapdfgen RAP-processing-listener-service-definition-file-name | -m RAP-processing-client-manager-service-definition-file-name

Function

The rapdfgen command generates the definition necessary for executing the remote API facility.

The rapdfgen command executed for the definition of the user-created RAP-processing listener service outputs the user service definitions for the RAP-processing listener and RAP-processing server to a file under the $DCCONFPATH directory. The rapdfgen command executed for the definition of the user-created RAP-processing client manager service outputs the user service definitions for the RAP-processing client manager to a file under the $DCCONFPATH directory. For details about the definitions for the RAP-processing listener service and RAP-processing client manager service, see the manual OpenTP1 System Definition.

The following shows the output file names:

User service definition for the RAP-processing listener:
RAP-processing listener service definition name

User service definition for the RAP-processing server:
RAP-processing listener service definition name with suffix S

User service definition for the RAP-processing client manager:
RAP-processing client manager service definition name

Options

-m RAP-processing-client-manager-service-definition-file-name~<path name>

Specifies the name of the file that stores the definition for the RAP-processing client manager service.

A file name for the RAP-processing client manager service definition must be an identifier of 1 to 8 characters. The system assumes the current directory to store the definition file that is not specified with a full path name (i.e., not beginning with "/").

Command argument

RAP-processing-listener-service-definition-file-name~<path name>

Specifies the name of the file that stores the definition for the RAP-processing listener service.

A file name for the RAP-processing listener service definition must be an identifier of 1 to 7 characters. The system assumes the current directory to store the definition file that is not specified with a full path name (i.e., not beginning with "/").

Output messages

Message ID Description Output destination
KFCA-26911-E An error occurred in the rapdfgen command. Standard error output
KFCA-26912-E The definition has an invalid value specified. Standard error output
KFCA-26919-I How to use the rapdfgen command. Standard output

Notes