IBM Support

Readme file for Manage Operator Suite 9.1.x - Feature Channel January Release

Fix Readme


Abstract

This document lists APARs and Known Issues fixed in the Maximo Manage 9.1.x Feature Channel January Release.
In addition to the new fixes listed here, all fixes from the initial Maximo Manage 9.1.x FC release are included.

Content

The operator version is 9.1.0-pre.stable_9224.

APAR and Known Issue Fixes
When an APAR or Known Issue has Manual Change in the first column, click the link or go to the Manual Change Details section for directions.
When an APAR or Known Issue has Behavior Change in the first column, click the link or go to the Behavioral Change Details section for information.
When an APAR or Known Issue has Database Change in the first column, click the link or go to the Database Change Details section for information.
APAR Application Name Description
DT209523
Manual Change
Integration The MXGLTXN object Structure does not take into account INSERTITEM.
DT258352 Inventory Counting Current Balance and Adjusted Balance on Count Book Line are not updated when Count Book is Completed.
DT392710 Scheduler/Crew A Domain has not been applied to fields in the WOQUALFLG object.
DT392958 Report In upgraded environments, some reports fail to show all expected data.
DT394743 Receiving Scenario: A user performs an Inspection one or more days after the Receipt date, but the Inspection Status date is the Receipt date.
DT395054
Behavioral Change
Mobile In the Technican app on the Asset function page, users cannot cange Asset Function statuses.
DT395222 Job Plans A user reading or adding Feature Specs to a Linear Asset causes the application to query every spec inside the Asset.
DT395580
Manual Change
UI We encountered a problem with multiple file attachments in Offerings in Self-Service-Center.
DT395953 Maintenance Manager The Work Queue Manager displays no more than 50 queries.
DT396231 Mobile The Mobile Preloaded Database Generation cron job is not sending error notifications via email.
DT396248 Count Book Count Book Lines include Obsolete and Inactive items.
DT397298 Maintenance Manager Changes to Labor or Crew assignments in the Role based application are not reflected in the Manage Work Order assignment.
DT397735 Mobile Maximo Mobile technician Map does not specify the originating work order of an inspection.
DT397801 Mobile Inconsistent tolerance failure messages.
DT398799 Mobile In the Technician RBA Work Log app, filtering by Work Order Site does not work.
DT399762 Mobile Assets and locations service addresses not displayed in the map (or list in map view) when assets/locations are added to tasks or multi/asset/loc of the WO
DT399980 Preventive maintenance Changing the status of a Preventive Maintenance record associated with an inactive Job Plan references an incorrect inactive Job Plan.
DT400001 Purchase orders Reverse Invoices cannot be approved on a cancelled Purchase Order.
DT400368 UI Start Center portlet coloring order is not maintained when Start Center Template is saved and updated
DT400488 Service requests The record hover dialog for the Asset field in the Service Requests application does not show asset details when the record is saved, unless you specifically hover over the asset field first, before saving the record.
DT400539 UI The Long Description Rich Text Editor toolbar extends beyond the boundaries of the Editor.
DT400545 Mobile In Technician, new saved Work Order Meter entries do not appear when you exit the WO and re-open it from the list.
DT400639 Mobile Work Order status cannot be changed to COMP on Maximo Mobile when Base Language = non-English
DT400963 Mobile The NO ADJ MADE option should not be selectable when the As Left values have been manually entered.
DT401010 Configuration Tool Publishing a Mobile app displays the timeout error message in error.
DT406994 UI Rich Text Editor fields lengths are too long.
DT407089 Mobile Tolerance fields are not being displayed on Mobile Calibration
DT408967 Mobile Maximo Mobile 8.11 - Synchronization from Mobile to Manage affects the application's performance
DT409407 Mobile Storeroom is required for Mobile whereas it is not required for Maximo core
DT409410 UI Field labels truncated when there is space available to display them
DT409415 Linear Assets In Assets application, user is unable to modify the startmeasure/endmeasure of features for linear assets where base language is French.
DT416480 Routes Route status not working when there are two routes with same name/number in different sites.
DT416547 Job Plans The default Job Plan status is not being used causing the Job Plan to not be displayed.
DT416556
Behavioral Change
Mobile Error "BMXAA0024E - The action READ is not allowed on object CONVERSION" in Technician application
DT416585 Preventive maintenance In the Preventive Maintenance application, using the Set Reading At Last WO action to add New Reading values more than twice, the updated value will not be populated in the Meter Reading field.
DT416766 UI In the Service Request Role Based Application, fields to insert an image in a comment are disabled.
DT416802 UI The 'View Workflow Assignment' and 'View Workflow History' button's location/label is displayed incorrectly in the View Workflow History and View Workflow Assignments dialog.
DT416834 Mobile Using the Start/Stop timer on mobile devices to add a record causes existing Labor records to be deleted from the Report Work page.
DT416943 Scheduler/Crew Field Length exceeds limit when applying Job Plan to Work Order application with base language set as DE (German).
DT417011 Preventive maintenance Generating PM Work Orders or completing Work Orders causes ORA-00936 Missing expression error.
DT417484 Mobile In Form Settings, changing the the toggle does not save the Require Review option.
DT418107 UI After a user opens any application, navigating to the Bulletin Board and selecting a record causes the "Common Actions" side menu background color to change from white to black.
DT418280 UI Input text Fields are not properly aligned with Field Labels.
DT418353 System Object &&& empty error and NullPointerException for REST API call
IJ47083 Job Plans During migration of an active Job Plan with Object Structure PMCOMJOBPLAN, the field predecessortask in the target system is no longer populated.
IJ51361 Graphical Scheduling Making a task-level change to the Work Order description, then performing a discard and refresh causes the date format no longer to match the logged-in user profile date format.

