Migrating Projects With Publish to Adapter Activity and Subscription Service

You can migrate your projects that use the Publish to Adapter activity from ActiveEnterprise Adapter palette and Subscription Service of ActiveMatrix® Adapter for PeopleSoft to CI Request Activity in ActiveMatrix BusinessWorks Plug-in for PeopleSoft 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.
    On migration, the name of the shared resource is the same as Instance Id of adpsft8model file in BusinessWorks 6 project and the extension of shared resource is peopleSoftResource. For example, PeopleSoftAdapterConfiguration.peopleSoftResource. The fields from the respective sharedadpsft8conn file is migrated to PeopleSoft Configuration shared resource.
    Note: The fields Use Domain Connect Password and Domain Connect Password are not migrated from ActiveMatrix Adapter for PeopleSoft created in TIBCO Designer™ to ActiveMatrix® Adapter for PeopleSoft projects on ActiveMatrix BusinessWorks 6.x. Hence, these fields are not available to migrate in ActiveMatrix BusinessWork Plug-in for PeopleSoft. These fields can be configured through JSON preference file. For more information, see Working with Preference File (JSON) for migration.

    Location of the migrated shared resource is under Resources folder.

    In the Configuration tab of the ActiveEnterprise Adapter activity, the PeopleSoft Adapter Service must be mentioned for migration. Only the schema that is referenced by the linked PeopleSoft Adapter Service is fetched online using PeopleSoft server details and is migrated under the Schema tab of the shared resource. Other properties like Runtime Input are also migrated.

    On migration, in the General tab of the CI Request activity, the migrated shared resource is mapped to the Connection field. The Component Interface Name selected in the linked PeopleSoft Adapter Service of the 5.x project must be migrated to the Schema field of the CI Request activity under the General tab. The schema is fetched online from PeopleSoft server during migration and populated to the Input tab of the CI Request activity. Only the fields whose Runtime Input is checked are visible on the Input tab.

  3. To run the migrated project, click Run > Debug Configurations from the menu bar.
  4. Click Debug in the Debug Configurations window.