Omar wrote:
Quote:
Is there an option in SQL Anywhere 9.02 to specify the port a database
starts off with?
I know that the first database always starts off with port 2638, if
there are other services running on the same server, do they get
assigned random free ports? |
You can specify the Port option when starting the server:
dbsrv9 -x tcpip(port=1234) ...
If 2638 is not available and you don't specify a port number, the server
will choose a random port to listen on.
--
Graeme Perrow
Senior Software Developer
gperrow _at_ ianywhere _dot_ com
iAnywhere Solutions Inc.
A Sybase company
Whitepapers, TechDocs, bug fixes are all available through the iAnywhere
Developer Community at http://www.ianywhere.com/developer/