Follow these steps to install the EcoSys Monte Carlo simulation application on premises:
-
Download the zip file from the EcoSys SFTP server. Contact EcoSys support for login details.
The Monte Carlo download package is located within the Connectors folder.
-
Unzip the file and place the folder (EcoSysMonteCarlo) in the ‘C:’ drive. The folder structure appears as follows:
-
Update the app.properties file with the following configuration settings. This is located under the EcoSysMonteCarlo folder.
-
Specify the values for server host, username, and password as shown below:
epc.rest.protocol=https
epc.rest.server=[EcoSys host name]
epc.rest.port=[EcoSys port]
epc.rest.baseuri=ecosys/api
epc.rest.username=[EcoSys API Username]
epc.rest.password=[EcoSys API Password]
-
-
Check that the JAVA_HOME folder matches with the folder where you have Java installed on your server in the following Windows batch files:
C:\EcoSysMonteCarlo\ExecuteMonteCarloSimulation.bat
C:\EcoSysMonteCarlo\serviceinstall.bat
Example
set JAVA_HOME=C:\Program Files\Java\jdk-17.0.2
-
Install the Windows service "EcoSys Batch Queue Service" by running the following command file from the Windows Command Prompt as Administrator:
C:\ EcoSysMonteCarlo\serviceinstall.bat
Once the service is installed, go to Windows Services, and start the service called "EcoSys Batch Queue Service" . After starting the service, it appears as follows.