Servoy 3.5 rc7

antonio:
How should I make sure DBs run on different ports and I’m connecting to the proper one?

In your Servoy sybase_db/sybase.config file, the port either is or can be configured. In newer installs, the first line looks like this:

-ti 0 -x tcpip{dobroadcast=no;port=2638} -qs -qw -o sybase_db/sybase_log.txt

The Sybase default port number is 2638, change it to anything you like. Then, in the Servoy database definions, you must alter the port number to match. You’ll need to restart both Sybase en Servoy afterwards.