Blog

November 7, 2023

Deploying with Azure DevOps Pipelines

Using Azure DevOps Pipelines to deploy Maximo automation scripts and configurations automatically from Git.

September 5, 2023

Creating custom classes in automation scripts

Creating custom Java classes in automation scripts, extending existing classes and implementing interfaces.

July 25, 2023

Diagnosing “Record has been updated by another user” Errors

Understanding how “Record has been updated by another user” errors occur and a script for diagnosing the root cause.

July 24, 2023

Understanding Maximo Integration Object Resource Ids

Examining how Maximo Integration Object resource Ids are generated and encoded.

June 13, 2023

Adding a Trusted Certificate Authority (CA)

Adding a trusted Certificate Authority to Maximo with WebSphere and MAS to enable communication with secure external web services.

May 23, 2023

Exporting MboSets and ResultSets to Microsoft Excel

Using Apache POI to export Maximo MboSets and JDBC ResultSets to Microsoft Excel with formatting.

May 3, 2023

Automation Script Function and Variable Hoisting

Understanding function and variable ordering and hoisting behavior in JavaScript automation scripts.

January 24, 2023

Publishing MAS with Nginx

Using Nginx as a reverse proxy for publishing the Maximo Application Suite.

January 3, 2023

Launch an Automation Script on Error

Launch an automation script when a Maximo error occurs.