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
votes
1 answer

How to interpret cryptic Java class documentation

I have a Stack Overflow question where I'm attempting to use Jython to extract a field value from JSON text: Jython: Parse JSON object to get value (using Java functions) A Stack Overflow community member has been kind enough to point me towards…
User1974
  • 276
  • 1
  • 17
  • 63
-1
votes
1 answer

Maximo Anywhere remove HTML tag from long description

I am trying to remove HTML tag from Work Execution long description field. These field was disabled for editing and after that I have enabled it. But the thing is that it has started to show HTML tag inside of the long description. It is very hard…
-1
votes
1 answer

How to get most recent date in a Maximo CMMS SQL where clause?

Hi All I am trying to get the last wostatus.changedate in a query and i have the following code for Maximo (CMMS): workorder.istask = 0 and (workorder.worktype = 'CM' or workorder.worktype = 'CP' or workorder.worktype = 'PM') and (workorder.woclass…
-1
votes
1 answer

What is the difference between SOAP and REST API in Maximo (Maximo Asset Management)?

Starting from Maximo 7.6 or above. I see Maximo supports both REST API and SOAP. I do not understand the difference between them. I find that Maximo (Maximo Integration Framework) supports web service (SOAP) but Maximo still uses REST API. Can you…
Tu Trinh
  • 157
  • 1
  • 3
  • 19
-1
votes
1 answer

Maximo Anywhere 7.6.2 build failed (Android API 27)

I am getting error as mentioned below while running ./build.sh all command to build Maximo Anywhere apps.Attached error log. I have setup everything...worklight console and appcenter console is working fine and I am able to see anywhere runtime in…
-1
votes
1 answer

BMXAA1470E - A transaction cannot be committed to the Java Message Service (JMS) queue

We have recently started seeing BMXAA1470E - A transaction could not be committed to the Java Message Service queue errors in our Maximo setup. We have two outbound jms servers, sqoutuiserver and sqoutint server which are hosted on of the UI and…
user2732988
  • 71
  • 3
  • 12
-1
votes
2 answers

Search for the missing

I have 2 tables linked in Crystal (Jobplan & Jobtask). There are 3719 job plans. Each has multiple tasks but every one has a task numbered 1. I deliberately deleted one task numbered 1 from one job plan. How do I write in crystal to show me the…
gz3s36
  • 1
  • 1
-1
votes
1 answer

Arabic Font Not Appearing in Birt 3.7.1 PDF Report

Environment: Birt 3.7.1 / Maximo 7.5.0.4 / Sun Solaris 10 Problem: Arabic Font Not Appearing in Birt 3.7.1 PDF Report generated from Maximo 7.5.0.4 Application running on Sun Solaris 10. Details: Birt Viewer is displaying the report correctly with…
High Nine
  • 31
  • 4
-1
votes
1 answer

Maximo Individual User Result Set Timeout from Start Center

I have an individual user that is experiencing timeout/ extensive load time issues with his result sets. The result sets that have issues are dynamically tied to the specific user's account, but no more than 300 entries are populated by each query…
-1
votes
1 answer

IBM Maximo 7.5 How to force a user to logout with action or automation script?

In Maximo 7.5 - Is it possible to force a user to logout using actions or automation script? The case scenario is - User follows the workflow and automaticaly gets logged out after the last action. Thank you!
-1
votes
1 answer

is IBM maximo MxLoader is available for Apache open office

i am trying upload data into maximo using MxLoader. I know that .xlsm files can be opened by openoffice calc. is that possible to load MxLoader in openoffice calc?
Prabhu
  • 1,135
  • 1
  • 12
  • 14
-1
votes
1 answer

Maximo Conditional expression manager/Sql Query Builder

Can somebody help me in converting below mentioned query in to Maximo's where clause: select distinct workorder.wonum from workorder inner join [assignment] On workorder.wonum=[assignment].wonum inner join amcrew On…
-1
votes
2 answers

Call a function whenever an Attribute's value is changed in Maximo 7.5

Is it possible to call a java function or an automation script whenever an attribute's value is changed. No matter if the value is changed from GUI or directly in DB (bypassing Maximo)?
AhmedRana
  • 486
  • 9
  • 22
-1
votes
1 answer

Can we customise work execution app from Application Designer?

Im new to maximo anywhere, our requirement is to cutomize exiting work execution app. How is that possible? Can we create a new screen as such? Please help. I have tried to edit crew app through Application Designer but work execution is not found
developer
  • 92
  • 7
-1
votes
1 answer

Maximo Anywhere configuring/integration with Google Maps?

Is there any possibility to configuring/integration Maximo Anywhere and Google Maps? Refer to IBM docs on http://www-01.ibm.com/support/knowledgecenter/SSPJLC_7.5.0/com.ibm.si.mpl.doc_7.5.0/overview/c_maps.html Maximo Anywhere is configured to use…