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
2
votes
2 answers

Maximo crossover domain

In Workorder tracking , there is a field "LEAD" which will display ID of lead. In our requirement we have to display Leadname along with Lead ID. SO I created a new field for Leadname in Workorder and used crossover domain with a new relation…
stackuser11
  • 31
  • 1
  • 8
2
votes
1 answer

Maximo 7.6 - Adding 'Change Status' icon to tool bar in Work Order Tracking

We are trying to add the 'change status' icon (in Maximo 7.6) on the toolbar (up top) in the Work Order Tracking application. We already have it in the 'Actions' menu to the left. But, some of our field workers, who work on smaller screens…
RyanE
  • 71
  • 7
2
votes
1 answer

Change the color of a field in maximo

I am trying to run validate on a field (SCHEDHLEDFINISH) in Maximo 7.5. I want to change the color of the textfield to red and possibly display an error icon on that field as well. Here what I have public void validate() throws MXException,…
AhmedRana
  • 486
  • 9
  • 22
2
votes
2 answers

How to create a rule that sends a request off to Maximo?

I created rules in Foundation -> Insights -> Analytics -> a rule, and in that rule, I set the action to send off an email when the condition was met. What I really want to do is kick off a REST call to my Maximo server to generate a service request…
Andrew Jay
  • 1,412
  • 1
  • 12
  • 17
2
votes
1 answer

how to change the background color in maximo?

I would like to change the background color for the entire maximo application whichever page is opened with in the application? Currently the background color is white, I want to change it to something else. Which css or jsp files I need to…
Siva GV
  • 81
  • 2
  • 13
2
votes
2 answers

IBM Maximo Taking Client IP

I am working on project which used Maximo Asset Management program. Our customer wants to know client IP when any person create new service request. I have searched on the internet but I can't find any topics about that. I 'm working with Java on…
2
votes
1 answer

Can Automation Script in Maximo replace Maximo's bean class?

Please consider the following scenario, I am in workorder application's ABC tab. I have table XYZ under ABC tab which displays values from SERVRECTRANS table using relationship between WORKORDER & SERVRECTRANS objects. Now I am introducing new…
tasmohan
  • 121
  • 1
  • 3
  • 7
2
votes
3 answers

How to reset WebSphere wasadmin password

I have tried following this tutorial but the new password doesn't take effect after security is enabled again, still have to use old password to login as…
Leo
  • 2,173
  • 6
  • 28
  • 37
2
votes
1 answer

how to add multiple emails in CC while sending email in Maximo

We are using maximo 6.2.3 version. To send emails for a particular requirement we are using sendemail method in Mxserver class(psdi/server/Mxserver.class). sendEMail(String to, String from, String subject, String message) In mxserver class there is…
Siva GV
  • 81
  • 2
  • 13
2
votes
2 answers

Describe relationship in maximo 7.5

Describe relationship in maximo 7.5 with all detail including backend database process. Suppose I create a relationship in maximo 7.5 asset management between owner_group and person_group "owner_group=:person_group" then what is the actual meaning…
Mr. Nobody
  • 31
  • 1
  • 5
2
votes
1 answer

BIRT3.7.1, Maximo7.5, After XML Source changing, report cannot run properly

The problem is: I develop report design file, everything is ok: sql query, parameters, datasource (I work with maximo 7.5, so, I develop reports in BIRT 3.7.1 and use scripted data source, which create connection with the db2 database). First time I…
mike
  • 21
  • 4
2
votes
2 answers

Dynamic Text Control begins on new page when total data for the control exceeds an entire page

BIRT 3.71v20110905 One of my data fields is a CLOB with html tags. I'm using the Dynamic Text Control in my report. This specifically happens when: The Dynamic Text Control content type is to HTML or Automatic in my case since I have html tags in…
2
votes
1 answer

How to call Web Service with empty soapAction definition?

I received WSDL file from my customer for integrations and that WSDL file was used for other customers and integrations also so it is valid and it won't be changed certainly. I call Web Service from some IBM application (Java based) where I define…
ja jaaaa
  • 115
  • 4
  • 15
2
votes
4 answers

JavaScript force an OnChange in Maximo

I'm currently working on a Bookmarklet for Maximo, which is a Java EE application, and I need to populate a few input boxes. Generally when a use inputs data into the box they click a button that gives them a popup and they search for the value to…
Steven10172
  • 2,003
  • 4
  • 21
  • 37
1
vote
0 answers

How to Configure Tomcat with Crystal Reports 2008 Server V1 SP3 after it's already been installed?

Background I inherited a bunch of systems that were implemented using less-than-best practices and now I'm trying to get them to play nicely together. Components SAP BusinessObjects Enterprise XI Server / Crystal Reports 2008 Server (as far as I…