NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Database logging

Hello,

I am using TS 2014 and have quite simple sequence with single NumericLimits step. When I try to report the step result to the SQL Server database by using my custom  shema I get an error messge ->

An error occurred while setting a column value.
Schema: Calibration
Statement: Calibration.
Column: Data
Unknown variable or property name 'Logging.StepResult.Numeric'.

Source: TSDBLog

. BTW When I disable database reporting I can see the step result in the html report...

  Please advise.

  Thanks

0 Kudos
Message 1 of 2
(2,062 Views)

Hey airspan, 

The first thing I would look to do is put a watch on that expression, Logging.StepResult.Numeric, to make sure it exists and can be accessed in the scope that is calling it. The option is in Debug > Breakpoints/Watches, then add the watch expression. 

 

It might also be helpful if you could post your code or message it to me so I could see what is going on myself. You can also email support@ni.com to get further help on the issue.

 

 

Sam J.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,017 Views)