Exclusive Look: Maximo REST web service API

This entry is part 1 of 4 in the series Maximo REST API

Here is an exclusive look at what I’ve found within Maximo’s integration framework.  You won’t find this anywhere else on the web as this stuff is not documented by IBM for Maximo.  The REST API can be found in Maximo versions 7.1.1.6 and up including Maximo 7.5.  If you look in the directories where you [...]

Import Inventory Records using Maximo Integration Framework (MIF)

This entry is part 12 of 14 in the series Import Data with MIF

Maximo has a powerful feature that can take the load off of both user and administrator. A common example of a request a Maximo administrator may get is, ‘Is there anyway I can avoid typing in this list of 286 new inventory items into Maximo?’. In older versions of Maximo (e.g. 4.x and 5.x), an [...]

This text is available for purchase but you need to login or register first. Please Login here.

Exporting data to XML with MIF event listener for any changes on an object automatically

This entry is part 11 of 14 in the series Import Data with MIF

Most of the tutorials that we have done so far have been for integrating with Maximo by importing or updating data, but sometimes you may need to work the other way around and integrate with third party applications from Maximo by exporting data. I have already shown you how to export data to XML manually, [...]

This text is available for purchase but you need to login or register first. Please Login here.

Import asset classification hierarchies and classification attributes with MIF

This entry is part 10 of 14 in the series Import Data with MIF

There is a built in object structure called MXCLASSIFICATION that we will use to import classification hierarchies and also the classification attributes using the Maximo Integration Framework (MIF). I will be using my default method of importing data which is by way of interface tables. If you aren’t familiar with interface tables, you can read [...]

This text is available for purchase but you need to login or register first. Please Login here.

Import PM’s and PM sequences with Maximo Integration Framework (MIF)

This entry is part 9 of 14 in the series Import Data with MIF

In this tutorial, I will show you how to setup object structures and enterprise services to import PM’s that use PM sequencing. PM sequencing or job plan sequencing is when you want to use a different job plan on one PM when the it is generated into a workorder. The topic of job plan sequencing [...]

This text is available for purchase but you need to login or register first. Please Login here.

How to integrate your enterprise applications with Maximo

I just found this article that describes how to integrate other systems with Maximo 7.  It talks about what is the Maximo Integration Framework then walks you through setting up Maximo workorder web services then working with it.

Query Maximo ASSET web service from .NET

This entry is part 5 of 5 in the series Web Services

Here is sample code for you to download to see how to query data from Maximo web services.  In this example, it shows how to query assets and the different options you can use to do just that.  This sample code provided below works with Maximo 7. This text is available for purchase but you [...]

This text is available for purchase but you need to login or register first. Please Login here.

Import locations with Maximo Integration Framework

This entry is part 7 of 14 in the series Import Data with MIF

There seems to be some trick to really getting the locations and location hierarchies to be imported into Maximo correctly with the Integration Framework.  I have tried many things to get this to work and I here is what I have come up with.  This tutorial comes with an excel file that I manually created [...]

This text is available for purchase but you need to login or register first. Please Login here.

ScreenCast: Invoke Maximo 6 Query/Response Web Service

This entry is part 4 of 5 in the series Web Services

This year I have made a new resolution to create some more great screencasts and how to videos for you guys. Hopefully this is a start to a great new year. This screencast video will show you how to consume Maximo 6 query/response web services that we setup in our previous tutorial.  I will walk [...]

This text is available for purchase but you need to login or register first. Please Login here.

The unofficial guide to the Maximo Integration Framework (MIF)

Here is a roundup of all the tutorials on this site that will help you get started with the Maximo Integration Framework.