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 REST API json formatting error

When trying to GET data from this path: /maxrest/rest/mbo/taskscheduler I'm able to get the data in xml perfectly fine. But when I try to convert it to JSON using this parameter: /maxrest/rest/mbo/taskscheduler?_format=json I get a 500 server…
0
votes
2 answers

Maximo: BMXAA1066E - Condition cannot be deleted since it is being referenced in one or more places

When trying to delete a conditional expression, you are given the following error message: BMXAA1066E Condition cannot be deleted since it is being referenced in one or more places. According to the reference count, this is true -…
ESP
  • 979
  • 2
  • 9
  • 21
0
votes
1 answer

Hyperlink in Login Error message in Maximo 7.5

I would like to like to know whether it's possible to add hyperlink to a message that appears in Maximo. For example , if a user is de-activated in Maximo then they get an error message like " You cannot log in at this time. Please contact system…
max092012
  • 365
  • 1
  • 5
  • 25
0
votes
0 answers

Error "Cannot perform fetch on a PLSQL statement: next" while Calling a procedure from BIRT, eg: call sptest('IN1','IN2');

I'm getting the above error while trying to execute Stored procedure from BIRT. Please let me know the right way to call a Stored Procedure from BIRT. My SP runs a series of command and Insert rows in a table. I've to build a report by first calling…
0
votes
2 answers

Safety plan associated Hazards and precautions Sql query for BIRT report

my requirement is to have a list of all Safety plan and their associated Hazards and precautions , there is no relation between SAFETYPLAN and HAZARD in database configuration. I need a Sql query for BIRT report,
0
votes
1 answer

BMXAA0021E - User name and password combination are not valid. Try again

The following message appears in the SystemOut for Maximo, usually shortly after starting the server: [16/08/16 12:30:05:468 BST] 00000037 SystemOut O 16 Aug 2016 12:30:05:468 [ERROR] [MAXDEVSVR] [CID-CRON-32] BMXAA0021E - User name and…
ESP
  • 979
  • 2
  • 9
  • 21
0
votes
1 answer

Set values in workorder created from Asset in Maximo

I would like to create work order using escalation once the asset is moved to some other location (like REPAIR) using move/modify. I do understand that we can trigger CREATEWO however I am not sure on how to set the values on some fields in work…
max092012
  • 365
  • 1
  • 5
  • 25
0
votes
1 answer

OSLC Error - all-gen command Failed

Working with Anywhere (7.5.2) Work Execution app. Recently migrated MAM and Anywhere to new server environment. After executing RDF PULLER, build.cmd all-gen is failed with "ResAnywhereResource~null". how to resolve ?
Vignesh
  • 375
  • 1
  • 2
  • 13
0
votes
1 answer

Maximo Anywhere 7.6 - Physical Count App - Issue during the Physical Count Update

While updating the physical count of an item in the Physical Count app, below error is being thrown. I'm able to update Physical Count from the Maximo portal. Unable to understand the root cause of this issue. Could someone please help? [7/28/16…
Karthik P
  • 13
  • 6
0
votes
1 answer

How to compress the response output from Maximo JSON api

Is there a way to compress the output from Maximo(7.6.0.4) JSON api. I have gone through the Maximo JSON api documentation, but there is no mention of any parameter that can be used to achieve this.
Prasad
  • 43
  • 10
0
votes
1 answer

IBM Maximo: Start Center and Multiple Tables

I am trying to help a colleague out. I created a query in IBM Maximo 7.6, it is in the work orders table but I added a sub query that pulls from the workflow table and filters for anything in Work Flow. My question is: On the start center, is there…
CMccabe
  • 3
  • 4
0
votes
1 answer

XSL rename element name but namespace in the wrong place

I have an xml and i want to rename/changes the element name and leave everthing unchanges but i facing the unexpected result. Incoming XML
0
votes
1 answer

How to add a integer field to date field in maximo?

I need to add a integer field to the date field then output value should be in date format. For Eg: frequency is integer field and certdate is date field i wrote a Set Value action in which I need to set the summation of both values to the Nextdate…
0
votes
1 answer

Change a users Maximo password from a Worklight developed mobile app

We have developed our own mobile application using IBM Worklight, which interfaces with Maximo. Currently, all users have to have a Maximo account that is setup with a default password when created. When the mobile user logs in to the app, their…
ChrisP
  • 45
  • 5
0
votes
1 answer

Maximo Anywhere 7.6 Login iphone (work Execution app) issue

I am using maximoAnywhere 7.6 version (Work Execution App). But i can't able to login my application. When i try to login application in iphone i got below that error. Kindly someone advice me. error : BMXAA0024E - The action READ is not allowed on…
Mihir
  • 3
  • 5