uCosminexus Service Platform, Basic Development Guide
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.
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
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.
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.
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.
Overwrite install the product version of uCosminexus Service Architect.
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.
Import the exported repository information into the operating environment.
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.
Start the HCSC server and then deploy or start the imported HCSC component.
cscsvstart -user admin -pass admin -system |
csccompodeploy -user admin -pass admin -csc MyCSC -all |
csccompostart -user admin -pass admin -csc MyCSC -all |
cscrcptnstart -user admin -pass admin -csc MyCSC |
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.