![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/7/20/72089cda-72cf-4d51-ace4-40dff8d5c8a0/72089cda-72cf-4d51-ace4-40dff8d5c8a0-bg64.png)
92 Installation for Local Servers Running Microsoft Windows SME v1.6 Enterprise Local Server Installation Guide
Sybase Server/Database Tips
Server Fails to Start
Some common reasons why the Sybase service fails to start include:
• The command line has syntax errors.
• The wrong name or location was specified for the database.
• The local system account does not have rights to the Database
folder.
Configuration Issue
If your server is servicing more than one IP address, you should specify
which IP address you want Sybase to use. To do this, include a MyIP =
switch in the Sybase command line parameters as shown in the example
below.
Example:
-n SME -qp -ti 0 -x tcpip(MyIP= X.X.X.X) e:\SME\
ResultsManager\SuccessMaker\database\SME.db
Switches Breakdown
-n Logical name of the Sybase server engine.
-qp Suppresses the Sybase Console Warning messages.
-x tcpip
Locks the database server into using TCP/IP protocol only.
This should improve performance in some areas.
-ti 0 Sets the client idle time before disconnecting.
(MyIP=X.X.X.X) X.X.X.X = IP address used by the Sybase engine.
(ServerPort=XXXX)
XXXX = Server port used by the Sybase engine; the default
is 2638 unless otherwise specified.