NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do I not have deployment privileges?

Under the customize tools menu I do not have the Deployment Utility.  When I open up Customize Tools I see in Hidden expression: !(RunState.IsEditor && FindFile("Deployment Utility.seq", False, Str(0), 3)),  in Enable Expression I see: CurrentUserHasPrivilege("*").  In the User manager my rights are set to administrator and under Privileges I have GrantAll set to True.  Where is my deployment utility?

 

 

0 Kudos
Message 1 of 3
(2,837 Views)

Do you have the Deployment Utility installed?  Does the path show up in Customize Tools Menu?  If not then you most likely don't have it installed.  I've seen this exact thing before.

 

You can look in: C:\Program Files\National Instruments\TestStand XX\Components\Tools\Deployment Utility and see if the executable is there.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(2,832 Views)

set a breakpoint in an empty sequence and run it. In the watch view enter the expressions:

 

RunState.IsEditor

 

and

 

FindFile("Deployment Utility.seq", False, Str(0), 3))

 

 

See which one isn't true so you'll know which way to investigate further.

0 Kudos
Message 3 of 3
(2,825 Views)