06-29-2012 11:27 AM
I have this error- 2147023170, which states
Error - 2147023170 occured at the remote procedure call failed. in osa_picture.vi -> Main.vi
this error code is undefined. undefined errors might occur for a number reasons. for example, no one has provided a descroption for the code to the error code input.
additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system ActiveX. For these third party errors, you might be able to obtain a descroption of the error by searching the web fot the error code (-2147023170) or for its hexadecimal representation(0x800706BE).
my problem is only comes up when this one VI (osa_picture.vi) is in the regular mode. If you highlight the execution and put it under the retain wire values, it will just be fine. I even watched it run few times with the probe watch window and could find the source. Any ideas???
Thanks,
Solved! Go to Solution.
06-29-2012 01:05 PM
NVM, I found the problem. I had to do a wait time. before I run this VI.