Hi,
In TestStand 3.0, I am trying to override the station database options through a DatabaseOptions (sub)sequence. When I execute the MainSequence I get the following runtime error when I try to change the Parameters.DatabaseOptions.ConnectionString variable: Error (The Object Reference variable 'RunState.Root.Locals.DBLogRef' is NULL.)
The step expression is Parameters.DatabaseOptions.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" + FileGlobals.OutputDatabasePath + ";"
According to the documentation, I should be able to change the database options by using this method. This problem appears with the standard SequentialModel, as well as my own custom model. What may be the cause of this error? Is there another step which must occur prior to the DatabaseOptions sequence?
Thanks,
Philip