Oracle Essbaseの移行定義ファイルで使用されている製品コードはESBAPP
です。
注:
移行定義ファイルで正しい構文が使用されていない場合、「MDFファイルのフォーマットが正しくありません」
というエラーが表示されます。
例C-1 ファイル・システムへのエクスポート
<xml version="1.0" encoding="UTF-8" ?> <Package> <LOCALE>en_US</LOCALE> <User name="" password="" /> <Task> <Source type="Application" product="ESBAPP" project="EssbaseCluster-1" application="Sample" /> <Target type="FileSystem" filePath="/ESB-Sample" /> <Artifact recursive="true" parentPath="/Configuration" pattern="*" /> <Artifact recursive="true" parentPath="/Databases" pattern="*" /> <Artifact recursive="true" parentPath="/Substitution Variables" pattern="*" /> </Task> </Package>
例C-2 ファイル・システムからのインポート
<xml version="1.0" encoding="UTF-8" ?> <Package> <LOCALE>en_US</LOCALE> <User name="" password="" /> <Task> <Source type="FileSystem" filePath="/ESB-Sample" /> <Target type="Application" product="ESBAPP" project="EssbaseCluster-1" application="Sample" /> <Artifact recursive="true" parentPath="/Configuration" pattern="*" /> <Artifact recursive="true" parentPath="/Databases" pattern="*" /> <Artifact recursive="true" parentPath="/Substitution Variables" pattern="*" /> </Task> </Package>