Export LRO

Export linked-reporting-object information, and binary files if the database has file-type LROs, to a directory on the Analytic Server computer.

Syntax

Notes

Examples

export database sample.basic lro to server directory '../home/temp/lros';

Exports LRO-catalog information, and binary files if the database has file-type LROs, to a server directory called home/temp/lros. The directory contains file-type LROs, if applicable, and the LRO-catalog export file lros.exp. These can be brought back into a database using import lro.

export database sample.basic lro to server directory 'exportedLROs';

Exports LRO-catalog information, and binary files if the database has file-type LROs, to a server directory $ARBORPATH/app/sample-basic-exportedLROs. The directory contains file-type LROs, if applicable, and the LRO-catalog export file named sample-basic-exportedLROs.exp. These can be brought back into a database using import lro.

export database sample.basic lro to server directory 'D:\\MaxL\\LROexports\\dir';

On Windows, exports LRO-catalog information to a new directory dir under the existing directory structure D:\MaxL\LROexports. The double backslashes (\\) must be used becasue a single backslash is an escape character to MaxL.

Descriptions

You can export LRO information from a database in the following ways using export lro.

Key Phrase Explanation
to server directory Export the LRO information to a directory you specify on the Analytic server to which you are connected.
to local directory Export the LRO information to a directory you specify on the current computer.

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com