Migrating projects with Publish to Adapter activity and Subscription Service

You can migrate your projects that use the Publish to Adapter from ActiveEnterprise Adapter palette and Subscription Service in ActiveMatrix® Adapter for Files for Unix/Win to File Serializer Activity in ActiveMatrix BusinessWorks Plug-in for Files for Unix and Windows in the following manner

Procedure

  1. In TIBCO Business Studio for BusinessWorks, right-click on the project in the Project Explorer and select Refactor > Migrate Adapter to Plug-in.
  2. In the Migrate Adapter Activities window, select the project to migrate. Review the processes that are displayed for migration and then click OK.

    Based on the kind of schema (Read or Write Record) selected in the adapter service, all the schemas of that particular kind defined in respective adfilesbomodel file are migrated in respective shared resource. All the properties of the schema are also migrated.

    All the configurations of the Subscription Service is migrated to respective fields of the File Serializer activity under the General and Advanced tab. In the General tab of the migrated File Serializer activity, the migrated shared resource is mapped to Configuration resource field. The schema selected is the Subscription Service is mapped to schema picker of migrated File Serializer activity.
    Note: In the migrated activity, the fields that are not present in the Subscription Service but in the File Serializer will have default values. These fields can be configured through JSON preference file. For more information, see Working with Preference File (JSON) for migration.
  3. To run the migrated project, from the menu bar click Run > Debug Configurations.
  4. In the Debug Configurations windows, click Debug.