Note: Be aware, this channel subscription is supported for non-production use only. It allows early access to new features for evaluation is non-production environments. This subscription is offered alongside and in parallel with our normal maintained streams. When using this subscription, IBM Support will only accept cases for the latest available bundle deployed in a non-production environment. Severity must be either 3 or 4 and cases cannot be escalated. Please refer to IBM documentation for more details.

Manual Change Details
APAR Change instructions
Go to System Configuration -> Platform Configuration -> Automation Scripts
From More Actions, select Create Script for Integration.
Click Create Script for Integration dialog.
Under Integration Details, select Object Structure.
 ** Object Structure: MXGLTXN
 ** Outbound Definition
 ** Script as below:

  def skipMbo(ctx):
    mbo=ctx.getMbo();
    if mbo is not None:
      owner=mbo.getOwner()
      if owner is not None:
        name=owner.getName()
        if name == "INVTRANS":
         if owner.getString("TRANSTYPE")=="INSERTITEM":
            ctx.process()

Click Create button.
DT395580
OPTION 1
 In LIBRARY.xml search for the following dialog and add parentsave="true":
 <dialog beanclass="psdi.webclient.beans.doclinks.AddDocLinksDrBean" designermboname="DOCLINKS" id="draddnewattachmentfile" label="Create a File Attachment" relationship="DOCLINKS" parentsave="true"> 
OPTION 2
If you wish to limit this behavior to Self-Service only you can do the following 
 1. In LIBRARY.xml search for
<dialog beanclass="psdi.webclient.beans.doclinks.AddDocLinksDrBean" designermboname="DOCLINKS" id="draddnewattachmentfile" label="Create a File Attachment" relationship="DOCLINKS">  
Create a second copy of this dialog pasted directly below the original dialog
Update all of the ids so that they are unique 
Add property parentsave="true"
2. In MENUS.xml search for <menu id="DRATTACHMENTS">    
Create a second copy of this menu 
Update event value for menuitem with id="draddnewfile" to match id name of the dialog created in the previous step
Update all ids so that they're unique
3. In LIBRARY.xml update menutype to match the value of the menu created in the previous step"
 
Behavioral Change Details
APAR Change details
Change in calculation for asset func status.
DT416556 Added read permission for object:-{*}CONVERSION{*} in the default template of Technician and Approvals.

[{"Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m3p000000hB0QAAU","label":"Manage"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.1.0","Type":"MASTER"}]

Document Information

Modified date:
18 June 2025

UID

ibm17179621