Setting Rational DOORS properties

To set the IBM® Rational® DOORS® properties:

  1. Click File > Project Properties and select RTInterface::DOORS.
  2. Set the InstallationDir property to the location of your Rational DOORS installation. For example:

    d:\doors
  3. Set the LmLicenseFile property to the location of your Rational DOORS license. For example:

    d:\doors\lib\license.dat

    If you are using a client license for Rational DOORS, you can enter a port number and server using the following format:

    <port>@<server>

Rational DOORS version 7.0

By default, Rational DOORS 7.0 does not show the links module. To show the links module (named "Rhapsody_links" by default), select View > Show Link Modules in the main Rational DOORS window.

Solaris

Rational DOORS on Solaris supports Rational DOORS 4.1.4 only. Use the following settings:

setenv DOORSHOME /tools/DOORS4.1.4
setenv SERVERDATA /tools/DOORS4.1.4/data
setenv PORTNUMBER 36677
setenv DOORSDATA /tools/DOORS4.1.4/data
set path = ( $path $DOORSHOME/bin )
setenv LM_LICENSE_FILE 7192@lily

In these settings, lily is the name of the Rational DOORS license server.

To use Rational DOORS 6.0 on Solaris systems, use Rational Rhapsody® and the following settings:

setenv DOORSHOME /tools/doors6.0
setenv SERVERDATA /tools/doors6.0/data
setenv PORTNUMBER 36677
setenv DOORSDATA $PORTNUMBER@bee
setenv LOCALDATA /tools/doors6.0/data
set path = ( $path $DOORSHOME/bin )
setenv LM_LICENSE_FILE 7192@lily

In these settings:

  • lily is the name of the Rational DOORS license server.
  • bee is the name of the Rational DOORS data server.

Feedback