
with Tags:
api
X

Maximo Unable to Search Text With Special Characters
Welcome to the EAM Corner!!!! My name is Ghazala and I work in level 2 support for IBM on the EAM product. This blog series will all be helpful tips, tricks and how-to's on Maximo EAM . Be sure to follow me on DeveloperWorks ---------> Click here to follow me on DeveloperWorks! Recently I came across an issue whereas any description value that contains special characters (-,_,$ etc) will be unable to search because Maximo standard API stores those characters in the... [More]
Tags:  special api maximo characters |
Maximo Management Interface(MMI) API overview and how to use it
Do you want to get information about the current state of a Maximo deployment through simple URL? If so, use Maximo Management Interface( = MMI ) introduced in Maximo 7.6. Let me introduce new feature MMI. 1. What is the MMI (Maximo Management Interface) and what kind of information we can get ? - MMI is a new feature introduced in Maximo 7.6 - a set of REST APIs that enable HTTP-based clients to access information that is related to the current state of a Maximo deployment. The Maximo server processes that... [More]
Tags:  #sup_max asset api mmi rest |
Using REST API Details
The REST (Representational State Transfer) application programming interface (API), is detailed in this blog by Leandro Cassa. The REST API provides a ways for external applications to query and update application data in Maximo. Using the REST API is simple and requires no configuration - and it is ready for you to use after installing Maximo. This blog adds to other Maximo blog entries on the REST API including: Tom Sarasin's overview on what it is and how it can be used Jenny's details of using REST Calls for log correlation The... [More]
Tags:  rest ibmeam integration crud api best_practices maximo |
Two useful methods added to MXServer API
If you are a developer working with Maximo's MXServer API you may find the following public methods useful. They are exposed via the MXServerRemote interface and can be accessed through a static reference ... MXServer.getMXServer(). These methods are available in TPAE 7.5 and higher and also in fix packs 7.1.1.6 and higher. ___________________________________________________________________________________ public ArrayList getMboCounts() throws MXApplicationException This method returns an ArrayList of MboSet and Mbo counts. The Array... [More]
Tags:  mxserver maximo development tpae api |