Effective in version 10.4.0, you can import and export mappings, sessions, workflows, and worklets.
To import data from PowerCenter into the Model Repository, complete the following tasks:
Export PowerCenter objects to a file using the PowerCenter Client or with the following command:
pmrep ExportObject
Convert the export file to a Model repository file using the following command:
infacmd ipc importFromPC
Import the objects using the Developer tool or with the following command:
infacmd tools importObjects
To export data from the Model repository into the PowerCenter repository, complete the following tasks:
Export Model Repository objects to a file using the Developer tool or with the following command:
infacmd tools ExportObjects
Or, you can directly run
infacmd ipc ExportToPC
to export.
Convert the export file to a PowerCenter file using the following command:
infacmd ipc ExporttoPC
Import the objects using the PowerCenter or with the following command:
pmrep importObjects
In versions 10.2.2 and 10.2.1, you could import from PowerCenter with the installer patches but you could not export to PowerCenter. Prior to version 10.2.1, you could import from and export to PowerCenter.