About this task
After you have defined the
domain.cfg
file for the enabler, you need to merge the information in this file into the
domain.cfg
file for each project where you want to use the enabler. To do this:
Procedure
-
From the CIMPLICITY Workbench for the project, select Command Prompt... from the Tools menu.
This will ensure that you environment variables (in particular
%BSM_ROOT%
and
%SITE_ROOT%
are set correctly.
-
To update or create the
domain.cfg
file in
%SITE_ROOT%\master
, you need to do one of the following:
-
If you currently have a %SITE_ROOT%\master\domain.cfg file, issue the following commands to merge the domain information for your new enabler:
cd %SITE_ROOT%\master
notepad domain.cfg
-
In the Notepad window, copy the information from your domain.cfg into the opened file.
-
Close and save the modified
domain.cfg
file.
-
If you do not have a %SITE_ROOT%\master\domain.cfg file, copy your domain.cfg file to the %SITE_ROOT%\master directory.
-
Issue the following command to copy the updated domain.cfg file to %SITE_ROOT%\data:
copy domain.cfg %SITE_ROOT%\data