05-11-2010 07:58 AM
Our test station saved data in .mdb files at one time. I just checked and it hasn't updated for several weeks. It appears to have stopped after a new deployment. Under database options Disable Database Logging is unchecked. The Data Link is Access with a connection string of:
"Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=C:\\Documents and Settings\\All Users\\Documents\\National Instruments\\TestStand 4.2.1\\Components\\Models\\TestStand Results.mdb;".
What should I do to turn it on?
thanks,
jhite
05-11-2010 08:26 AM
Check the 'DatabaseOptions' callback within your Process Model. Perhaps you or someone else modified various options.
Normally these are in the form: Parameters.DatabaseOptions
Check to make sure Database Logging is enabled: Parameters.DatabaseOptions.DisableDatabaseLogging = True
Thanks,
Paul H
05-11-2010 08:42 AM
What are the changes done to the system by the new deployment?
Do you get a textual report?
Norbert