LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ADODB Error on VI that hes worked for weeks without issue.

Solved!
Go to solution

We are about to go live testing on Monday with some LabVIEW code that has been working for weeks. I have made no changes, other than cosmetic in that time now I get this error. Other programs of mine for similar products use exactly the same database VIs, so I tried them. Also giving me this error. I may get fired of I can't fix this tomorrow. 

 

About to cry.

Chris.

One should welcome adversity as an opportunity to excel.
0 Kudos
Message 1 of 7
(2,439 Views)

Hello,

I may not be able to help you but you really should give more information.

What are you trying to achieve, When/Where the error is generated, post your code. Did you modify the VIs of the database?

Write a list of all the changes you made, even small things. Every detail can be important.

     Did you deleted files from the system ?

     Did you update a software / driver /... ?

     If you changed a control, maybe the data type is different.

     If you modified a cluster, you may have changed the order of the controls inside (right click, reorder controls in cluster)

Do you still have a copy of the working version ? 

Yddet

0 Kudos
Message 2 of 7
(2,388 Views)

ADODB errors are connected to database queries. I did a quick internet search for "800A0BCD ADODB" and it seems Your problem may not be LabVIEW-related at all, but may come from changes with the database You are using.

 

However, it's impossible to tell from what little information was given

0 Kudos
Message 3 of 7
(2,379 Views)

Firing the one person that may be able to fix the issue seems like a stupid thing to do, IMO.  Maybe when they realize what they've done, you can come back... for a substantial increase in pay.  😉

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 7
(2,374 Views)

I am pointing toward the database thing as well. I will work with the IT guy directly this morning. I would post my code but it is a state machine with 22 different states and  lots of DAQ hardware. I will follow up with a solution.

 

 

One should welcome adversity as an opportunity to excel.
0 Kudos
Message 5 of 7
(2,355 Views)
Solution
Accepted by topic author Daddy-O

It turns out that the string our IT guy was providing me had an extra semicolon. I was right in the middle of this fairly long string. It was present in every dummy WO he provided me. 

 

I told him he owes me a beer for the 1/2 day I spun my wheels on this.

One should welcome adversity as an opportunity to excel.
0 Kudos
Message 6 of 7
(2,303 Views)

@Daddy-O wrote:

It turns out that the string our IT guy was providing me had an extra semicolon. I was right in the middle of this fairly long string. It was present in every dummy WO he provided me. 

 

I told him he owes me a beer for the 1/2 day I spun my wheels on this.


I'm SO RELIEVED that you were able to figure out what was wrong!

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
Message 7 of 7
(2,282 Views)