You back up dimension value ID mappings to a CSV file using the CAS Server Command-line Utility.
To back up dimension value ID mappings:
Start a command prompt and navigate to
(for Windows), or<install path>\CAS\<version>\bin(for UNIX).<install path>/CAS/<version>/binType
cas-cmd.bat(for Windows), orcas-cmd.sh(for UNIX) and specify theexportDimensionValueIdMappingstask with the following:For example:
C:\Endeca\CAS\<version>\bin>cas-cmd exportDimensionValueIdMappings -m dvalmgr -f C:\tmp\mappings.csv

