Applies the outline changes specified in the .CHG
log file to the target database's outline you selected with the SELECT command.
APPLYOTLCHANGEFILE numFiles fileName
numFiles | A numeric value indicating the number of .CHG log files to read. |
Filename | The name of the .CHG log file to read. The filename must be the full path name of the desired change file on the target database. The filename must be in quotation marks (see example below). More than one file can be specified. |
When the source database outline is modified, the GETPARTITIONOTLCHANGES command records the outline changes to a .CHG
file in the source database directory.
Use the APPLYOTLCHANGEFILE command after calling the GETPARTITIONOTLCHANGES command. APPLYOTLCHANGEFILE applies the source database outline changes to the target database. You must specify the full path to the source database's .CHG
file.
Samppart Company, the target database, is selected. Apply outline changes from Sampeast East, the source database.
APPLYOTLCHANGEFILE "1" "C:\Hyperion\Essbase\App\Sampeast\East\ess00004.chg";
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |