LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database error

Solved!
Go to solution

Hi, I am using a local server and this error message will appear. I am not sure what's the reason. The program is working perfectly.

 

verror ,sg.png

0 Kudos
Message 1 of 7
(3,168 Views)

Since the error occurs, your program is not running very fine. Can you share your VI here? Also, were you able to use the server properly before? There is an IP address mentioned in the error, did you try to use the correct IP address?

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

The server is running properly and the ip address is correct

0 Kudos
Message 3 of 7
(3,113 Views)

I am not sure if I can call the same database to execute 2 different tables in the same case structure

0 Kudos
Message 4 of 7
(3,104 Views)

You cannot open multiple references to the same server at the same time. Its like calling a mobile when its already on call with someone else. You can use the reference and do multiple tasks but i suggest you keep the programming sequential here.

0 Kudos
Message 5 of 7
(3,092 Views)

I am not sure if I understand it right. But I am not suppose to call the same database simultaneously ?

0 Kudos
Message 6 of 7
(3,090 Views)
Solution
Accepted by topic author S.Neo

Yes, you cannot call the same database twice at the same time. It is busy communicating with one thread so it should not be called again. Thats what you are doing wrong in your program (by the first look of it). You are calling it twice at the same time.

Message 7 of 7
(3,045 Views)