10-16-2018 08:56 AM
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
10-24-2018 11:50 AM
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.