NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

centralized user management

Solved!
Go to solution

Is it possible to manage TS users from a centralized poin (using a network drive)?

 

I have a couple of machines running TestStand and would like to manage the users able to login to those machines. I know I can define the location of the config directory for TestStand, but then I get all other ini files like StationGlobals, etc. into the same dir, so it's not a solution.

 

Is there a way to tell TestStand to search just for the users.ini file in a location different to the standard Cfg directory?

 

 

0 Kudos
Message 1 of 5
(3,984 Views)
Solution
Accepted by topic author paicolman

Sure, edit the User Manager tab of the Station Options.  Uncheck "Use Default" and browse to the user.ini file you would like to use.

 

Message Edited by paulmw on 11-18-2009 10:13 AM
Message Edited by paulmw on 11-18-2009 10:14 AM
Message 2 of 5
(3,968 Views)
Thanks! ...Another case of RTFM.
0 Kudos
Message 3 of 5
(3,939 Views)

How do I do this using the API? I've been looking and looking and can't find anything..

0 Kudos
Message 4 of 5
(3,367 Views)

Engine.StationOptions.UserFilePath = "<YourPathHere>"

 

UserFilePath Property

Syntax

StationOptions.UserFilePath

Data Type

String

Purpose

Specifies the location of the current user manager file.

 

Remarks

Pass an empty path to this property to instruct TestStand to use the default user manager file.

A change to this property does not take effect until you restart the engine.

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