To make your repository database available to clients over the
        network, you should run it as a service.
- On the database server, select  to open Sybase Central.
 
- If the Services tab is not visible, double-click the SQL
                    Anywhere entry on the Plug-ins tab to show it.
 
- Select the Services tab, and then click
                    the New Service tool to open the Create Service Wizard,
                    enter a name for the service and click Next.
 
- Select Network Database Server and click
                        Next.
 
- Accept the default executable (dbsrv12.exe) and click
                        Next.
 
- Enter appropriate  parameters separated by spaces or carriage returns and click
                        Next. We recommend that you enter as a minimum the
                    following  parameters:
 
                    
| Parameter | 
Description | 
| -n servername
                                            dbfilepath | 
[required] Specifies the server name and path to the
                                            .db file. For
                                        example:-n repository c:\db\repository.db 
 | 
| -x
                                        tcpip(port=portno) | 
[recommended] Specifies the port to use. For
                                        example:-x tcpip(port=2638) 
 | 
 
                  
- Click Next three times, accepting the remaining
                    defaults, select Start the service now, and then click
                        Finish.