The product code used in the migration definition files for Performance Management Architect is BPMA. All sample migration definition files are provided in EPM_ORACLE_HOME/common/utilities/LCM/11.1.2.1/Sample.
Exporting to the File System (Performance Management Architect Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" filePath="/EPMA"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" project="Foundation" application="EPM Architect lcmdev" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="AppConnection2"> <Options/> <Artifact recursive="true" parentPath="/Data Synchronization" pattern="*"/> <Artifact recursive="true" parentPath="/Shared Library Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Dimension Access" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Generic Application Views" pattern="*"/> </Source> <Target connection="FileSystem-Connection1"> </Target> </Task> </Tasks> </Package>
Importing From the File System (Performance Management Architect Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" filePath="/EPMA"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" project="Foundation" application="EPM Architect lcmdev" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="AppConnection2"> <Options/> <Artifact recursive="true" parentPath="/Data Synchronization" pattern="*"/> <Artifact recursive="true" parentPath="/Shared Library Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Dimension Access" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Generic Application Views" pattern="*"/> </Source> <Target connection="FileSystem-Connection1"> <Options> <optionInfo name="replaceDimension" value="false"/> </Options> </Target> </Task> </Tasks> </Package>
Exporting to the File System (Essbase Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" filePath="/Essbase"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" project="Foundation" application="EPM Architect lcmdev" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="AppConnection2"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Essbase (BSO) Applications/EssBSO/Essbase (BSO) Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Essbase (BSO) Applications/EssBSO/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Essbase (BSO) Applications/EssBSO/Import Profile" pattern="*"/> </Source> <Target connection="FileSystem-Connection1"> </Target> </Task> </Tasks> </Package>
Importing From the File System (Essbase Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" filePath="/Essbase"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" project="Foundation" application="EPM Architect lcmdev" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="AppConnection2"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Essbase (BSO) Applications/EssBSO/Essbase (BSO) Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Essbase (BSO) Applications/EssBSO/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Essbase (BSO) Applications/EssBSO/Import Profile" pattern="*"/> </Source> <Target connection="FileSystem-Connection1"> <Options> <optionInfo name="replaceDimension" value="false"/> <optionInfo name="deployAfterImport" value="false"/> <optionInfo name="instanceName" value="String"/> <optionInfo name="applicationServer" value="String"/> <optionInfo name="hssProject" value="String"/> </Options> </Target> </Task> </Tasks> </Package>
Exporting to the File System (Financial Management Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" filePath="/EPMAComma"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" project="Foundation" application="EPM Architect lcmdev" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="AppConnection2"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Consolidation Applications/EPMAComma/Consolidation Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Consolidation Applications/EPMAComma/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Consolidation Applications/EPMAComma/Import Profile" pattern="*"/> </Source> <Target connection="FileSystem-Connection1"> </Target> </Task> </Tasks> </Package>
Importing From the File System (Financial Management Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="AppConnection1" type="Application" product="BPMA" description="Destination Application" HSSConnection="MyHSS-Connection1" project="Foundation" application="EPM Architect lcmdev"/> <ConnectionInfo name="FileSystem-Connection2" type="FileSystem" HSSConnection="MyHSS-Connection1" filePath="/EPMAComma" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="FileSystem-Connection2"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Consolidation Applications/EPMAComma/Consolidation Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Consolidation Applications/EPMAComma/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Consolidation Applications/EPMAComma/Import Profile" pattern="*"/> </Source> <Target connection="AppConnection1"> <Options> <optionInfo name="replaceDimension" value="false"/> <optionInfo name="deployAfterImport" value="false"/> <optionInfo name="instanceName" value="String"/> <optionInfo name="applicationServer" value="String"/> <optionInfo name="hssProject" value="String"/> <optionInfo name="clearAllMetadata" value="false"/> <optionInfo name="checkReferentialIntegrity" value="false"/> </Options> </Target> </Task> </Tasks> </Package>
Exporting to the File System (Planning Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" filePath="/EPMASamp"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" project="Foundation" application="EPM Architect lcmdev" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="AppConnection2"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Planning Applications/EPMASamp/Planning Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Planning Applications/EPMASamp/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Planning Applications/EPMASamp/Import Profile" pattern="*"/> </Source> <Target connection="FileSystem-Connection1"> </Target> </Task> </Tasks> </Package>
Importing From the File System (Planning Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" HSSConnection="MyHSS-Connection1" filePath="/EPMASamp" description="Source Application"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" description="Destination Application" HSSConnection="MyHSS-Connection1" project="Foundation" application="EPM Architect lcmdev"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="FileSystem-Connection1"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Planning Applications/EPMASamp/Planning Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Planning Applications/EPMASamp/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Planning Applications/EPMASamp/Import Profile" pattern="*"/> </Source> <Target connection="AppConnection2"> <Options> <optionInfo name="replaceDimension" value="false"/> <optionInfo name="deployAfterImport" value="false"/> <optionInfo name="instanceName" value="String"/> <optionInfo name="applicationServer" value="String"/> <optionInfo name="hssProject" value="String"/> <optionInfo name="dataSource" value="String"/> <optionInfo name="createOutline" value="false"/> <optionInfo name="refreshOutline" value="false"/> <optionInfo name="createSecurityFilters" value="false"/> <optionInfo name="sharedMemberSecurityFilters" value="false"/> <optionInfo name="validateSecurityFilterLimit" value="false"/> </Options> </Target> </Task> </Tasks> </Package>
Exporting to the File System (Profitability and Cost Management Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" filePath="/HPCMapp"/> <ConnectionInfo name="AppConnection2" type="Application" product="BPMA" project="Foundation" application="EPM Architect lcmdev" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="AppConnection2"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Profitability Applications/HPCM/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Profitability Applications/HPCM/Profitability Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Profitability Applications/HPCM/Import Profile" pattern="*"/> </Source> <Target connection="FileSystem-Connection1"> </Target> </Task> </Tasks> </Package>
Importing From the File System (Profitability and Cost Management Example)
<?xml version="1.0" encoding="UTF-8"?> <Package name="web-migration" description="migrating product to product"> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="AppConnection1" type="Application" product="BPMA" description="Destination Application" HSSConnection="MyHSS-Connection1" project="Foundation" application="EPM Architect lcmdev"/> <ConnectionInfo name="FileSystem-Connection2" type="FileSystem" HSSConnection="MyHSS-Connection1" filePath="/HPCMapp" description="Source Application"/> </Connections> <Tasks> <Task seqID="1"> <Source connection="FileSystem-Connection2"> <Options/> <Artifact recursive="true" parentPath="/Application Metadata/Profitability Applications/HPCM/Local Dimensions" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Profitability Applications/HPCM/Profitability Application Properties" pattern="*"/> <Artifact recursive="true" parentPath="/Application Metadata/Profitability Applications/HPCM/Import Profile" pattern="*"/> </Source> <Target connection="AppConnection1"> <Options> <optionInfo name="replaceDimension" value="false"/> <optionInfo name="deployAfterImport" value="false"/> <optionInfo name="instanceName" value="String"/> <optionInfo name="applicationServer" value="String"/> <optionInfo name="hssProject" value="String"/> <optionInfo name="dataSource" value="String"/> <optionInfo name="createOutline" value="false"/> <optionInfo name="refreshOutline" value="false"/> <optionInfo name="createSecurityFilters" value="false"/> </Options> </Target> </Task> </Tasks> </Package>