How to Check the Push Log File

You need to set the Development adapter log level to DEBUG or TRACE, so that you can check the push result tree nodes of UCMDB, and then send messages to and receive messages from Service Manager. Alternatively, you can set the log level to TRACE so as to check the conversion period based on a mapping file.

Note To troubleshoot push, population, and federation issues, you need to set the Development adapter log level to DEBUG or TRACE in the fcmdb.properties and fcmdb.push.properties files, which are located in the \conf\log folder of your Data Flow Probe or Integration Service installation. Additionally, you can view push, population and federation log information in the fcmdb.push.all.log file, which is located in the \runtime\log folder of your Data Flow Probe or Integration Service installation. Your Data Flow Probe or Integration Service may be installed on the same host as your UCMDB Server or on a separate host.

To set the Development adapter log level to DEBUG or TRACE:

  1. Log in as an administrator to the host on which your UCMDB Data Flow Probe or Integration Service is installed.
  2. Navigate to the <UCMDB installation folder>\DataFlowProbe\conf\log folder or the <UCMDB installation folder\UCMDBServer\integrations\conf\log. For example:

    C:\UCMDB\DataFlowProbe\conf\log\

    Or C:\UCMDB\UCMDBServer\integrations\conf\log

  3. Open the fcmdb.properties file in a text editor, and change the log level to DEBUG or TRACE. For example:

    #loglevel can be any of TRACE DEBUG INFO WARN ERROR FATAL
    loglevel=DEBUG
    def.file.max.size=5000KB
    def.files.backup.count=10
    msg.layout=%d  %-5p  [%t] - %m%n
  4. Open the fcmdb.push.properties files in a text editor, and change the log4j log level to DEBUG or TRACE. For example:

    ### UCMDB log4j Properties
    log.file.path=log/${log.folder.path.output}
    #loglevel can be any of TRACE DEBUG INFO WARN ERROR FATAL
    loglevel=DEBUG
    def.file.max.size=5000KB
    def.files.backup.count=10
    msg.layout=%d  %-5p  [%t] - %m%n
    
  5. Save the files.

To check the push log file:

  1. Log in as an administrator to the host on which your UCMDB Data Flow Probe or Integration Service is installed.
  2. Navigate to the <UCMDB installation folder>\DataFlowProbe\runtime\log folder or the <UCMDB installation folder\UCMDBServer\integrations\runtime\log folder.

  3. Open the fcmdb.push.all.log file in a text editor.