Hi all,
I manage several PCs executing a test sequence on top of CVI dll and UI.
In my environment, I have a TestStand 2013 - without an active licence for the development environment. Which means, when trying to open a seq.file directly a popup message about expired license appears. That's how all test stations work.
I edit a seq.file on a dedicated development PC, with a full TestStand license, then copy it to the test station and run the test using testExec.exe.
Now, 1 of our several test stations is not starting the testExec, and the test itself, but pops up a message about license expiry, while other stations are running fine. BTW that station has ran in same manner some time ago.
We use a defined shortcut to start the testExec automatically, that should run the sequence file and a CVI UI.
---------------------
The following string is used as shortcut target:
"C:\Program Files (x86)\National Instruments\TestStand 2013\UserInterfaces\Full-Featured\CVI\TestExec.exe" /useExisting -runEntryPoint "Single Pass" "C:\Program Files\ATE Software Systems\ATE-GlobalATP\ATE-GlobalATP.seq" /quit
------------
Why the license expiry preventing to run the seq.file?
Any support is kindly appreciated,
Thanks in advance.