03-12-2007 09:53 AM
03-12-2007 04:20 PM
03-12-2007 05:22 PM
We have used a database and also a protected directory on a network server to protect the sequence files. But I had control over both the data base and the network server.
This is going to a third party contract manufacture oversea and we do not have access or control over a data base or network directory.
We need to prevent the contract manufacture from "tweaking" limits or tests without our knowledge. We could hard code the limits in our LV code, but that defeats the need for TestStand.
So we feel that encryption is our only way, just not sure where to insert the code to un-encrypt the sequence file to hand off to TestStand.
Thanks
03-12-2007 05:45 PM
03-12-2007 07:57 PM
What version of TestStand are you using? According to this version 3.5 has some built-in security features.
If you don't want to or can't upgrade, there are a few other things I can think of. Are you getting copies of the test results from the CM. At each of the CMs I deal with, we insist on an Internet connection so that the test results are transfered to our local database. If I wanted, I could look at the limits and number of test in the results and compare to a master. I also install VNC on each of the deployed testers. This not only helps to debug when a problem arises, but I can do a simple check sum on the sequence file and compare it to my local copy.
03-13-2007 01:43 PM