Just a quick update - I've got FMS working now, with the following configuration:
1 x Server 2003 Terminal Server, with a single client install of FMS
2 x Server 2003 Std, with server installs of FMS
On the TS, I have configured the SIMS32 System DSN, in the 'Startup Options' to have a 'Start command' of:
Code:
c:\progra~1\sqlany50\win32\dbclient.exe @S:\fmsconf.txt
The file 'fmsconf.txt' on the S: drive contains the following:
Code:
-ta 600
-x TCPIP{host=172.31.255.14;ServerPort=1501} The host IP is changed for each server, and I'm running the servers on different ports too (avoiding the startup problems). The port is configured in the registry on each FMS server machine, at:
Code:
HKLM\System\CurrentControlSet\Services\SQLANYs_SIMS_SQL_DB_Server\Parameters
And the value of the 'parameters' is:
Code:
-n SIMS_Database -c 8192 -tl 1500 -x NamedPipes,TCPIP{BROADCAST=FALSE;ServerPort=1501} With that set, it's all running without any problems.
I've just got the old Personnel via SIMS launcher to do now, but that's another thread 
Stephen