How to Check the Push Log File

You need to set the Development adapter log level to DEBUG so that you can check the source tree XML file of UCMDB, the XSLT-transformed XML file, and the response XML file from Service Manager.

Tip You are recommended to enable the Development Mode for the integration point so that the above-mentioned three XML files are in a good format. See the following for the steps.

To set the Development adapter log level to DEBUG:

  1. Log in to the UCMDB server host as an administrator.
  2. Navigate to the <UCMDB installation folder>\UCMDBServer\conf\log\fcmdb.properties file. For example: C:\UCMDB\UCMDBServer\conf\log\fcmdb.properties.
  3. Open the fcmdb.properties file in a text editor.
  4. Update the log4j.category.fcmdb.adapters log level to DEBUG.

  5. Save the file.

To enable the Development Mode for the integration point:

  1. Log in to UCMDB as an administrator.
  2. Navigate to Data Flow Management > Integration Studio.
  3. Select the integration point for this integration.
  4. Click the Edit Integration Point button.
  5. For Development Mode, select True from the list.
  6. Click the OK button to save the integration point.

To check the push log file:

  1. Log in to the UCMDB server host as an administrator.
  2. Navigate to the <UCMDB installation folder>\UCMDBServer\runtime\log\fcmdb.adapters.<integration_point_name>.log file. For example: C:\UCMDB\UCMDBServer\runtime\log\fcmdb.adapters.SM Integration.log
  3. Open the log file in a text editor.
  4. Search for text strings Source tree XML:, Transformed XML:, and Response message from SM:.

    The following is a sample log file.