Running configure.bat

(CR #408976) If you run configure.bat on the command line to reconfigure the entity properties of an EAServer module, configuration fails if you specify either the full path to the user-configuration script or the .xml extension. For example, these commands fail:

configure %DJC_HOME%\config\module-user
configure module-user.xml

where module-user.xml is the user-configuration script for the EAServer module.

Workaround: Run:

configure module-user

where module-user is the name of the user-configuration script without the .xml extension.