I finally got around to this. I increased the retry times and period on all the file triggers and so far so good.
Concerning my API connection issue, the sample test project can connect to localhost, but the remote server connection fails with the message "A connection attempt failed because the connected party did not properly respond..." The debugger is sitting at line 176 in frmTest.cs
conn.ConnectionType = Connection.ConnectionT.Remote;
try
{
// connect - which returns a Server object
s = c.Connect(conn, true);
}
The VC tray client won't connect either, by neither IP nor Name.
What could the problem be?