Include xml report in web report

(imported topic written by jonaserlundhammarback91)

Hi

We have a script running on some servers generating an xml report with application statistics.

I would like to include this report output in a custom webreport. An xsl file contain the formatting.

How do I do this in the best way? The goal is to schedule the report to be emailed to responsible persons for each server/application.

Best Regards

Jonas

(imported comment written by BenKus)

Hi Jonas,

Can you explain more about this xml report? Where does it live and how is it generated?

Ben

(imported comment written by jonaserlundhammarback91)

Hi Ben

The xml report is today generated by an external vb-script on some servers. The out put xml file is created on the local disk on each server. The script can be run from a BES Task, but local parameters must be configured for each server.

My intention is to upload the out put file from the servers with the data upload function or create an analyzis that read the file and then be able to include the out put from the report in a scheduled custom report and send the data to application owners.

The out put data in the report is a table with statistics.

Regards

Jonas