Export LRO

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

Syntax

Syntax diagram for export lro.DBS-NAMEDBS-EXPORT-DIRFULL-EXPORT-DIR

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

KeywordDescription

to server directory

Export the LRO information to a directory you specify on the Essbase Server to which you are connected.

to local directory

Export the LRO information to a directory you specify on the current computer.

Notes

Example

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.