I have to admit, I’m a big fan of automation scripts.Recent updates released with Maximo 7.6.0.9 have almost covered all the possible customization needs including library scripts, REST APIs, MIF processing, before/after save event. All the new features are well documented in this somewhat secret document. However whatever nice feature will be added in the […]
Java Logging and Tracing in Maximo
This entry is part of the Maximo Java Development series. A good logging (tracing) is always a lifesaver when you have problems in a production environment. I will never stop telling to my fellow programmers how much is important to fill code with meaningful log calls. Maximo has a good and flexible logging subsystem. This […]
How to log all Maximo SQL statements
Here is a useful IBM Technote that explains how to capture all SQL statements issued from Maximo/TPAE when using DB2 database. I think it may be useful to analyze users queries and performance bottlenecks.