Hi,
I've got a instance of VisionApp 2015 with around 500 connections, give or take.
We add and remove nodes to this environment once in a while, and I'm looking for a function to schedule an export of current connections, to get a better overview of changes.
I know that this export can be done manually in Environment > Export.
My question is if there's a way to achieve the same result as the above function, but on an automatic schedule, e.g. once a week.
Is there a function in the application that can manage this? Or can it be solved by using a flag on the .exe (simplified example: ASGRD.exe /exportcsv).
I would prefer to not have to query the database as my DBA skills aren't up to par.
//Oscar
I've got a instance of VisionApp 2015 with around 500 connections, give or take.
We add and remove nodes to this environment once in a while, and I'm looking for a function to schedule an export of current connections, to get a better overview of changes.
I know that this export can be done manually in Environment > Export.
My question is if there's a way to achieve the same result as the above function, but on an automatic schedule, e.g. once a week.
Is there a function in the application that can manage this? Or can it be solved by using a flag on the .exe (simplified example: ASGRD.exe /exportcsv).
I would prefer to not have to query the database as my DBA skills aren't up to par.
//Oscar