Installer 10.11 | Complete Installation and Upgrade Information for Software AG Products | Upgrading Software AG Products On Premises | Upgrade Integration Server or Microservices Runtime and Hosted Wm Packages | Complete the CloudStreams Upgrade
 
Complete the CloudStreams Upgrade
 
Configure TLS 1.1 and 1.2 Trust Store
Back up any custom packages that contain CloudStreams artifacts, and then run the public service pub.cloudstreams.migration:migrate, which is available in the WmCloudStreams package. The service migrates old CloudStreams artifacts in custom packages that depend on the WmCloudStreams package and updates them to be compatible with the new CloudStreams. Artifacts include SOAP and REST connector services, connector listeners, and connections. The utility logs the results of migration to the Integration Server or Microservices Runtime server log.
The table below provides the input signature for the pub.cloudstreams.migration:migrate service.
Parameter
Description
allPackages
Boolean string. Optional. Set to:
*true to migrate CloudStreams artifacts from all custom packages that are dependent on WmCloudStreams.
*false to migrate CloudStreams artifacts from only custom packages specified on the packages parameter. This is the default.
packages
Object. String array containing the names of custom packages to migrate. You must specify at least one package name.
The output signature of the service is a parameter named Result that consists of an array of iData records. The array contains a record for each custom package specified in the input signature.
The table below lists the fields in each record in the array for each custom package specified in the input signature for the pub.cloudstreams.migration:migrate service.
Field
Description
packageName
String. Name of the custom package.
success
String. Value that indicates whether migration succeeded (true) or failed (false).
message
String. Information about the migration, such as number of CloudStreams artifacts found in the package and number of CloudStreams artifacts that were successfully migrated.
info
Object. Optional. If the service issued info messages during the migration, string array of the messages.
errors
Object. Optional. If the service issued errors during the migration, string array of the errors.