Progress
DataServer for
Microsoft SQL Server
Guide


Starting and Stopping a Broker Process Using MSSMAN

You can use the MSSMAN utility to start a DataServer broker on an NT host. To start and shut down the DataServer, follow these steps:

  1. To start the DataServer broker, enter this command at the system prompt on the machine where the broker will run:
  2. mssman -name broker-name -start 
    

    In this command, broker–name is the name that you specified for the broker when you configured it. Optionally, you can indicate a user account by specifying
    -user user–name.

    If you want to run the broker from a remote machine, you must specify additional options that identify the remote host, as follows:

    mssman -name broker-name -start -host host-name -user user-name 
    

    In this command:

    • broker–name is the name that you specified for your DataServer broker instance when you configured your ubroker.properties file.
    • host–name is the name of the host machine on which you want the broker to run.
    • user–name is the user ID of the system account under which the broker will run.
  3. To stop the DataServer broker, enter this command at the system prompt on the machine where the broker will run:
  4. mssman -name broker-name -stop 
    

    You can stop a broker on a remote machine by adding the -host and -user options.

See the "MSSMAN Utility" entry in "Server Related Command Line Utilities and Startup Parameters," for a description of all the command options.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095