09-26-2011 10:19 AM
I seem to get this error from the Network Variable Library kind of sporadically, and I'm wondering if anyone knows how I can fix whatever problem I have.
The error I get is:
NI Varaible Engine: Error: Failed to commit writes to the configuration database : Operation timed out
The error doesn't cause a break on Library error to occur, and it only seems to happen when I first start initializing Network Variable things.
Thanks for any advice,
Kevin
09-27-2011 06:53 PM
Kevin,
Just to confirm the issue, every time you initalize network variable items, you are getting these timeout errors? Is it intermittent, or consistent every time we try to access these?
My first guess would be to try to stop and start several of the NI services. Im not 100% sure which of them handles the network variables, so I would try them and see if one or several are not stopping/restarting properly. If that is the case, we can defintely keep troubleshooting from there.
Regards,
Kyle Mozdzyn
Applications Engineering
National Instruments
09-28-2011 07:25 AM
09-29-2011 01:55 PM
Kevin,
09-29-2011 02:09 PM
1. Yes
2. No
3. I logging and I'm running it in debug mode with break on library errors enabled. The thing is, it doesn't break on the error and it doesn't get logged because whatever function that causes it doesn't return with a negative number. Every CNV function I call, I have my log function around it that looks for a return value of less than 0. It only happens every so often so I haven't caught it happening while stepping through.