Hello, all
We have a situation where some of our smaller clients need to sync their data using Mobilink.
The mobilink service is automatically started when the machine starts. So does the DB service, whos data is being synced.
The problem is that the Mobilink client service starts before the DB service is up. So, it cannot connect to the DB and stops.
Is there a simple way to tell the Mobilnk client to start later or to wait and not shutdown if the db server is not found?
Obviously, we could write a code in the DB event, which can run a batch file, which restarts the service if the subscriptions are inactive, but I was hoping for something simple in the service configuration.
Anyone had this problem before?