From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(1,867 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
(1,822 Views)