Blog

Force table refresh from automation script

The most common technique to force a reload of an MboSet (and thus refresh a table on the UI) is to call the MboSet().reset() method. context = UIContext.getCurrentContext()wcs = context.getWebClientSession()wcs.getDataBean(“assetmove_t”).refreshTable() In some cases you don’t need to reload the MboSet or you just cannot do it because you haven’t yet saved the MboSet. In such […]

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 […]

Scroll to top