Logging Into a Station Without Prompt

You can use a set of properties to automate the SIMULIA Execution Engine station connection and login process.

To set up the station.properties file to skip the connection profile (.cpr file) and login screen, edit the following properties to set the values as shown:

fiper.logon.prompt=no
fiper.logon.profile=<full_path_to_cpr_file>
fiper.logon.prop.user=<user_name>
fiper.logon.prop.pw=<user_password>

Example:

fiper.logon.prompt=no
fiper.logon.profile=c:/simulia/Execution Engine/2017/see.cpr
fiper.logon.prop.user=seeadmin
fiper.logon.prop.pw=seeadmin

You can also use the equivalent command line arguments to accomplish the same configuration; for example:

station  profile:see_system.cpr logonprompt:no user:joeschmoe 
pw:joeschmoe

Important: Be sure to use forward slashes (/) in the profile path.