06-28-2012 10:55 AM
Using CVI, I've had this issue from time to time when I try to programmatically deploy a DBC to an RT box, it will simply sit at 0%. The deploy function does not return any error codes or anything. Has anyone experienced this issue?
07-02-2012 05:18 AM
Hi Kaveh,
What is your system setup? What version of CVI are you using? Are you using the CVI Realtime Module? If so, what version? How frequent does this issue come up?. What operating system are you developing on and deploying to? Let me know.
Regards,
Perry S.
07-03-2012 11:57 AM
I think I found the problem. There was an open reference to the DB (using nxdbOpenDatabase) that was never closed on the RT system. When I tried to nxdbUndeploy I wasn't seeing an error, nor was I seeing an error with nxdbDeploy. Seems like both of these should return an error since they were unable to complete their operation properly.