Location for XML data for reports

XML data files contain the Optiva data for the report. When you run a report, the files are placed in this default location C:\Inetpub\wwwroot\FsWebReports\SessionXML.

This directory should be cleared out periodically.

location xml data reports

By default, you do not need to specify a path, just the name of the XML. The XML is placed into C:\inetpub\wwwroot\FsWebReports\SessionXML\.

This example retrieves the XML from the default directory.
http://localhost/FsWebReports/launch.aspx?p1=BoatInfo.xml&p2=FORMULA&
p3=PDF&p4=C:\inetpub\wwwroot\FsWebReports\Source\BoatInfo.rpt

However, you can specify a path to the XML to store and retrieve it from any Web server directory.

This example retrieves the XML from a non-default directory.
http://localhost/FsWebReports/launch.aspx?p1=\\shared-file-server\XMLFiles\BoatInfo.xml&p2=FORMULA&p3=PDF&p4=C:\inetpub\wwwroot\FsWebReports\Source\BoatInfo.rpt