NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Schema Database Error -2147467259

Solved!
Go to solution

Hello Community,

 

Using Teststand 2014 32bit.

 

While running my sequence file, a numeric step in my sequence failed.

After the step failed, as a result, my sequence stops the test and runs cleanup.

I am then prompted with the error message, see attached image, when Teststand logs my data to the database.

I opened my SQL database and noticed all the previous "Passed" steps were logged in the database fine, but the failed step was never logged.

My schema is setup to log Passed & Failed steps.

0 Kudos
Message 1 of 2
(3,555 Views)
Solution
Accepted by topic author MechUnit

I solved my issue.

I had the STEP_RESULT Measurement Value from the result processing schema set as a float, but the step that failed resulted with a NAN value.

I changed the Measurement Value to a string in order to handle numbers and strings.

0 Kudos
Message 2 of 2
(3,544 Views)