Migration logger
The most detailed migration messages, including low-level errors, exceptions, and stack traces, are available in the log file.
You can configure the migration logger, which is named dm, in the Logging application. The sql and integration loggers provide further information to support migration.
Group / Area | Logger | Description | Log level |
---|---|---|---|
Migration | dm | Logs information about the migration manager. | Typically, loggers are activated and set at the ERROR level, which produces log statements only when errors are encountered. If you need more information to identify a migration error, change the level of the dm logger to INFO or DEBUG. If you must contact support about migration, send the dm logger with the level set to DEBUG. |
Integration | integration | Logs information about the integration framework configuration, creation, management, and runtime processing. Migration Manager uses the integration framework object structure. |
To identify whether a migration error is caused by the integration framework object structure or XML processing, set the integration logger to DEBUG. |
SQL | sql | Generates log statements of SQL statements run in the escalation server. The integration framework uses business objects, which typically work on the SQL database. |
To identify whether a migration error is caused by executing a SQL operation, set the sql logger to INFO. |