10-22-2021 06:52 PM
We have set up a schema in a Database and are happily logging along.
However, we would now like to log to one database every time, and another only when we run specific parts. In this case they are both MSSSQL databases on the same server, but with different DB names. I might want to target different servers.
How can we do that?
10-27-2021 04:59 PM
Have you tried to simply add one more result processing plugin instance and configure it with different names? Then you could use plugin callbacks to enable/disable plugins based on your UUT serial number or something like this.
10-29-2021 12:07 PM
@bienieck wrote:
Have you tried to simply add one more result processing plugin instance and configure it with different names? Then you could use plugin callbacks to enable/disable plugins based on your UUT serial number or something like this.
We have both configured in the results processing, and it's updating both. But I am not sure how I can turn one off with the plugin callback as you suggest. I haven't really played with the DB callback before though.
10-29-2021 03:44 PM
You can try to use one of those: https://zone.ni.com/reference/en-XX/help/370052AA-01/tsfundamentals/infotopics/pmpclientfilecallback...
Let me know if you will struggle with it. I will prepare a simple example next week.