IMPORT-DIR
The IMPORT-DIR terminal in the MaxL language represents a directory path from which to re-import exported Essbase linked reporting objects (LROs).
Note:
If importing lros from the application directory on the Essbase Server, you can specify just the directory name instead of the absolute path.
If you do not know where <Application Directory> is in your environment, refer to Environment Locations in the Essbase Platform.
The IMPORT-DIR string should indicate the export directory used for the export lro statement. It must be enclosed in single or double quotation marks when you pass it into the MaxL Shell.
Type
string (see MaxL Syntax Notes)
Examples
Relative paths (for example, '../exports/lros'
) are not supported.
'/scratch/exports/lros'
'Sample-Basic-lros'
For information about how IMPORT-DIR is created, see the grammar and definitions for export lro.
Referenced By