Client-Server Error Receiving Data
Posted: Fri Aug 05, 2011 3:32 pm
I recently moved a routine I regularly use to print/email/fax invoices into a library in client-server. When I run the program from any PC at our main office it runs fine. Remote users connected via a 11MB P2P also can also run the program fine. However, users at our remote office connected via a T1 (1.5MB) line receive the following errors:
Version 4.16:
Fri Aug 5 15:00:09 2011
Fatal error called with message: Client-Server error receiving data.
Fri Aug 5 15:00:24 2011
Client-Server error sending data.
Version 4.18:
Fri Aug 5 15:01:08 2011
Fatal error called with message: Client-Server error 104 receiving data.
Fri Aug 5 15:01:23 2011
Client-Server error 11, sending data.
This occurs on both Windows 7 and Windows XP clients at that 1.5MB location leading me to believe it is a keepalive issue. Is there a way to extend the keepalive in client-server? Or does anyone have tips to reduce the delay? Reducing the size of my variables in the library seemed to have no effect. Or do you think the problem is some other issue. Thanks in advance for your help!
Version 4.16:
Fri Aug 5 15:00:09 2011
Fatal error called with message: Client-Server error receiving data.
Fri Aug 5 15:00:24 2011
Client-Server error sending data.
Version 4.18:
Fri Aug 5 15:01:08 2011
Fatal error called with message: Client-Server error 104 receiving data.
Fri Aug 5 15:01:23 2011
Client-Server error 11, sending data.
This occurs on both Windows 7 and Windows XP clients at that 1.5MB location leading me to believe it is a keepalive issue. Is there a way to extend the keepalive in client-server? Or does anyone have tips to reduce the delay? Reducing the size of my variables in the library seemed to have no effect. Or do you think the problem is some other issue. Thanks in advance for your help!