You would do this by opening up a command prompt. Type on the commandline:
dbsrv9.exe -ti 0 -x tcpip{dobroadcast=no} -qs -qw -o “C:/Archivos de programa/Servoy/sybase_db/sybase_log.txt”
“C:/Archivos de programa/Servoy/database/servoy_repository.db”
“C:/Archivos de programa/Servoy/database/user_data.db”
“C:/Archivos de programa/Servoy/database/example.db”
“C:/Archivos de programa/Servoy/database/log_data.db”
“C:/Archivos de programa/Servoy/database/udm.db”
“C:/Archivos de programa/Servoy/database/pdf_forms.db”
I suggest removing the following options from the sybase.config file.
These options suppress several windows, which could provide more
information about the problem.
-qs -qw
You may also want to change the “dobroadcast=no” to “dobroadcast=yes”. This will tell the database server to check
the network to see if there is a database server with the same name
is already running. This could be the problem.
Let me know what you find out.
David