Maximo

MBO Performance Tip N.1 – Avoid using MboSet.count() method in loops

This entry is part of the Java MBO performance optimization golden rules series. I think this is one of the most common errors when developing Java MBO code.The MboSet.count() method issues a “SELECT COUNT(*) from …” SQL query to retrieve the number of records in the database table.This can be a big problem especially when […]

Java MBO performance optimization golden rules

This entry is part of the Maximo Java Development series. In this post I have collected the most important Maximo Business Objects (MBO) development performance tips and suggestions that I have learned during my job as a Maximo Consultant.These suggestions are partly distilled from the IBM Maximo wiki page trying to organize and simplify the […]

Maximo supported web browsers

What web browsers can be used to access Maximo?Roughly speaking, Maximo supports only Microsoft Internet Explorer and Mozilla Firefox. Said that… I currently use Google Chrome with Maximo. Pages load faster and it works perfectly 99% of the times (except for reports).The following table gives a quick overview of the current supported web browser versions. Base Services version 6.2 […]

Maximo Integration Framework first setup

This entry is part of the Maximo Integration Framework series. If you have never used the Maximo Integration Framework you have to check the MIF configuration before being able to play with it. System Properties All the configuration parameters for MIF can be managed from the System Properties  application: GoTo -> System Configuration -> Platform Configuration -> […]

Maximo Glossary

In the following table I have listed the most important terms and acronyms that are commonly used in the Maximo/TPAE world. Term Description BIRT Business Intelligence and Reporting Tools is an Open Source software embedded in TPAE that provides reporting. CCMDB IBM Tivoli Change and Configuration Management Database (official product page). EAM Enterprise Asset Management. […]

Rapid Java class deployment on WebSphere

This entry is part of the Maximo Java Development series. In this post I will describe how to minimize the time needed to redeploy the custom Java code in Maximo running on WebSphere during the development phase. Note: The techniques explained in this article (except the first one) are recommended only for development environments. Here […]

How to set the default value of a field in Maximo

There are five ways to set the default value of a field in Maximo. Database Configuration The first way is to set the default value at the database level using Database Configuration.All you have to do is the object and then the attribute for which the default is to be set. In the right hand side of the […]

Variables for Dynamic Queries in Conditional Expressions

Conditional Expressions can be used in TPAE applications in several ways. One powerful feature of Conditional Expressions is the capability of creating dynamic queries using substitution variables. Here is the complete list of variables available in Maximo. :YES – True :NO – False :&DATE& – Current date :&DATETIME& – Current date/time :&USER& – Logged in user (or […]

IBM EMEA Tivoli and Security Technical Conference 2012

Are you looking to increase your personal skills in the Asset Management and Service Management arena?Are you responsible for a team of Tivoli professionals who need to delve deeper into the products?Would you or your team benefit from learning deep technical skills from real experts in their fields?Then the EMEA Tivoli & Security Technical Conference […]

Scroll to top