12-15-2016 05:16 AM - edited 12-15-2016 05:16 AM
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.
v
Solved! Go to Solution.
12-15-2016 10:03 PM
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?
12-15-2016 10:10 PM - edited 12-15-2016 10:14 PM
The server is running properly and the ip address is correct
12-16-2016 12:15 AM
I am not sure if I can call the same database to execute 2 different tables in the same case structure
12-16-2016 04:38 AM
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.
12-16-2016 04:40 AM
I am not sure if I understand it right. But I am not suppose to call the same database simultaneously ?
12-18-2016 06:49 PM
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.