Rational Statemate Configuration : Configuring a Windows System : Configuring the Rational DOORS Interface on a Windows System : Editing the run_stmm.bat File

Editing the run_stmm.bat File

Enable DOORS interface

SET STM_RT_TOOL=DOORS

 

Port number for connection with Doors

SET DXLPORTNO=5093

 

DOORS application host

SET DXLIPHOST=%COMPUTERNAME%

 

File which invokes DOORS from within Statemate

SET RT_MAIN_TOOL=%STM_ROOT%\BIN\RUN_DOORS

 

DOORS installation path

SET DOORSHOME=<DOORS installation path>

 

File to invoke the Statemate-DOORS bridge

SET DOORSS_BATCH_FILE=doorss.bat

 

Don't insert plots to DOORS as OLE objects

SET RT_NO_OLE=ON

 

Disable the DOORS login Window in the STM bridge

SET STM_DOORS_USE_SYS_LOGIN=ON

Note: You can also edit the run_stmm.bat during a custom installation.