-
Verify that client authentication is enabled in your SIMULIA Execution Engine. Client authentication must be enabled to use the Run-As feature.
For more information, see Configuring SIMULIA Execution Engine Security. -
Navigate to the following directory of your SIMULIA Execution Engine installation:
<see_install_dir>/config/ -
Open the acs.properties file using the text editor of your choice.
-
Locate the following lines at the end of the file:
#fiper.security.runas.enabled=true
#fiper.security.runas.domain=
-
Remove the leading
# character from the fiper.security.runas.
enabled setting.
If the # character is not present for the first setting, your SIMULIA Execution Engine
is already configured to use Run-As. This option was probably enabled
during the SIMULIA Execution Engine installation process. Proceed to
Configuring SIMULIA Execution Engine Stations for Run-As.
-
If you are installing the SIMULIA Execution Engine on Windows, do the
following:
-
Remove the leading # character from the
fiper.security.runas.domain= setting.
-
Add the name of the appropriate Windows domain (which all Windows-based
SIMULIA Execution Engine stations will use to authenticate user credentials)
to the end of the setting (after the
= character). Unless a SIMULIA Execution Engine
station is explicitly configured otherwise, this domain
name will be used by all Windows-based stations.
-
Save and close the acs.properties file.
-
Stop and restart WebSphere.
This step is necessary for the changes to the acs.properties file to take
effect.
|