Integrate > Third Party Integrations > UCMDB to XML Adapter > How to Export UCMDB to XML

How to Export UCMDB to XML

  1. Prerequisite - General

    1. Create a directory on the UCMDB data flow probe system to which the adapter will write the exported XML files.

    2. In the Modeling Studio, create integration TQL queries for the data to be exported to XML. Ensure the queries return valid results.
  2. Prerequisite - Create an integration point and integration job

    In the Integration Studio, create a new integration point.

    1. Provide a name and description for the integration point.

    2. Under Integration Properties > Adapter, select UCMDB to XML adapter.

    3. Under Adapter Properties > Export Directory type an absolute path of the directory on the probe system where the adapter should export the XML files to.

    4. Under Adapter Properties > Data Flow Probe Name, select the name of the Data Flow Probe to be used.
    5. Click the Test Connection button to ensure the adapter can validate the defined export directory.

    6. Save the integration point.

    7. Under Integration Jobs add a new integration job. Edit the job to add integration queries under the job's definition.

      For details on integration points, see Integration Studio > Work with Data Push Jobs > Create an integration point in the Data Flow Management section of the UCMDB Help.

    8. Click OK to save the integration job.

    9. Click the Save button to save the integration point.

  3. Run the job

    1. To run the job ad hoc, select the integration job and click the button. The job can also be configured to run on a schedule.

    2. Check the defined export directory on the probe system for the exported XML data, to ensure the queries create valid XML files.

      Note The XML files have time stamps in the format YYMMDDHHMMSSZZZ. If the integration query returns a large number of CIs, the export is by chunks of 1,000 CIs. Each chunk is a separate XML file, with the file for the last chunk having the string EOD (end of data) appended to it.

For details on running an integration job, see "Integration Studio" in the Data Flow Management section of the UCMDB Help.