Maximo

Binary and text files handling in MxLoader 8.5

MxLoader 8.5 has some improvements regarding the capability to upload and download files from Maximo. REST and OS services behavior is now aligned and upload/download is fully supported. MxLoader provides two special tags to manage files: Downloading files To download files you must specify the FileTxt/FileEnc tag in the header. MxLoader will recognize that you […]

String index out of range error when reloading Logging settings

Today I clicked the Apply Settings action from Logging application and I have received the following error: BMXAA5189E – Failed to load logging settings from the database. String index out of range: 0 After a long search I have discovered that it is caused by a misconfiguration of the logging appenders. click Manage Appenders action […]

Implement complex workflow logic using Condition Launch Points script

The Maximo condition node allows to specify an condition in SQL format in order to drive the workflow in different ways depending on some custom logic. In some cases the logic that has to be implemented can be quite complex and not easy to implement using SQL syntax. In this case we can use an […]

Adding Advanced Search menu to a Single Page app

The Maximo Single Page applications are simplified and provide a quicker way of visualizing and editing data. The Labor Reporting application is a good example of such kind of application. However, you may notice that custom Single Page applications do not provide the Advanced Search feature like the Labor Reporting app. To add the Advanced […]

Speedup Maximo scripts development with VSCode plugins

When developing automation scripts I always like to have a shared filesystem with all the latest automation scripts. This allows me to use code editors or to better navigate across the entire code and eventually use source code versioning tools like Git or CVS. One technique I usually use is to use Notepad++ and edit […]

Scroll to top