02-27-2012 07:20 AM
If I use "debugging=True" in ini file of small application and my LabView.ini on development machine,
I can see (a lot of) more logs/debugs coming from LabView with my DebugView (sysinternals tool).
If the error occures, it prints:
...
00000347 14:11:40 [3420] NCReadLow socket (0x00007a88) returned err=66
00000348 14:11:40 [3420] FPReadPendingMsges Fails err = 66, Close connection
00000349 14:11:40 [3420] err while FPPReadPendingMsgs err = 0x00000042
...
I think, this will be the problem.
There is low level communication problem, so it thinks, the connection has been closed by host or sth. like that.
I also have seen this error:
...
[3420] NCWriteLow socket (0x00005298) returned err=66 [syserr = 10054]
[3420] ... nSends=1; done=0; req=136
...
Any idea?
02-28-2012 02:26 AM
Today I had little different error log : (I see this error logs on HOST after I press OK on MessageBox on Client, that connection failed)
[584] NCReadLow socket (0x00005738) returned err=62
[584] FPReadPendingMsges Fails err = 62, Close connection
[584] err while FPPReadPendingMsgs err = 0x0000003e
Is there a tool to test connection between Host and client?
Thanks
02-28-2012 06:05 AM
FOUND ERROR SOURCE.
After several tests and tries we (the NI Support Engineer and me) found and localized the source of the error:
The error does not occur in the original ENGLISH Labview (2011) version, it only occures in the GERMAN version.
Thank you for the support
02-28-2012 06:50 AM
Seems like i was a bit fast with the conclusion that the german version of LabVIEW 2011 is responsible for this issue.
I will dig deeper into this and keep you posted.
Btw. Thanks for all the debug information provided.
Best Regards!
Moritz M.