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

Maximo Anywhere

I'm using IBM Maximo Anywhere and I'm new to Maximo Anywhere. I run Anywhere from my eclipse and test it from IBM worklight simulator. From simulator I can able to login into Anywhere application, But when I create the Ipad environment of my app…
0
votes
1 answer

Maximo: How to read a field of an application using JAVA?

This question probably is easy. I am trying to read a field of a IBM Maximo application and use this value in the method getList(). The value I want to use was not saved in the database yet. Here is some pseudocode: @Override public MboSetRemote…
prieser
  • 55
  • 10
0
votes
1 answer

error editing report in birth report designer for Maximo

After using the install guide provided by Chon I wasn't able to edit any report. The error I'm getting is Description Resource Path Location Type The library with the namespace "MaximoSystemLibrary" is not found. …
davejal
  • 6,009
  • 10
  • 39
  • 82
0
votes
1 answer

hide report in maximo based on status

I want to hide a report and it's print button if the status is not equal to APPR. I already created a conditional expression, what are the next steps? i.e. example: I want users to be able to print an Approved PO, but whenever the status of approved…
davejal
  • 6,009
  • 10
  • 39
  • 82
0
votes
1 answer

BMXAA8342E There was an error loading the OSLC interaction cache

I have created a new object structure and OSLC Resource in Maximo with an intent of using it in Maximo Anywhere. After making the change I have reverted the changes using the Maximo UI and restarted the Maximo application. Now I am unable to query…
Prasad
  • 43
  • 10
0
votes
1 answer

getting Error while trying to log in to maximo 7.6

I have deployed MAXIMO7.6 on WAS8.5.5.3 but am receiving the following error: Error 500: javax.servlet.ServletException: Filter [MTContextFilter]: Could not find required filter class - psdi.webclient.system.filter.MTContextFilter.class while…
armanq
  • 1
  • 2
0
votes
1 answer

Maximo Control Desk (7.5.1.2) - Measuring business hours spent in a specific status

We're transitioning to a managed service provider for our IT service desk and deskside and we're working out the details of their SLAs. Many of the SLAs are based on ticket status. An example of this is the following: "Measures the amount of time…
BoydDensmore
  • 181
  • 12
0
votes
1 answer

Nested sql missing right parenthesis, but where?

I´m trying to create a nested-sql that is suposed to show me all ID from table1 that also is in table2, but the thing is that if the row from table1 got the flag istask = 1 i want it to select the parentid instead of the ID. There can be multiple ID…
0
votes
1 answer

Removing xsi:nil="true" from payload from outbound messages in Maximo

I am new to XSLT and would like to remove the "xsi:nil="true"" from all the attributes that are created with this tag in the payload that is generated from Maximo.
user2732988
  • 71
  • 3
  • 12
0
votes
1 answer

com.ibm.worklight.admin.common.util.exceptions.TimeoutException

MobileFirst 6.3.0.00 Studio Plugin. Working in development server for Maximo Anywhere. Unable to deploy Adapter. I am presented with "Adapter deployment failed: UndeclaredThrowableException" in the MobileFirstConsole. I look at the MobielFirst…
0
votes
1 answer

Maximo readonly/persistent attribute issues

I have an non-persistent attribute (SITEID) on my WOCHANGE object that originates from the parent object, WORKORDER. For some particular reason, this attribute has a few problems that I've never really seen with other attributes before. Based on…
Don Boots
  • 2,028
  • 2
  • 18
  • 26
0
votes
1 answer

Login mechanism used by IBM Maximo Anywhere apps

I have been working on IBM Maximo Anywhere apps such as Work Approval and Work Execution for sometime now have few queries regarding the login mechanism used by these apps. To be specific as per my understanding anyone having access to maximo on…
API
  • 449
  • 3
  • 12
0
votes
1 answer

Customizing the front end of maximo anywhere apps

I have been working on maximo anywhere apps recently and have a requirement to completely change the look and feel of the work execution app, the oslc layer which talks to maximo in the backend remains the same and all the functionalities are the…
API
  • 449
  • 3
  • 12
0
votes
1 answer

Import Maximo 7.5 tickets into Jira

I'm looking for a programmatic way to export Maximo tickets and import them into Jira. The reason is we currently have two ticketing systems and I'd like to give my internal customers access to a single Kanban board (Jira), to give visibility into…
Rob
  • 1
0
votes
1 answer

Maximo - Get current Workflow position using java code

I'm trying to read from the database my current location in the workflow from a java class (work order). From here WFAssignmentSet wfassignment = (WFAssignmentSet) this.getMboSet("WFASSIGNMENT"); I can extract the nodeID, but it seems like a very…
Baked Inhalf
  • 3,375
  • 1
  • 31
  • 45