At the LCM utility command prompt, enter the following command syntax to export the application to a .zip file:
export -server <hostname> <port> -user username -password password -application appname -zipFile zipfilename [-nodata] [-include-server-level] -exportepmroles [-generateartifactlist]
Specify these options:
-exportepmroles
: (optional) Export Enterprise Performance Management (EPM) roles
-include-server-level
: (optional) If you want to include server-level artifacts, such as server-level substitution variables or server-level roles
-generateartifactlist
: (optional) Generate artifact list
For example:
EssbaseLCM.sh export -server localhost:1423 -user admin -password password -application Sample -zipfile Sample.zip -include-server-level -exportepmroles -generateartifactlist
This export additional artifacts: user and group server-level roles, application-level roles, calculations, and filter associations.