Exporting Flow Report Output to an XML File

If you need to export the flow information into an XML file, you can use the stored procedure flow2xml, which is located in the ibisamp application directory. The following steps show how you can use this procedure and send the complete flow information into an XML file.

  1. Right-click the flow2xml flow in the ibisamp directory and select Run.

    A dialog box opens.

  2. Enter the name of the application directory, ibisamp, in the first line. Enter the name of the flow, dmdemo, on the second line.

    Note: These values are case sensitive.

  3. Click the Run button.

The procedure will run. If it runs successfully, the following message will appear in the Console Log: The XML file fl_xml_*.xml created; located in the same directory where your flow is.

The fl_xml_dmdemo.xml file will be in the ibisamp directory.


WebFOCUS