Ruby Supervisor needs to get the location for the Ruby Server's Database,
when it starts up.
If the Ruby Server's Shortcut doesn't contain the location of the database, it
will try the default location on the local hard drive for the database.
The correct format for the shortcut is:
"C:\Program files\Datatex\Ruby2\Ruby.exe" "192.168.10.11:C:\Program files\Datatex\Ruby2\data\ruby.gdb"
Now the Ruby server knows where the location is and when the supervisor
connects to the server, it will send the location of the database to the
Supervisor and it will then be able to open the database.
An alternative solution is to open the Supervisor's INI file and enter the
Location of the database directly into the INI file. Now it will know where
to open the database.
DBLocation=192.168.10.11:c:\Program Files\Datatex\Ruby2\Data\ruby.gdb
See Connecting a Ruby Supervisor to a Ruby Server for more information.