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
0 answers

Maximo Anywhere Tasks for new work order

Not able to create tasks for new work order from Anywhere. Please suggest Able to create a new work order without task Added a new view for tasks, and trying to add taskId, status, Asset with lookup and Location with lookup. lookup are not…
user65140
  • 3
  • 2
0
votes
1 answer

How Synchronization takes place when user update some attributes from Maximo Anywhere app

We are trying to analyze how the synchronization takes place in Maximo when user update some attributes from Maximo Anywhere app e.g. 1) When user update WO status in inspection app Or Work Execution app does all the WO object in maximo gets updated…
M Dutta
  • 1
  • 1
0
votes
2 answers

IBM Maximo Lookup selecting another value not default value

I am trying to create a lookup. I want to select from PERSON table - if I select a value through lookup, person id is selected, but I need display name value. I have tried by creating a table domain, lookup table, lookup.XML and all methods.
Prabhu
  • 1,135
  • 1
  • 12
  • 14
0
votes
0 answers

MAXIMO 7.6 - how to display a dialog (Report Downtime in WOTRACK for example) using automation script

Doing this from java bean is easy - RequestHandler.showDialog(this.sessionContext, "repdown"); But how to do the same from the automation script? Please note, I'm asking how to show a dialog, not a message box. Thanks in advance!
kosmos2
  • 50
  • 1
  • 8
0
votes
1 answer

for Query in DB2 via jdbc not working

I have a query in Maximo which when run via DB visualizer runs fine. but the same query when I run in java via jdbc it throws sql exception. The query is a bit different than usual and is shown below. It gives the next sequence number for the next…
AhmedRana
  • 486
  • 9
  • 22
0
votes
1 answer

after setting LDAP in WAS for maximo i cant see maximousers in manage groups

after setting up LDAP in WAS maximousers is not create in manage group and when i want to create the group i get this error CWWIM4520E The 'javax.naming.NoPermissionException: [LDAP: error code 50 - 00000005: SecErr: DSID-03152612, problem 4003…
armanq
  • 1
  • 2
0
votes
0 answers

xslt date conversion to UTC

I am very new to xslt programming. Can any one help with this: input xml:
0
votes
2 answers

Windows10 and Maximo Anywhere

The company I work for is currently evaluating the Maximo Anywhere architecture. We are targeting Windows10 as our device platform, and are unsure of the benefits of using the Application Center for deployment. If we were to manage the application…
Kasey
  • 307
  • 1
  • 8
0
votes
1 answer

maximo Anywhere Map coordinates were not found

We are working with maximoAnywhere 7.5.2.0 mobile application. Currently I have to use onlien map with geolocation to display location. But still we are not able to get location. It just loads the map view. I was trying the follow the guidelines…
Developer KE
  • 71
  • 1
  • 2
  • 14
0
votes
1 answer

Maximo Anywhere Fetch Domain Data issue

I am using Maximo Anywhere 7.5.2(Work Execution App). I have added a domain field in SYNONYM-DOMAIN but I couldn't fetch the data from MAM. New Field AREA (Area Code and Area Desc) which is similar to existing STATUS field (Status code and Status…
Vignesh
  • 375
  • 1
  • 2
  • 13
0
votes
1 answer

Maximo Anywhere Multi language support issue

I am using Maximo Anywhere 7.5.2 (Work Execution) App. I added a new folder for a new language (Ex: AB) under translation/nls/AB, after deploying the app. App should load the label data from AB but it always load as "English" only. Copying…
Vignesh
  • 375
  • 1
  • 2
  • 13
0
votes
1 answer

Maximo Anywhere First Time Download Failure

I am working on Maximo Anywhere 7.5.2 - Work Execution Application. After deploying the app, On successful Login. I am getting "isFirstTimeWorkListDownloadFailure" for the querybase "getMyAssignedWork". Kindly help. Thanks.
Vignesh
  • 375
  • 1
  • 2
  • 13
0
votes
1 answer

Maximo Anywhere New Look Up fields create issue

I am working on Maximo Anywhere 7.5.2 - Work Execution Application. I need to show a new look up field (Created already in Maximo Asset Management) in app.xml. After executing the app, the new field is showing in UI but its not showing respective…
Vignesh
  • 375
  • 1
  • 2
  • 13
0
votes
1 answer

Maximo Anywhere button disable issue

I am working on Anywhere 7.5.2 - work execution app. I tried to disable a button from handlers eventContext.setDisplay(false) and I tried with eventContext.setEditable(false) but couldn't do the same. How could I achieve this?
Ram
  • 25
  • 4
0
votes
1 answer

maximo anywhere barcode scanner and map plugin is not working at iphone

ANYWHERE - App Features 1) Enabled "true" in app-features.properties 2) Installed app in device but could't access scanner and Map Error: Barcode Scanning - issue in iPad with Error "CodeScanner" plugin missing. Map - MapPlugin Missing issue Error…
Developer KE
  • 71
  • 1
  • 2
  • 14