
with Tags:
maximo
X

Maximo Calibration allows entry of incorrectly specified Calibration Input and/or Output values ,is this working as designed?
When entering a calibration point "As Found Input Value", Maximo allows users to enter an "incorrectly" specified value without warning the user that their entry is under-specified and / or preventing their entry from being saved. Maximo then automatically interprets their entry, and compensates for the deficiency by adding missing decimal values. Maximo Calibration is currently working like this as per design. To reproduce this scenario follow these steps: 1)Login to Calibration 7500 or 7510 with MAM 7.5.x or... [More]
Tags:  #supmax #iot-support calibration output #supiwms point input maximo |
Maximo Anywhere 7.5.2.1 is out! So lets take a look at the update process.
As some of you may already know Maximo Anywhere 7.5.2.1 was released this week. Along with the usual bug fixes and enhancements that are included in the Maximo Anywhere fix packs this release also brings support for Windows Tablets, to add to the current supported Android and iOS platforms. It's important to note the following information from the README around the supported Windows OS platforms. Windows tablets running on the Windows OS 8.1 are supported, however 8.0 is not a supported tablet operating system. The Maximo... [More]
Tags:  mobilefirst maximo+anywhere mobile maximo supmax worklight anywhere |
TPAE And Scheduler Fixes, what version has which fix.
As many of you may know Maximo TPAE (Base) fixes are bundled with Scheduler fixes. I just wanted to make this quick blog entry to share what each base version had bundled with it. Maximo version 7504 and lower comes with fixes for scheduler version 751, versions 7505 and higher come with fixes for scheduler 752. My co-worker pointed out that Maximo 7.6.0.0 has Scheduler 7.5.3. What this means if upgrading from a previous version of Maximo to a newer version you will need to plan to upgrade your scheduler version at the same time.... [More]
Tags:  base ifix maximo #supmax scheduler tpae |
Did you know you can update the web.xml files without rebuilding/redeploying the maximo.ear?
The instructions for enabling security created by my colleague included in the blog entry link below describe the steps necessary to enable application server security including modifications to web.xml files for the associated war modules, updates to system properties, rebuild/redeployment of the maximo.ear, enabling global security within the WebSphere Administrative Console, and restarting the application servers. ... [More]
Tags:  security deployment maximo web.xml hot |
Maximo -- Use optimizer_mode to improve Maximo performance on Oracle database.
On Oracle database, the default optimizer_mode is ALL_ROWS. This optimizer_mode is inefficient for Maximo SQL queries, especially users screen response. Here is an explanation of Oracle optimizer_mode from oracle documentation -- http://docs.oracle.com/database/121/TGSQL/tgsql_influence.htm Relevant information extracted from the above link Best throughput (default) When you set the OPTIMIZER_MODE value to ALL_ROWS , the database uses the least amount of resources necessary to process all rows that the statement accessed. For batch... [More]
Tags:  performance maximo optimizer_mode oracle |
Filtering TDS users into Maximo based on membership attributes, what options do you have?
A day doesn't go by where I'm not dealing with some LDAP related issue or configuration, whether it be simple file modification, general configuration or complex filtering. When dealing with these issues I try to document my findings and procedures with as much detail as possible. Recently I've been working on methods for filtering user records from Tivoli Directory Server and the options we have available. Looking online there is very little information around this topic, so hopefully this blog will help enlighten... [More]
Tags:  maximo directory security websphere groups tds ldap vmmsync server tivoli |
How to configure SSO( Single Sign On) with Maximo 7.6
For testing purpose, you can setup Maximo 7.6 with SSO configuration. There are 3 parts to configure SSO. - Part 1 : Install DNS (Domain Name System) Server and AD (Active Directory) Service - Part 2 : Install Maximo with Middleware - Part 3 : Configure SSO using SPNEGO Part 1 : Install DNS Server and Active Directory. 1. Prepare two physical machines ( you can use 2 VM instances ) having 2012 OS. One for the DNS Server where AD and Maximo will be installed. The other for client... [More]
Tags:  #supmax max76 maximo sso ad dns |
Maximo -- What should be the default logging and how to set it?
Every issue investigation requires specific loggers and some related loggers. This depends on the issue on hand. I will not go into all the situations in this blog, but I would like to describe what the default logging should be or what should be log level at a steady state. Too much logging is not useful and difficult to sift through. When a Maximo production environment is working in an ideal state without any issues then here is the logging settings I recommend. Set all loggers to ERROR level except the maximo root... [More]
Tags:  logging maximo performance |
Maximo -- Saving an adhoc report (QBR) causes performance problems.
Maximo environments using BIRT reporting engine as part of the reporting solution could experience this performance problem. Maximo adhoc reports (QBR reports) can be saved for future use. This saving instructs the Maximo reporting engine to refresh the report library cache on the application server (JVM). The report library cache is cached on all application server for improving the performance. The report library cache which is a sub-cache of Maximo presentation cache causes the Maximo presentation cache to reload... [More]
Tags:  performance maximo adhoc qbr birt |
Deploying the RMI registry in a Maximo Clustered Environment, part 1
Many of you are familiar with the recommendation to deploy the RMI registry file, rmireg.war and have probably seen these two great tech notes below: http://www-01.ibm.com/support/docview.wss?uid=swg21262022 http://www-01.ibm.com/support/docview.wss?uid=swg21598724 However, I understand a lot of you may be wondering how many, where and why for a clustered environment? This blog will look at elaborating on the fundamental concepts explored in the above tech notes and be geared more specifically to how we can achieve the deployment of the RMI in... [More]
Tags:  invocation cluster maximo registry rmi remireg.war remote method |