My client is running FedEx software on Windows XP.
If we start Servoy first, the FedEx software fails to load displaying a message that it has failed to connect to iAnywhere. We have to restart the PC to connect to Fedex.
If we connect to FedEx first, then start the Servoy Server service it fails. In the second attempt it works…
Looks like we are confusing the PC by loading two copies of iAnywhere at the same time.
Any way to get these to run at the same time?
Sybase will automatically go to the next available port when the default is in use. We haven’t found a way to tell it to always run on a specific port however so you still have to launch the apps in a certain order (for example always launch the fedex app first and tell servoy in the db properties to connect to one port higher).
Alternatively you could use the same engine if the versions are the same by finding out the engine name of the fedex app and putting that name in the sybase.config file.
Ideally you’d run the db server on a separate box.
jaleman:
Sybase will automatically go to the next available port when the default is in use.
Thanks, I will try to change the port…