Siebel Application Deployment Manager Guide > Siebel ADM Logging Capabilities and Troubleshooting > About Siebel ADM Framework Logging Options >

About ADM Server Components Log Files


This topic is part of About Siebel ADM Framework Logging Options.

The Application Deployment Manager (ADM) server components, like all Siebel Server components, write component behavior data to log files. The Siebel Server components maintain the following log files of interest to an ADM deployment:

  • ADMObjMgr_taskID.log. Log file that displays the creation of asynchronous server requests. For example, it shows the creation of a record in the S_SRM_REQUEST table, which contains a record for the request with a row ID that matches the request ID in the log file.
  • ADMProc_taskID.log. Log file that records information on the Siebel Server about current tasks performed by the ADM deployer code, including any errors or data conflicts, as well as EAI errors. This information is very useful in troubleshooting ADM server-side problems. This log file is created only when the ADMProc component's event log level (evtloglvl) is set higher than 3 (default value is 1).
  • ADMBatchProc_taskID.log. Information is written to this log file only when Server Manager (srvrmgr) commands are used to export deployment data. This log file is created when ADMBatchProc component's event log level (evtloglvl) is set higher than 3 (default value is 1). If the debug level of ADMProc and ADMObjMgr_lang is set to 3 or more, the information contains actions performed for ADM operations.
  • ADMProc_packagename_datatypename.log. Log file that records the objects deployed and any actions taken. The objects are recorded with the data type, integration object name or business object name, and the new user key values of the root level object. The action recorded indicates whether the object is updated or created. This log file is created for each package session and for each unit. Multiple executions of the same unit update the same log file.

    NOTE:  This log file is created or updated only by the migration (or import) step of the ADMProc server component. In case the migration is rolled back and no object is migrated, this log file must not record any object migration.

To show warnings and diagnostic information, you must increase log levels for the server components. For information on configuring ADM server component logging, see Configuring ADM Server Component Log Files.

For more information on the ADM server components, see About Siebel ADM Server Components. For more information on Siebel Server component log files, their naming conventions, locations, and configuration details, see Siebel System Monitoring and Diagnostics Guide.

Siebel Application Deployment Manager Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.