Questions tagged [maximo]

IBM Maximo Asset Management software provides asset lifecycle and maintenance management for all asset types on a single, extensible platform. It is built on Java, makes heavy use of SQL where clauses, and supports "automation scripting" out of the box in Jython/Python and JavaScript in predefined contexts.

IBM Maximo Asset Management software is the foundation and framework of an Enterprise Asset Management (EAM), Change and Configuration Management Database (CCMDB), Service Management and IT Asset Management (ITAM) suite of applications that provides asset lifecycle and maintenance management for all asset types on a single platform. Businesses across all industries use Maximo to maximize the realized value of critical physical and IT assets, from purchase authorization to decommissioning, by augmenting business processes with automation and enforcement of best practices. Industry-tailored solutions are available for IT, utilities, nuclear power, transportation, government, telecommunications, life sciences, oil & gas, and more.

The current release, IBM Maximo Asset Management 7.6, is the latest release built upon a Java Enterprise Edition (JEE) Service Oriented Architecture (SOA). The Maximo framework is scalable, can be easily integrated into existing Enterprise Resource Planning (ERP) systems via REST, database tables, Remote Method Invocation (RMI) or a host of other options, can be extended with custom Java or via Automation Scripting (scripting in Jython/Python or JavaScript in predefined contexts), and can be configured with SQL where clauses in many of its internal configuration tools. It also sports tight integration with Actuate's Business Intelligence Reporting Tool (BIRT).

As Maximo is a Commercial Off The Shelf (COTS) product, related Java, Python, JavaScript, BIRT and SQL questions may have constraints not normally imposed on developers working with those languages/tools. For example, Automation Scripting contexts, for scripting in Python or JavaScript, are predefined but dynamic, so the scripter doesn't know at coding time what all the variable names will be. For another example, Maximo does select * from table where and appends your where clause, so the developer can't change the columns selected or the grouping.

Maximo Homepage

617 questions
1
vote
2 answers

Maximo Spatial: Access the list of features in the Results Window via an automation script?

Maximo 7.6.1.1/Spatial 7.6.0.5 In the map tab in Maximo Spatial, there is a window called the Results Window (image source): I want to access the list of features in the Results Window via a Jython automation script/custom Action. I've searched the…
User1974
  • 276
  • 1
  • 17
  • 63
1
vote
1 answer

Modify JSON generated in Maximo 7.6.1

I'm able to successfully generate JSON file from Maximo however I would like to modify the JSON before it gets generated. Like below is the sample JSON that gets generated in…
max092012
  • 365
  • 1
  • 5
  • 25
1
vote
4 answers

Invoke autoscript (has WO object launch point) when Service Address is updated?

I have a WO in Maximo 7.6.1.1. When a user updates the Service Address, I want to invoke an autoscript that has an Object Launch Point on the WORKORDER object. Is there a way to invoke an autoscript (that has an object launch point on the…
User1974
  • 276
  • 1
  • 17
  • 63
1
vote
2 answers

WOSERVICEADDRESS X & Y: Differentiate between sources (SA vs. user-defined)

A question about Maximo 7.6.1.1 work orders: In the service address tab, there are LONGITUDEX and LATITUDEY columns. The columns can be populated a couple of different ways: Automatically from the service address (linked to a GIS feature…
User1974
  • 276
  • 1
  • 17
  • 63
1
vote
1 answer

Maximo Anywhere login issue

I have installed maximo-anywhere version 7.6.3. This is just a development environment using the simulator with mobilefirst on eclipse. I am currently unable to login with the following message. Not authorized when logging into Maximo Anywhere - on…
Joey
  • 11
  • 3
1
vote
2 answers

Maximo: Add 'Create New Work Order' button to title bar?

In Maximo 7.6.1.1: When a user is in an application other than WO Tracking, it takes three clicks (and a mouseover) to create a new work order (via the menu). I would like to make it easier for users to create work orders. Idea: Is it possible to…
User1974
  • 276
  • 1
  • 17
  • 63
1
vote
0 answers

Maximo 7.5 birt reports not working in Maximo 7.6 birt

We have recently upgraded our Maximo from 7.5 to 7.6. On 7.5 we had a lot of birt reports scheduled but those birt reports are not compatible with 7.6. In 7.5 we use to directly point to the db2 database url in the report data source and execute the…
Sarshad
  • 29
  • 4
1
vote
2 answers

How to hide a field value in maximo with special characters similar to a bank account number

I have a requirement where i am importing some attribute data through integration into maximo.However the client demands the field value needs to hidden or encrypted with special characters and only the last few numbers to be shown similar to a bank…
1
vote
3 answers

Populate custom X & Y fields in WORKORDER

Updated: In Maximo 7.6.1.1, I have custom fields in these tables: WORKORDER: X & Y ASSET: X & Y LOCATIONS: X & Y I would like to populate the X & Y fields in WORKORDER using the logic below. (The logic is similar--but slightly different--to…
User1974
  • 276
  • 1
  • 17
  • 63
1
vote
1 answer

IBM Maximo - Querying API for data with very slow response time

I have been looking everywhere for a solution to this problem. At my work, we are trying to integrate Maximo with another system via the other systems REST API (which returns JSON responses). I am able to make this integration work on a small scale,…
araisbec
  • 1,223
  • 3
  • 16
  • 27
1
vote
2 answers

Birt Interactive Report with maximo

Here I have a question that is it possible to create an interactive report. I have a requirement like I have to approve bulk data in Maximo side with birt, in birt report I will keep check boxes who else will run that report they will select that…
1
vote
1 answer

Looping in non-persistent object using automation script in maximo

I would like to know how to perform looping using automation script on a non-persistent object using automation script in maximo. The script is written on the non-persistent object triggered during Initialize . This non-persistent object is mapped…
max092012
  • 365
  • 1
  • 5
  • 25
1
vote
1 answer

Unable to set value from a Custom dialog to a field in Maximo

n work order tracking application on Vendor field we need to have a custom look up that would display vendor details based on some condition. I have created a custom dialog in order to display this custom look up. This custom dialog maps to a…
max092012
  • 365
  • 1
  • 5
  • 25
1
vote
1 answer

Maximo Event Filter Java class not being picked up by Publish Channel

I have written a Java class for event filtering on one of the Publish channels, and rebuilt and deployed it. I have referenced it on the Publish channel too. However, Maximo behaves as if the class was never there. package…
1
vote
2 answers

IE automation - Excel Vba can't save value when click save button

I am trying to do IE Automation through Excel VBA code. I have a web page which has cells to add value. I need to change values in these cells by code vba excel example: Now cells in webpage has value : "11_now test" My code vba…
Xpbk
  • 11
  • 4