uCosminexus Service Platform, Setup and Operation Guide

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

5.4.17 Modifying repositories

Use the following procedure for modifying repositories, when you have changed the definitions of HCSC components in the execution environment, after importing repositories in the operating environment:

  1. Export the repository.
    Export the repository in which the edited definition is saved.
    Export the repository in the development environment.
    For details on exporting repositories, see "4.2 Exporting Repository Information".
  2. Stop the FTP inbound adapter.
    For details on how to stop the FTP inbound adapter, see "5.4.26 Stopping FTP inbound adapters".
  3. Execute the csccompostop command to stop HCSC components.
    For details, see "csccompostop (stopping HCSC components) " in "Service Platform Reference Guide".
  4. Execute the csccompoundeploy command to delete the deployed HCSC components.
    For details, see "csccompoundeploy (deleting deployed HCSC components) " in "Service Platform Reference Guide".
  5. Enter the following command to delete the definition file of the file operations adapter and FTP reception from the operating environment.
    Execution format of the command is as follows:
    • To delete the definition file of the file operations adapter
       
      csccmctl -user <login user ID> -pass <login password> -cluster <cluster name> -name <service ID of the file operations adapter> -operation reset  -targetfilename cscFileOperation.properties
       
    • To delete the definition file of FTP reception
       
      csccmctl -user <login user ID> -pass <login password> -cluster <cluster name> -name <reception ID of the FTP reception> -operation reset  -targetfilename cscurecpftp.properties
       
    For details, see "csccmctl (managing definition files) " in "Service Platform Reference Guide".
  6. Import the repository.
    Import the repository exported in the development environment to the operating environment.
    For details on importing repositories, see "4.3 Importing a repository".