EXPORT-DIR
The EXPORT-DIR terminal in the MaxL language represents the name of an Essbase cube directory to which linked reporting objects (LROs) were previously exported. This is used by the MaxL alter system statement when you need to remove the LRO export directory.
This directory is expected to exist under the application directory, and to contain LRO-catalog information exported using Export LRO. Give only the directory name; do not give a full path. The directory specification must be enclosed in single or double quotation marks when you pass it into the MaxL Shell. The typical format is appname-dbname-suffix
.
Type
string (see MaxL Syntax Notes)
Example
'sample-basic-out'
Referenced By
alter system (delete export_directory)