The product code used in the migration definition files for Reporting and Analysis is HAVA. Sample migration definition files for Reporting and Analysis are located in EPM_ORACLE_HOME/common/utilities/LCM/11.1.2.1/Sample.
Exporting to the File System
<?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Dongling Ding (Hyperion) --><Package name="" description="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Credentials user="admin" password="{CSS}MRcYv323uzxGr8rFdvQLcA=="/> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" description="File system connection" HSSConnection="MyHSS-Connection1" filePath="/test"/> <ConnectionInfo name="AppConnection2" type="Application" product="HAVA" project="Reporting and Analysis" application="Reporting and Analysis" HSSConnection="MyHSS-Connection1" description="Source Application"/> </Connections> <Tasks> <!-- if multiple tasks, tasks need to be ordered as well--> <!-- seqID is optional attribute (default 0); when specified specifies the order in which artifacts will be exported --> <Task seqID="1"> <Source connection="AppConnection1"> <!-- the options listed would match some option specified in product registration --> <Options> <optionInfo name="exportJobOutput" value="true"/> </Options> <Artifact parentPath="/Repository Objects" type="folder" recursive="true" pattern="*" startDate="2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Repository Objects/Sample Content" type= "application/x-brioquery" recursive="true" pattern="*" startDate= "2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Repository Objects/Sample Content" type= "application/x-SQR" recursive="true" pattern="*" startDate= "2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Security" recursive="true" pattern="*" startDate= "2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Product Preferences" recursive="true" pattern= "*" startDate="2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Schedule Objects" recursive="true" pattern= "*" startDate="2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Physical Resources" recursive="true" pattern= "*" startDate="2007-03-01" endDate="2007-03-02"/> </Source> <Target connection="FileSystem-Connection"> <Options> </Options> <Transforms> </Transforms> </Target> </Task> </Tasks> </Package>
Importing from the File System
<?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Dongling Ding (Hyperion) --><Package name="" description="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Credentials user="admin" password="{CSS}MRcYv323uzxGr8rFdvQLcA=="/> <Connections> <ConnectionInfo name="MyHSS-Connection1" type="HSS" description="Hyperion Shared Service connection" user="" password=""/> <ConnectionInfo name="FileSystem-Connection1" type="FileSystem" HSSConnection="MyHSS-Connection1" filePath="/test" description="Source Application"/> <ConnectionInfo name="AppConnection2" type="Application" product="HAVA" description="Destination Application" HSSConnection="MyHSS-Connection1" project="Reporting and Analysis" application="Reporting and Analysis"/> </Connections> <Tasks> <!-- if multiple tasks, tasks need to be ordered as well--> <!-- seqID is optional attribute (default 0); when specified specifies the order in which artifacts will be exported --> <Task seqID="1"> <Source connection="FileSystem-Connection"> <!-- the options listed would match some option specified in product registration --> <Options> </Options> <Artifact parentPath="/Repository Objects" type="folder" recursive="true" pattern="*" startDate="2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Repository Objects/Sample Content" type= "application/x-brioquery" recursive="true" pattern="*" startDate= "2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Repository Objects/Sample Content" type= "application/x-SQR" recursive="true" pattern="*" startDate= "2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Security" recursive="true" pattern="*" startDate= "2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Product Preferences" recursive="true" pattern= "*" startDate="2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Schedule Objects" recursive="true" pattern= "*" startDate="2007-03-01" endDate="2007-03-02"/> <Artifact parentPath="/Physical Resources" recursive="true" pattern= "*" startDate="2007-03-01" endDate="2007-03-02"/> </Source> <Target connection="AppConnection1"> <Options> <optionInfo name="excludeJobOutputOnImport" value="true"/> </Options> <Transforms> </Transforms> </Target> </Task> </Tasks> </Package>