Where are my workbench startup options saved?Will be replaced by the install/admin guide for 2024, or earlier.

Nico Chart_21517
Nico Chart_21517
Altair Employee
edited June 2023 in Altair RapidMiner

In the workbench, STARTUP options are saved in the file <your_workspace_root>\.metadata\.plugins\com.wpc.wps\sessions.xml. For example:

  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  <serverConnections default="Local">
    <serverConnection autostart="true" initialDirectory="${workspace_loc}" name="Local" type="com.wpc.wps.connectionType.local" version="1.0">
      <systemOption name="LINESIZE" value="132"/>
      <systemOption name="PAGESIZE" value="39"/>
    </serverConnection>
    <serverConnection autostart="true" initialDirectory="${workspace_loc}" name="Local2" type="com.wpc.wps.connectionType.local" version="1.0"/>
  </serverConnections>

Each server connection (such as 'Local') has its own list of user-defined STARTUP options such as PAGESIZE that will override the default value in <slc_install_root>\altairslc.cfg.

Customised STARTUP options are saved for each workspace/server combination.