Deploying advanced applications and SIB messages

If you are migrating an Advanced or AdvancedOnly deployment environment, you must deploy the advanced Business Automation Workflow applications and service integration bus (SIB) messages that you extracted from your source environment. For a Standard or Express environment, you can skip this step.

Procedure

To deploy the advanced applications and SIB messages and re-create the scheduler tasks, complete the following steps in the target environment:

  1. Update the target_install_root/util/migration/resources/migration.properties file to point to your target environment.
    Update the following properties:
    admin.username=admin
    admin.password=admin
    
    bpm.home=E:/bpm
    profile.name=DmgrProfile
    
    source.application.cluster.name=
    source.support.cluster.name=
    source.messaging.cluster.name=
    # Use the properties file that you used to create the deployment environment
    target.config.property.file=
  2. Run the BPMManageApplications command to disable the automatic starting of your applications and schedulers.
    install_root/bin/BPMManageApplications -autoStart false -target -propertiesFile source_migration_properties_file
  3. Start the target environment, including servers, nodes, and the deployment manager.
  4. Add a deployment_environment_name.DBUpgrade.success file in the deployment_manager_profile/logs folder to skip the check for database upgrading that is part of the BPMMigrate command.
  5. Run the BPMMigrate command to deploy applications, import SIB messages, and re-create scheduler tasks.
    BPMMigrate -backupFolder folder_path  -propertiesFile migration_properties_file
  6. Run the BPMManageApplications command again to enable the autostart of applications and scheduler daemons.
    BPMManageApplications -autoStart true -target -propertiesFile migration_properties_file
  7. Restart the servers.