NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Duplicate Files Included in Deployment (-19035)

Solved!
Go to solution

Hi, 

 

This error occurs when building the deployment with the 'From TestStand Public Directories' option checked. If you uncheck 'From TestStand Public Directories,' the build will succeed.

 

Here are the details of the error information. The error log file is also attached. Thanks for your help!

 

chenliao_0-1741726371103.png

 

0 Kudos
Message 1 of 3
(173 Views)
Solution
Accepted by topic author chenliao

VIs must be unique, which is determined by their name (and name space/ library)

 

In your case it seems, thta you have copied some LabVIEW Files from the LabVIEW installation over to the TestStandPublic directory.

 

Now the deployment tool finds thoose omt two places and errors out.

 

Basic question is: why doe you have those VIs in your TestStandPublic Folder?

 

BTW... when checking the "From TestStand Public" who should go an recheck  the files included manually, otherwise this option brings a large overhead of un-used files with it.

Message 2 of 3
(154 Views)

Hi, 

 

I have no idea why those VIs were in the TestStand Public folder. After checking only the necessary files in TestStand Public, the deployment build passed. Thanks for your help!

0 Kudos
Message 3 of 3
(142 Views)