03-09-2010 09:05 AM
Hi,
I am trying to set the User Manager privileges in TestStand (version 3.5). Some operators need to use the debug features in the "Execute" menu like "Break on Step Failure". For these operators, setting any of the "Debug" privileges in User Manager enables this menu. My problem is that if these users leave any of these debug features (like turning on the "Break on Step Failure) and exit, this option is automatically saved and the next user will have this option turned on when he/she logs in.
Is there a way to turn off this automatic environment option saving on exit? Best would be to have a user-specific option for this automatic saving of the options.
Thanks!
Benoit
03-10-2010 12:40 PM
Hello Benoit,
Are you setting these permissions for individual users (it sounds like you are) or are you setting users up to be governed by group permissions? I do not have 3.5 on my machine, but I would be more than happy to try to reproduce this for you or help you find something you may have over looked. Could you please add a screen shot of how you have these permissions set so that there is no confusion? Thanks!
03-12-2010 09:54 AM - edited 03-12-2010 09:55 AM
Hi Cole,
Thanks for your reply. Attached you will see a snapshot of the User Manager window for a user that I would like to set as a Debugger. I would like to allow him to change the Execution settings such as "Break on Fail", but his changes should not be saved when he exits.
Thanks,
Benoit
03-12-2010 10:58 AM
03-18-2010 01:30 PM
Thanks for the suggestion. Where can I find this sequence? I searched in the model sequence, but could not find it.
Benoit
03-18-2010 01:56 PM
03-18-2010 03:21 PM
Found it.
Actually, I ended up writing a small bat file that executes when a new user logs on Windows, which overwrites the configuration files with default versions. Not very elegant, but it works... 🙂