Use own SQL database to store result, and only use WATS for presenting data
If we setup Teststand to store test results in a local sql database, is it then possible that Wats uses this database, so we can use Wats only to show statistic etc?
Regards Anders
-
Hi Tom
Yes I could see I had misunderstood, at Wats we are paying for capacity of analyzing data and not for the storage. I had thought we could save something by storing the data locally.
But we do have some quite large arrays of data, that we want to save to local database/XML reports, but not upload to Wats. In normal Teststand reports it is possible to set it up to ignore large arrays, I can't find that option in Wats?
-
Hi.
No, the WATS add-on have no additional filter option. You can disable logging on steps (exclude from WATS logging) or "filter" chart data/arrays from the code module. Normally we recommend storing all important information to WATS. You may have distributed test stations and access to data is one important element. What you save in WATS upload may cost more in data access and handling in the end.
Some options would be to store data locally from steps in TS that is not logging to WATS (disable report recording) or store arrays as attachments in WATS, or make a custom converter.
Please sign in to leave a comment.
Comments
3 comments