The
createDimensionValueIdManager task creates a new instance
of a Dimension Value Id Manager. In cases where you are not working with the
Discover Electronics sample application, you can run this task to create a
Dimension Value Id manager.
The syntax for this task is:
cas-cmd createDimensionValueIdManager [-h HostName] [-l true|false] -m managername [-p PortNumber]
Where:
-h(or--host) specifies the host where the CAS Service is running. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.hostproperty incommandline.properties. If the property is not set, the value then defaults tolocalhost. Optional.-l(or--isPortSsl) specifies whether to communicate with the service using an HTTPS connection. A value oftrueuses HTTPS and treats thecom.endeca.itl.cas.server.portproperty as an SSL port. A value offalseuses HTTP and treatscom.endeca.itl.cas.server.portas a non-SSL port. Specifyfalseif you enabled redirects from a non-SSL port to an SSL port. Optional.-m(or--dimension_value_id_manager) specifies name of the Dimension Value Id Manager you are creating. Required.-p(or--port) specifies the port of the CAS Service. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.portproperty incommandline.properties, in(on Windows) or<install path>\CAS\workspace\conf(on UNIX). If the property is not set, the value then defaults to<install path>/CAS/workspace/conf8500. Optional.
To create a Dimension Value Id Manager:
Example 11. Example of creating a Dimension Value Manager
This example creates a Dimension Value Id Manager named
dvalmgr:
C:\Endeca\CAS\<version>\bin>cas-cmd.bat createDimensionValueIdManager -m dvalmgr

