08-06-2019 08:28 AM
I am using .VI applications with TestStand 2012. I have base deployment engine license and my applicaitons are working just with one user on computer. If I login with another user on computer , some applications not working and giving '' error loading step ...'' and '' Failed to load VI ...''. Do you have any idea ?
Solved! Go to Solution.
08-06-2019 08:54 AM
A lot more detail is needed. However, my guess is that your files are located in that first user's directory (e.g. C:\Users\UserName\Documents)
When logged in as another user, TestStand's search directories can't find the files from the first user's directory. I would first set up the search directories (Menu->Configure->Search Directories) and make sure the directories for the sequence and all code that's called is somehow covered in all of the search directories.
08-07-2019 03:16 AM
Hello ,
I copied the “ C:\Users\existing_user\Documents\Labvıew Data “ and pasted in “ C:\Users\new_user\Documents\Labvıew Data “. Now all executables are running for existing and new users.
Thanks for your informations.