Navigate to the following directory:
<weblogic_install_dir>\user_projects\domains\<SEE_domain_name>\
Note:
This directory location assumes that your domain name is SEE, which is the
default domain name specified by the WebLogic template. If you changed the
domain name (under Creating the WebLogic Domain Using the SIMULIA Execution Engine Administration Server Template), navigate to the appropriate
domain directory.
Open the setFiperEnv.cmd file with the text editor of your choice.
Locate the following entry in the file:
set FIPER_INSTALL=
Verify that the correct SIMULIA Execution Engine installation path is defined, including the operating system subdirectory.
If necessary, alter the path to point to your installation location. Be sure to use
forward slashes (/) in your path.
If you are using DS licensing (not FLEXnet) for the SIMULIA Execution Engine, you must configure an environment variable to allow the application to find the DS licensing client configuration file (DSLicSrv.txt). Add the following line under the FIPER_INSTALL setting:
set DSLS_CONFIG=%FIPER_INSTALL%/../config/DSLicSrv.txt
The DSLS_CONFIG environment variable must be set to point to the path/location of the DSLicSrv.txt configuration file in your installation. The DSLicSrv.txt file contains the server name and port number for the license server software. For more information about the DSLicSrv.txt file, see “Configuring Clients” in the Dassault Systèmes License Server Installation and Configuration Guide (DSLS.pdf).
Locate the section labeled:
Set Fiper/WebLogic Server platform-specific environment
variables
This section contains information for all supported SIMULIA Execution Engine
platforms that correspond to the installed WebLogic Server JVM.
All of the information is commented out.
Uncomment the lines for your installed WebLogic Server by removing the @REM
characters at the front of the line.
Each installed WebLogic Server has two lines that must be uncommented. For
example, if you are running a 64-bit WebLogic Server on a 64-bit Windows
platform, the uncommented lines appear as shown below:
@REM 64-bit Windows WebLogic Server
set PLATFORM=win_b64
set USER_MEM_ARGS=-XX:MaxPermSize=256m -Xms512m -Xmx2048m
Save and close the file.