Establish a Dimensions CM environment
Every Dimensions user account has a .login (or .profile) file that must include the following lines. This applies to server, client, and agent systems.
-
C shell:
% source /opt/opentext/dimensions/<version>/cm/dmlogin
-
Bourne shell (or a derivative):
$ . /opt/opentext/dimensions/<version>/cm/dmprofile
Avoid issuing the command
set -uuntil after invokingdmprofile. Failure to do so may result in the script failing to complete, leaving the environment incorrect for Dimensions.

