SQL connector?

(imported topic written by JamesN91)

Does big fix have the ability to connect to a external SQL database and feed results to that data base?

Scenario

I am creating a file on every machine. I want to place that file from every workstation into a central file share for a SQL database to import from.

Can I save a step and have Big Fix directly connect to the SQL for reporting?

(imported comment written by Lee Wei)

JamesN,

All the data in the BigFix repository are collected from the managed endpoints. So the BigFix Server does not import data directly from an external source.

Making the files available on the individual endpoints for the agents to pick up is the right way to do it.

Lee Wei

(imported comment written by BenKus)

Hey James,

To do this, you will need some sort of script or application that queries the BigFix database (or better yet, the SOAP API: http://support.bigfix.com/bes/misc/soapapi.html) and then feeds the data into the other database…

Ben