Starting the server interface services

To start the server interface services on Windows, you must start the following processes in the correct order.

Procedure

  1. Start the interface services broker by running broker.start.bat. This file is in the directory where you extracted festival-win32.zip on the machine hosting the interface services broker.
  2. Start the Rational® DOORS® database server as s a service on the machine hosting the database.
  3. Run the interoperation server on the machine hosting it with its command-line attributes in the following format:
    doors.exe –interop –data port@myserver –brokerHost myBrokerbrokerPort
    where:
    • port is the port number the Rational DOORS database server is using and myserver is the name of the machine where the Rational DOORS database server is installed
    • myBroker is the name of the machine hosting the broker
    • brokerport is the port that the broker is using, by default 61616
  4. Start the interface services server by running server.start.bat. This file is in the directory where you extracted festival-win32.zip on the machine hosting the server. It might be slow to start the first time it is run because it has to unpack some files.

Feedback