with Tags:
error
X

Fix: Attachments Unknown Exception when Application Name Longer Than 10 Chars (MAM v7.6.0.8)
Problem: You can now create or duplicate an application with an id longer than 10 characters up to 20 characters. But, when you try to attach a document to this application you cannot select folder and even if you give default value for selected folder you get an unknown exception. It is not possible to add attachments on applications having id longer than 10 characters. Root Cause: Some Maximo objects do not have a length of 20 characters for APP attribute same as MAXPRESENTATION.APP attribute. DOCTYPES.APP, DOCLINKS.APP and DOCINFO.APP... [More]
Tags:  error application bug maximo doclink maximo+7.6 attachment app appname |
HOWTO: Throwing a Warning Dialog in an Automation Script
In this brief blog, we'll throw a warning dialog in an Automation Script. We'll be using python. The script necessary to throw the warning will take the following form: if some_condition : warngroup = " warning_group " warnkey = " warning_key " If there are parameters in the message, you can create a string array with the necessary substitutions, e.g.: warnparams = [ string1, string2, etc. ] If it's an error dialog you want then use errorgroup, errorkey and... [More]
Tags:  error dialog warning scripting maximo automation |
SQL logging, it can be helpful.
Here you are, working away with Maximo and you get one of those very vague Maximo errors. "An error has occurred, gather the logs from the home directory", ORA 1000" one of those that just make you exhale, great!, now what to do. The first thing to do is, take a breath, it's only Maximo, it's not life threatening. If your a Maximo user, you simply pick up the phone and call the administrator, time for a coffee break I guess. If you're the administrator, you want to fix the issue as quickly as... [More]
Tags:  logging info maximo error sql websphere logs |
Pranked by an unknown classfile? - Use Logging ConversionPattern to find out what class name is associated to a specific Maximo event.
Sometimes you are working with Maximo and then you need to troubleshoot or have a better look at some specific event or process that is failing or not working as expected. Your next step would be to check for what kind of failing event that is, and then try to find its associated classname in order to start your investigation about what the issue could be related to. This applies to when you are testing a customization, or monitoring Maximo behavior even when the core classes are in place. But the current standard logging settings... [More]
Tags:  method event classname mbo unknown class info error logging level prank debug troubleshooting file log process line maximo |
MEA export files not generated, no errors, why?
MEA (Maximo Enterprise Adaptor) or MIF (Maximo Integration Framework) export files not generated, no errors, why? Everything was working before, why not generated anymore, and there is no error. End up it was the messages which got stuck in the queue. Here are the steps to delete the stuck messages from the queue. From the Maximo’s Go To menu, select Integration\External Systems Select the external system to which data is to be sent (EXTSYS1) Select action Add/Modify Queues 4. Select the queue you need check, for example,... [More]
Tags:  error mea export integration maximo ibmeam files mif |
"File-based" error management in IBM Tivoli Maximo
Functional improvements in Maximo Integration Framework (MIF) Data Import functionality enable the selection of two different ways to address error correction: GUI-based and File-based . The data import functionality provided through the External System application gives the option of identifying the error management mechanism of your preference. "File-based" error management is supported by Maximo's Message Reprocessing application thru an enhanced GUI where re-processable files (files including all errors identified from their... [More]
Tags:  framework ibmeam management mif integration error |
Integration Framework - Enhanced Error Management
In the last couple of Maximo releases, the Integration
Framework has been evolving to provide an improved user experience that will
assist you with the challenges involved with external system integration. For those of you who are not familiar with the Integration
Framework take a look at Maximo 7.5 info center for additional information on
how it enables Maximo to integrate data with other applications http://publib.boulder.ibm.com/infocenter/tivihelp/v49r1/index.jsp?topic=/com.ibm.mbs.doc/gp_intfrmwk/c_if_overview.html One functional... [More]
Tags:  management framework error integration asset-management |