Check the Log Report Files for Errors
During WTPart migration, log reports are generated using the logging.properties and debug.properties commands.
These files and the log report files can be found in the following directory:
<Windchill>\codebase\com\ptc\windchill\pdmlink\LegacyCADDocToPartConversion
The LegacyCADDocToPartConversion logging tool reads relevant log file configuration information at runtime from the logging.properties file.
The logging.properties command accesses the debug.properties file for the debug%SYSTEM=1 entry. If this entry is greater than -1, logging is enabled at all severity levels, and debug level and above are outputted to a debug log file.
The legacycaddoctopartconversion_baseline.log file contains all log statements at the debug level and up and contains the severity level. This file can be appended. For example,
log%base.append=
truelog%baseline.file=$(wt.log.dir)$(dir.sep)legacycaddoctopartconversion_baseline.log
log%baseline.severity=3
The legacycaddoctopartconversion_baselinedebug.log file contains all log statements at the debug level and up. The severity level is not included. This log file can be appended. For example,
log%baseline debug.append=true
log%baseline
debug.file=$(wt.logs.dir)$(dir.sep)legacycaddoctopartconversion_baselinedebug.log
War dies hilfreich?