Contents Index Managing services Removing a service

ASA Database Administration Guide
  Running the Database Server
    Running the server outside the current session

Adding a service


This section describes how to set up services using Sybase Central and the Service Creation utility.

To add a new service (Sybase Central)

  1. In the left pane, select the Adaptive Server Anywhere plug-in.

  2. In the right pane, click the Services tab.

  3. Click the Add Service button in the toolbar.

  4. Follow the instructions in the wizard.

To add a new service (Command line)

  1. Open a command prompt.

  2. Execute the Service Creation utility using the -w option.

    For example, to create a personal server service called myserv, which starts the specified engine with the specified parameters type the following. The engine runs as the LocalSystem user, enter the following command, all on one line:

    dbsvc -as -w myserv
    "C:\Program Files\Sybase\SQL Anywhere 9\win32\dbeng9.exe"
    -n william -c 8m "C:\Program Files\Sybase\SQL Anywhere 9\sample.db"

For more information about the Service Creation utility and options, see The Service Creation utility.

Notes 

For more information on the configuration options, see Configuring services.


Contents Index Managing services Removing a service