06-18-2015 04:40 AM
Hi,
As in the subject.
How I can log Sequence File version number to database?
There is nothing like that under Logging object.
Solved! Go to Solution.
06-22-2015 11:37 AM
Do you need it in a separate field in the databse?
One option is to just add it as an additional result in a step in your sequence file.
RunState.SequenceFile.AsPropertyObjectFile.Version
Hope this helps,
06-23-2015 02:06 AM
Hi ~jiggawax~,
Yes, I knew that I can report it as additional result, but I was thinking that it should be a part of a logging schema, or I'm missing something.
I think I shall propose that the sequence file version number should be a part of Logging schema/container.
Thanks
K.
06-23-2015 09:21 PM
06-24-2015 05:03 AM
06-24-2015
08:12 AM
- last edited on
12-30-2024
01:54 PM
by
Content Cleaner
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1kICAQ&l=en-US
Here's a few that might help you out.
07-29-2016 10:14 AM
Here is how I did it:
Configure -> Results Processing -> Database Options -> Schemas tab
Copy + Paste Generic Record Set
Under the new schema open UUT_RESULT
Add a new column - varchar type
Set the value to Log as RunState.Caller.SequenceFile.Data.Version
07-30-2016 04:51 AM
I've accepted that as the solution. It is very good.
However, one small bug.
There is no Data API method under SequenceFile context
I'm usin g TS2014SP1 x64
08-02-2016 09:38 AM
I think it shows up only during runtime.