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

How to delete maximo anywhere offline local data from iPad

Currently have Work execution app installed on an iPad but from time to time completed work orders get stuck on the work list although they have been updated in Maximo so should clear off the work list. I have been told it may be a cache issue and…
GSSD
  • 1
0
votes
1 answer

DataSplice 5.1 CampMaster table does not exist in production, but exists in test environment

We migrated some XML files (Views) from test to production. When the technician tried to create a work order, they got an error. The ds51prod.log said the following: SelectSchemaQueryFailed: SELECT * FROM ds51_cm_offlineids ORA-00942: table or view…
Sun
  • 2,595
  • 1
  • 26
  • 43
0
votes
3 answers

How to inactivate Users in maximo who don't use it anymore?

I am very new to maximo. I wanted to know how to inactivate users who are not using maximo anymore. I tried googling this but I am not able to find enough material on Maximo. I have to write a cron task to do that. I saw this:…
newbie
  • 1
  • 1
0
votes
2 answers

Change the display format of number field in Maximo

After adding a number field using the database configuration of Maximo and applying the changes, I quickly added the new field to the application using the Application designer. To my surprise when I enter the number, it is displayed with comma…
davejal
  • 6,009
  • 10
  • 39
  • 82
0
votes
1 answer

Maximo 7.1 XSLT unable to reprocess transformed message from message reprocessing

I am facing problem while doing message reprocessing in maximo. Actually I have created a xsl to convert original message (associated in publish channel) into JSON format and it throws an error while processing into endpoint url. Then corrected the…
0
votes
1 answer

How do I change the Javascript injected into PDFs by IBM Maximo's "Direct Print" feature?

Background When a user in IBM Maximo utilizes the Direct Print or Direct Print with Attachments feature for a report, Maximo creates a PDF with the output of the report and with injected JavaScript to make the reader send it to the user's default…
Preacher
  • 2,127
  • 1
  • 11
  • 25
0
votes
1 answer

Maximo Anywhere Uncaught Exception: Uncaught TypeError: win.doc.getCSSCanvasContext is not a function at (compiled_code)

Uncaught Exception: Uncaught TypeError: win.doc.getCSSCanvasContext is not a function at (compiled_code) Uncaught TypeError: win.doc.getCSSCanvasContext is not a function I get above exception after adding a text control or button control to…
user65140
  • 3
  • 2
0
votes
1 answer

Maximo IBM rest API not working

Paging in rest API is not working /maxrest/rest/mbo/ticket?_maxitems=20&_rsstart=31 Modifying value of rsstart is giving same result
Name
  • 69
  • 8
0
votes
1 answer

Maximo Anywhere 7.6 - iOS - Error during Login - "errorCode":"UNRESPONSIVE_HOST"

I have tried using both xcode simulator and install the .ipa file directly to the device (through iTunes) and got the connection error. This is the detail: Mar 27 20:33:30 --- last message repeated 5 times --- Mar 27 20:33:30 myMBPro…
Dyka
  • 11
  • 3
0
votes
1 answer

Maximo Anywhere Customized drop down

I am working in Maximo Anywhere 7.5.2 (Work Execution App). I need to add a dropdown based on my own values instead of creating a domain/lookup attribute in Maximo EAM. How to do it ? I have seen "combobox" in app.xsd but no idea on adding it in…
Vignesh
  • 375
  • 1
  • 2
  • 13
0
votes
1 answer

Maximo Anywhere 7.6 - iOS build fails - Missing anywhere-plugins-ios.zip does not exist

When running ./build.sh clean all to build iOS Anywhere app - the build process fails with this detail errors: /Users/jess/IBM/Anywhere/MaximoAnywhere/build.xml:127: The following error occurred while executing this…
Dyka
  • 11
  • 3
0
votes
1 answer

How to trigger a Maximo Workflow from a Web-service call

Hi is there any way to route a Maximo workflow process instance of a given obect using an external web-service call? Could find documentation to initialize and wake up workflows, but not to route them. To clarify I´d like to be able to perform the…
0
votes
1 answer

Maximo Anywhere Search WO

I am working on Maximo Anywhere 7.5.2 (WORK EXECUTION) app. I need to search WO based on my logged in user. As of now, It fetches complete work order. Ex: If user has be assigned to "ABC" and "ABD" WO, My search for "AB%" should return only these 2…
Vignesh
  • 375
  • 1
  • 2
  • 13
0
votes
1 answer

Maximo Anywhere - Debugging

My lookup attribute is not detectable or visible in the UI, not able to trace the root cause. looking for debugging tips and techniques of UI(app.xml).
user65140
  • 3
  • 2
0
votes
0 answers

originating attribute value in dialog box maximo

I am try to get originating attribute value in Maximo dialog box. I am not sure how to get. We have custom application and custom object. This application will display multiple asset records and I have requirement to open create move/modify Asset…
ken
  • 1
  • 2