Adding new item to the Maximo Application Designer palette

In the previous article, I explained how to create a custom progress bar control for IBM Maximo using the magic of the Twitter Bootstrap framework. Within the framework of this article, you will learn how to add custom controls to the Application Designer palette. Creating an MBO object for temporary storage of control properties Each control that is present in the Application Designer palette has a number of properties that can be changed by the developer after adding the control to the workspace of the Application Designer. In order to define a dialog which will be used to specify control'...
More

Perl script to observe MBO usage statistics

I think that almost everyone who work with TPAE based products have to deal with SystemOut.log files and could observe MBO usage statistics being logged every minute. I mean the lines like that: … [INFO] [MXServer] [] PLUSPAPPLLOC: mbosets (14), mbos (14) [INFO] [MXServer] [] PLUSPAPPLSERV: mbosets (5), mbos (8) [INFO] [MXServer] [] PLUSPBATCHSTHIST: mbosets (1), mbos (1) … There is a Perl script that parses SystemOut.log files, fetches the lines like above and generates graphs that displays MBO/MBOSET allocation statistics. Simply run the mbouse.pl against a directory with a set...
More