5.4.15 Changing the definition information of the file operations adapter
This subsection describes the prerequisites for changing the definition information of the following file operations adapters, during operations and starting method.
-
When you change the file operations adapter definition file
-
When you change the FTP-adapter runtime-environment property file
- Organization of this subsection
(1) Prerequisites
To change the definition information of the file operations adapter, the following conditions must be fulfilled:
-
HCSC server is running
-
FTP reception and file operations adapter is in the stopped status
For details on how to check the status of the HCSC server, see "5.3.15 Checking the HCSC server information".
(2) Changing method
The method to change the definition information of the file operation adapter is as follows:
(a) Changing the definition file of the file operations adapter
Use the following procedure for changing the file operations adapter definition file:
-
Undeploy the file operations adapter for which the definition is to be changed
Execution format for undeploying the file operations adapter is as follows:
csccompoundeploy -cluster <cluster name> -user <login user ID> -pass <login password> -name <service ID>
For details, see "csccompoundeploy (Deleting the deployed HCSC components)" in "Service Platform Reference Guide".
-
Change the file operations adapter definition file.
Execution format for changing the file operations adapter definition file is as follows:
csccmctl -cluster <cluster name> -user <login user ID> -pass <login password> -cluster <cluster name> -name <service ID> -operation set -targetfilename cscFileOperation.properties -basedir <file path of the directory in which cscFileOperation.properties are stored>
For details, see "csccmctl (Managing definition files)" in "Service Platform Reference Guide".
-
Deploy the file operation adapter for which definition is changed.
Execution format for deploying the file operations adapter definition file is as follows:
csccompodeploy -cluster <cluster name> -user <login user ID> -pass <login password> -name <service ID>
For details, see "csccompodeploy (Deploying HCSC components)" in "Service Platform Reference Guide".
(b) Changing the file operations adapter runtime environment property file
Edit the file directly to change the file operations adapter runtime environment property file.
The storage destination of the file operations adapter runtime environment property file is as follows:
<Service Platform installation directory>\CSC\config\adpfop\<ServiceID>.properties