Configuring a Migrated Project

If a migrated project uses internationalized data or the Start activity, you have to configure the migrated project after migration.

If the migrated project uses internationalized data, make sure the text file encoding is UTF-8 before processing UTF-8 messages. If the migrated project has a process that uses the Start activity, you have to manually create a new ActiveMatrix BusinessWorks process to call the migrated process.

Procedure

  1. Create a new process in TIBCO Business Studio.
  2. In the new process, add a Timer, File Poller or any activity of the process starter type.
  3. In the new process, add a Call Process activity.
  4. Add a transition between the process starter and the Call Process activity.
  5. Select the Call Process activity and configure the activity.
    1. In the Properties view, click the General tab.
    2. Click Add next to the Service field.
    3. In the Select a Service dialog, select the migrated process.
    4. Click OK.

    The following figure shows the configuration of a sample Call Process activity.

  6. Select the reference added to the new process and configure the reference.
    1. In the Properties view, click the General tab.
    2. In the Wire to Process panel, click to select a corresponding process from the Process list, and select a service from the Service list.
    3. Click the blank area in the Process editor.
    4. Click the Advanced tab, and select Single AppNode from the Activation list.
  7. Save the project.
    After finishing these steps, call the created process to invoke the migrated process.