uCosminexus Service Platform, Basic Development Guide

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

Appendix B. Migrating from the Evaluation Version

If you have been using the evaluation version of uCosminexus Service Architect, you can migrate the repository information of the operating environment of the evaluation version to the operating environment of the product version.

Note
The information about the process instance execution log and the message execution log cannot be migrated.

The following figure shows the procedure of migration from the evaluation version to the product version:

Figure B-1 Procedure of migration from the evaluation version

[Figure]

Organization of this section
(1) Exporting the repository
(2) Unsetup of the test environment
(3) Overwrite installation of the product version
(4) Setup of the test environment
(5) Importing the repository
(6) Deploying or starting an HCSC component

(1) Exporting the repository

Export the repository of the operating environment of the evaluation version, and save once. If multiple repositories are being used, export all the required repositories and save them.

  1. Enter the following command:
     
    cscrepctl -user admin -pass admin -export file-name-of-the-repository-to-be-exported-(extension:.zip)
     

For details about the cscrepctl command, see the manual Cosminexus Service Platform Reference.

(2) Unsetup of the test environment

Unsetup the test environment set up in the development environment of the evaluation version.

For details about how to unsetup the test environment, see 2.4.2(2) Unsetting up the test environment.

(3) Overwrite installation of the product version

Overwrite install the product version of uCosminexus Service Architect.

Note
  • Stop the execution environment components such as the J2EE server, Management Server, and PRF and then perform overwrite installation.
  • If an embedded database is being used, stop the embedded database and then perform overwrite installation.

(4) Setup of the test environment

Set up the test environment in the development environment.

For details about the procedure, see 2.4.2(1) Setting up the test environment.

On the HCSC Easy Setup screen (Main tab), make sure that you select the same SOAP mode as the SOAP mode (SOAP1.1 mode or SOAP1.1/1.2 combined mode) specified when you set up the test environment of the evaluation version. If a different SOAP mode is selected, the procedure might not operate normally.

(5) Importing the repository

Import the exported repository information into the operating environment.

  1. Enter the following command:
     
    cscrepctl -user admin -pass admin -import file-name-of-the-repository-to-be-imported-(extension:.zip)
     

To use the imported repository information for development, import this repository information into the development environment.

For details about how to import the repository into the development environment, see 3.2.3 Importing a Repository.

(6) Deploying or starting an HCSC component

Start the HCSC server and then deploy or start the imported HCSC component.

  1. Enter the following command to start the HCSC server:
     
    cscsvstart -user admin -pass admin -system
     
  2. Enter the following command to deploy the HCSC component on the HCSC server:
     
    csccompodeploy -user admin -pass admin -csc MyCSC -all
     
  3. Enter the following command to start the deployed HCSC component:
     
    csccompostart -user admin -pass admin -csc MyCSC -all
     
  4. Enter the following command to start standard reception:
     
    cscrcptnstart -user admin -pass admin -csc MyCSC