LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error deploying library

HI,

I have an application which updates some shared variables declared in different libraries.

The application is running on a computer with win2000 sp4, with DSC run-time 8. Everything worked well, but after some days the computer was restarted and one of the libraries wasn’t deployed anymore. We cannot deploy any library anymore, the “Deploy Library.vi” returns error code 1. I installed again the DSC run-time system but I get the same error.

can anyone give any suggestion?

thanks

0 Kudos
Message 1 of 3
(3,015 Views)

I am assuming that you are trying to deploy this library programmatically and not manually? If so, make sure that the library you are trying to deploy contains only shared variables. It is currently a known issue that libraries containing anything other than shared variables (VIs, CTLs, etc,) will return an error 1 when programmatically deployed. This issue is being investigated and corrected by LabVIEW R&D, but for the time being, if a library must be programmatically deployed instead of manually, then it can only contain shared variables.

Kind Regards,

E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,999 Views)
Hi,
Yes I'm trying to deploy the libraries programmatically and the libraries contains only shared variables. Actually the app worked very well for about 4 weeks, but after a restart I can see the libraries that are deployed, the shared variables in them, but I cannot redeploy any more libraries (one of the libraries was not deployed anymore).
cosmin
0 Kudos
Message 3 of 3
(2,990 Views)