Monday 30 November 2015

Information required to Troubleshoot(logging) Maximo Integration (MIF) - IBM Maximo

Maximo.log file reproducing the problem with the following logging properties in Loggin application enabled:
Navigation: goto > System Properties > Plateform Properties > Logging

log4j.logger.maximo.integration=DEBUG
log4j.logger.maximo.sql=INFO
log4j.logger.maximo.crontask=DEBUG

If using a custom integration object, output containing the object definition information from the following queries:
select * from maxintobject where intobjectname='your custom integration object'
select * from maxintobjdetail where intobjectname='your custom integration object'
select * from maxintobjcols where intobjectname='your custom integration object' order by objectname,name

Application server log:

For WebSphere, the log is systemOut.log and is located in the server directory IBM\WebSphere\AppServer\Profiles\customprofilename\logs\servername.

Reference  IBM Technote https://www-304.ibm.com/support/docview.wss?uid=swg21393908

No comments:

Post a Comment