Hi,
I am receving the following error:
VisualCronAPI.Server.ReplyTimeoutException
"Expected reply has not been received within time period"
at VisualCronAPI.Server.WaitForReply(String strId, Boolean bolUseTimeout)
at VisualCronAPI.Server.SendProtocolRequest()
at VisualCronAPI.Client._Connect(Connection conn, Boolean SynchronizeServerObjects)
at VisualCronAPI.Client.Connect(Connection conn, Boolean SynchronizeServerObjects)
at GlobalCommand.Processing.Program.Main(String[] args) in c:\PROJECTS\PACKSEND\GlobalSuite\GlobalCommand\GlobalCommand.Processing\Program.cs:line 131
I am using the following CODE:
Client vcClient = new Client();
Connection vcConn = new Connection();
vcConn.ConnectionType = Connection.ConnectionT.Local;
Server vcSvr = vcClient.Connect(vcConn, true);
UserVariableClass uvCls = null;
Server vcSvr = vcClient.Connect(vcConn, true); is throwing the error??
I have recently installed 6.1.5, guess from then it is throwing error? My earlier version was 6.1.1 which was working fine.
Please help me on this.
Thank you.
Regards,
Swapna