09-08-2011 11:05 PM
I am cuztomizing operator interface for 2 diffrent tests and each one is a seprate application.
one application will be invoked from other is there a chance i can skip the frontend callback user login on invoking the 2nd appliaction.
since i have given the credentials while logging in in to the first application.
Thanks in Advance
Thanks
IVI
09-09-2011 09:40 AM
It sounds like you're intializing two instances of the TestStand engine, which is why you have to login on both. If you were to share a single instance of the engine between both applications, you would only be prompted a single time for credentials.
You can suppress the LoginLogout callback by altering the LoginOnStart property through the Application Manager, but setting this to false will simply start the engine without any permissions.