IBM Corporation --- IBM(R) Maximo(R) Tivoli Process Automation Engine 7.5.0.2 IBM Corporation Note: Before using this information and the product it supports, read the information in the Notices section at the end of this document. (C) Copyright International Business Machines Corporation 2011, 2012. All rights reserved. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. =============================================================================================== Table of Contents =============================================================================================== I. Introduction II. Installation Instructions III. Manual Changes IV. Issues Resolved V. Notices =============================================================================================== I. Introduction =============================================================================================== Product : Tivoli Process Automation Engine Version : Release 7.5.0.2 Dependencies : NONE PREREQUISITES : Tivoli Process Automation Engine Release 7.5.0.2 has been installed CO-REQUISITES : NONE An Interim Fix is a group of critical issues that have been repaired since the product fix pack or patch was released. The Interim Fix is cumulative and may contain other fixes in addition to the issues that affect your site. The Interim Fix must be applied in full in order to be supportable. Customers should validate this Interim Fix by installing it in a test environment before rolling it out to a production environment. Interim Fixes, by their very nature, go through a limited quality assurance cycle and may not be included in the latest available program patch. =============================================================================================== II. Installation Instructions =============================================================================================== The Interim Fix file should be extracted into the directory. Before extracting the files into the directory, back up the existing Maximo files and make a backup copy of the database. When extracting, make sure that you select the Overwrite existing files and the Use folder names options. NOTE Uninstall Information - This Interim Fix is provided to you as a zip file. It overwrites your existing Maximo directory structure and may contain database scripts that modify your database. If you want to reverse your changes, you must restore your backed-up versions of the Maximo directory and database. Follow these steps to apply this Interim Fix: 1 Ensure that no database configuration changes are pending. 2 Shut down the Maximo application server. 3 Back up the database. 4 Copy the Maximo directory. 5 Download the TPAE_7502_LAFIX..psi.zip file. 6 To start the PSI Installer, click All Programs > Tivoli base services > Process Solution Installer. 7 In the Introduction panel, click Next. 8 In the Choose PSI Package panel, click Choose, navigate to the TPAE_7502_LAFIX..psi.zip file, select the file, and click Open. 9 Follow the onscreen instructions. 10 Run the 'updatedb.bat' utility to run all the Interim Fixes database scripts: a. At a DOS prompt, change directory to '\tools\maximo'. For example, c:\IBM\SMP\maximo\tools\maximo. b. Run 'updatedb.bat'. c. Run 'configdb.bat'. 11 Apply any manual updates listed in this readme.txt file. To find the manual updates for each APAR, see the information related to the APAR in the Manual Changes section. 12 Delete the application server cache folders. For Oracle WebLogic Server, delete the 'cache' and 'tmp' folders in \user_projects\domains\mydomain\servers\AdminServer\. Example: C:\bea923\user_projects\domains\max711domain\servers\AdminServer\cache C:\bea923\user_projects\domains\max711domain\servers\AdminServer\tmp For IBM WebSphere(R) Application Server, delete the cahce folder in \AppServer\profiles\Custom01\temp\Node01\MAXIMOSERVER 13 Delete the Web browser cache on every computer that uses Maximo base services. 14 Rebuild and redeploy the EAR files, and then restart the application server. =============================================================================================== III. Manual Changes =============================================================================================== --- APAR #: IV14896 Issue(s): 12-10620 Description: When trying to modify meter reading history, one should not be able to change a meter reading value so that it will exceed a subsequent one. This problem occurs with CONTINUOUS meter readings of reading type ACTUAL. Database Scripts: N/A Manual Changes: Please run the following insert statement against your database to complete the messages insert. Note: For the msgid column please use the next available BMXAAE. This can be determined by executing "select msgid from maxmessages where msgid like 'BMXAA%' order by msgid desc;" and observing the first value in the result set. delete from maxmessages where msggroup='asset' and msgkey= 'cantExceedFutureActual'; insert into maxmessages(msgkey, msggroup,value,displaymethod,options,msgid,prefix,maxmessagesid) values('cantExceedFutureActual', 'asset', 'The modified reading {0} would exceed the more recent {1} reading {2} entered on {3}. {1} readings cannot be surpassed by older readings.', 'MSGBOX', 2, 'BMXAAE',1,maxmessagesseq.nextval) ; commit; --- APAR #: IV24387 Issues(s): 12-13813 Description: ROUTES RADIO BUTTON DEFAULT TO FIRST OPTION WHEN SELECTING OTHER OPTIONS. Database Scripts: N/A Manual Changes: 1) Open the Routes application's presentation in Application Designer. 2) Export the Routes application to routes.xml. Save this export in a location where you can edit it. 3) Open the just-saved routes.xml in a text editor. 4)Search for - 7) Save these changes. 7) Import the modified routes.xml. --- APAR #: IV27889 Issue(s): 12-14322 Description: YOU CANNOT UPLOAD A .CFR FILE IF YOU SELECT 'PRINT ATTACHED DOCUMENT WITH REPORT IF PRINTABLE TYPE' Database Scripts: N/A Manual Changes: Add the CFR file extension to the list in mxe.doclink.doctypes.allowedFileExtensions system property. 1) Goto System Configuration --> Platform Configuration --> System Properties 2) Filter list to show mxe.doclink.doctypes.allowedFileExtensions property. 3) Edit Global Value to add "cfr" to comma seperated list. 4) Press Save button. 5) Restart the Application Server. Live Refresh is not available for this property. --- APAR: IV31642 / 62097 / 63744 Description: TPAE/MAXIMO 7.5 COMMUNICATION ERROR OCCURRING WHEN HAVING MULTIPLE INSTANCES OPEN. Database Scripts:HF7502_05.dbc, HF7502_06.dbc Manual Changes: 1) Once the db scripts are ran and the new ear deployed and Tpae is running. Log into maximo as an admin, 2) Go To System Configuration > Platfrom Configuration > System Properties application and set the new property mxe.webclient.allowURLDefinedUISessionID to 0 3) Save. 4) Then check the checkbox next to the mxe.webclient.allowURLDefinedUISessionID property in the Global Properties Table 5) Perform the Live Refresh action. 6) Select OK when the Live Refresh dialog opens --- APAR: IV30369 Description: "BMXAA0029E YOU ARE NOT AUTHORIZED TO PERFORM THIS ACTION" WHENTRYING TO SET QUERY AS DEFAULT OR EDIT AN EXISTING QUERY Database Scripts: n/a Manual Changes: 1) Export the library.xml using Export System XML. Save this export in a location where you can edit it. 3) Open the just-saved library.xml in a text editor. 4)Search for - 5) Replace the text with this - 7) Import the modified library.xml. --- APAR #: IV30426 Issues(s): 58874 Description: The View Work Details dialog may take a long time to load if the asset or location has many work orders and tickets associated with it. Database Scripts: HF7502_08.dbc Manual Changes: 1) Export the library.xml using Export System XML. Save this export in a location where you can edit it. 2) Open the just-exported library.xml in a text editor. 3) Search for
. 4) Within section wopms_byasset_template replace the following: with this block that contains the new radio button group:
5) Search for 6) Within dialog wopms_byloc replace the following: with this block that contains the new radio button group:
7) Search for 8) Within dialog wopms_byci replace the following: with this block that contains the new radio button group:
9) Save the modifications and import the modified library.xml. --- APAR #: IV39492 Description: Update Rich Text utility not converting communication templates to rich text for secondary languages Manual Changes: Re-run updaterichtext.bat or updaterichtext.sh if you have communication templates for secondary languages. --- APAR #: IV38548 Defect: 82557 Description: Inventory Usage App WONUM Advanced Search fails to return valid records. Database Scripts: N/A Manual Changes: 1) Open the INVUSAGE application's presentation in Application Designer. 2) Export the INVUSAGE application to invusage.xml. Save this export in a location where you can edit it. 3) Open the just-saved invusage.xml in a text editor. 4) Search for - id="searchmore". You will see beanclass="psdi.webclient.system.beans.QbeBean" on the same line. 5) Change beanclass="psdi.webclient.system.beans.QbeBean" to beanclass="psdi.webclient.beans.invusage.QbeWOBean" 6) Save the changes. 7) Import the modified invusage.xml. --- APAR #: IV44557 Description: Check boxes inside the application tables are not working asynchronously. Database Scripts: HF7502_12.dbc Manual Changes: Set the system property webclient.selectrow.async to "1" to allow check boxes inside tables to work asynchronously. Clicking on the check box will no longer change the focus row. The user must click elsewhere on the row to switch the focus row. --- APAR #: IV47421 Description: Favorite Application portlet does not remove application reference when security rights are removed. Database Scripts: HF7502_14.dbc Manual Changes: Set system property "webclient.hideUnauthorizedFavoriteApps" to "1" to hide unauthorized applications from favorite applications portlet. --- ==================================================================================================== IV. Issues Resolved ==================================================================================================== -------- -------- --- Issue(s): 12-11011 Description: Content installer fail to install MXS file. Database Scripts: N/A Manual Changes : N/A -------- -------- ============================================================================================== Begin HF001 (TPAE_7502_IFIX.20120316-1640.psi.zip) ============================================================================================== -------- -------- --- APAR #: IV17039 Issues(s): 12-11344 dup 12-10935 Description: Combination boxes bleed into the next field with vertical labels. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17000 Issue(s): 12-11343 Description: In the ITAM Deployed Asset, when you try to open the Actual CI details menu, it does not work. Database Scripts: N/A Manual Changes: Make the following changes to these xml files and import them using Application Designer. File: resources/presentations/dpldasset.xml 1) Search for the XML line containing id="Computer_main1_grid_13". 2) On that line replace menutype="ccmdbhyperlink" with menutype="hyperlink" File: resources/presentations/system/menus.xml 1) Search for the XML line containing id="CCMDBHYPERLINK". 2) Remove the following menu --- APAR #: IV16993 Issues(s): 12-11341 Description: If you open Maximo using the Internet Explorer 7 browser, some user interface errors occur and the system stops responding. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16982 Issues(s): 12-11342 Description: In the Escalation Manager application, if an SLA customer creates an escalation, the calendars assigned to the record are not displayed correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16987 Issues(s): 12-11338 Description: When you apply an SLA escalation that does not have a calendar to a service request record, the escalation fires off immediately. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14744 Issues(s): 11-16912, 12-10610 Description: Unable to edit long description field in work log tab with rich text editor�enabled. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF001 (TPAE_7502_IFIX.20120316-1640.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin IF002 (TPAE_7502_IFIX.20120706-1221.psi.zip) =============================================================================================== -------- -------- --- Issue(s): 11-16751 APAR #: IV09497 Description: In the Scheduler application, when you click the Generate Work Orders check box the error message "BMXAA3191E - PM XXXX is not due yet, or it does not fall within the active season" is displayed. The program will not incorporate lead time when it generates the work order. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 12-11350 APAR #: IV17102 Description: In the Work Order Tracking application, when you click to close a work order a warning message appears. When you click OK on the dialogue box the message reappears on a loop several times. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 12-11794 APAR #: IV18442 Description: In the Assets application, there is no sorting order for asset drilldown. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 12-10883 APAR #: IV15698 Description: When the labor rate contract is cancelled in the work order labor actuals the invalid error message "SYSTEM#INVALIDFETCH" is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19086 Issue(s): 12-11979 Description: In the Job Plan application, you can create nested job plans that loop. When this is applied the Work Order Tracking application hangs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV13642 Issue(s): 12-10333 Description: In the Job Plans application the New Row button is missing in the Job Plan Tasks Table. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV12954 Issue(s): 12-10175 Description: When a large number of records is received from the List Tab application the SQL Server runs out of memory. Database Scripts: N/A Manual Changes : 1. Open the \applications\maximo\properties\maximo.propeties file. Make sure the mxe.db.url property is in the below format: mxe.db.url=jdbc:sqlserver://:;databaseName=;integratedSecurity=false;sendStringParametersAsUnicode=false;selectMethod=cursor; Replacing with the appropriate values of DB Server Hostname, IP Port and Name of the Maximo Database in your environment respectively. Save the file. 2. Now run the following statements against the Maximo Database. update maxprop set maximodefault = 'TYPE_FORWARD_ONLY' where propname = 'mxe.db.resultsettype'; update maxpropvalue set propvalue = 'TYPE_FORWARD_ONLY' where propname = 'mxe.db.resultsettype'; We need set TYPE_FORWARD_ONLY our default resultset type. Current value is TYPE_FAST_FORWARD. update maxprop set maximodefault = '200' where propname = 'mxe.db.sqlserverPrefetchRows'; update maxpropvalue set propvalue = '200' where propname = 'mxe.db.sqlserverPrefetchRows'; We have sqlserverPrefetchRows property to restrict number of records fetched in list page for sql server. We recommend this property to client when they fetch large data. Current default value is 0. commit; --- APAR #: IV16785 Issues(s): 12-11285 Description: When the printer queue cannot be read by Java Code, no value of 'MXE.DIRECTPRINT.PRINTTIME.WAITINMINUTES' works properly. Database Scripts: HF7502_01.dbc Manual Changes: N/A --- APAR #: IV20139 Issues(s): 12-12405 Description: In the Service Items application, when an entry is typed in, the Service Item field retrieves an incorrect filter. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19844 Issues(s): 12-12231 Description: In the Receipts Application, Inbound Rotating Item receipts using a MXCVROTITEM Object Structure on a second transaction receive the error message "BMXAA1329E ERROR WHEN IMPORTING RECEIPT WITH ROTATING ASSETS THE 2ND TIME". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12274 Issues(s): 11-17584 Description: In the Quick Reporting application, saved queries are not apended with the order by clause "ReportDate". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20364 Issues(s): 12-12586 Description: In the Inventory Issue application, the storeroom does not populate in issues and transfers by Add/Modify Reservations. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV18655 Issues(s): 12-11867 Description: In the Assets application, when the status of a new asset is set to RTF the message "BMXAA8198I - The asset template has been applied" is displayed. When you click to open a new asset a dialogue box that reads "Not ready and Not RTF" is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09924 Issue(s): 11-16873 Description: When a ticket is duplicated the user does not receive a message. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19657 Issue(s): 12-12117 Description: In the Invoice application, after Reverse Invoice is enabled the invoice total is not reversed from a positive to a negative value. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV16447 Issues(s): 12-11125 Description: When there is a required date parameter on a report, the error message "BMXAA3556E - NULL IS A REQUIRED FIELD," is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19860 Issues(s): 12-12230 Description: In the Purchase Order application, when you set the purchase order to tax exempt and Release Purchase Order is clicked, it does not display as tax exempt. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV13098 Issues(s): 12-10202 Description: On the Service Requests tab when you click the TEST Dialog button, Cancel1 appears incorrectly on the window. Cancel1 should be shown as Label1 because the conditional properties are also configured for this button. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12808 Issues(s): 12-10110 Description: When you click the Work Order tab and then click other tabs, the application hangs as it tries to load the other tabs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12526 Issues(s): 11-17679 Description: In the Invoice application, there is no warning message when there is a variance between the invoice header and the invoice line. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20343 Issues(s): 12-12542 Description: In the Assets application, when the default is set for the Work tab only current work is displayed. When you click next and then previous, cancelled and cLosed status work is shown rather than the default. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20812 Issues(s): 12-12771 Description: In the Assets application, the transfer action used an incorrect GL Account to create a receipt at a new location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21433 Issues(s): 12-13010 Description: In the Inventory Usage application, the actual cost for a transfer performed is set to 1.00 regardless of the actual unit cost. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20154 Issues(s): 12-12413 Description: In the Receipts application, voided receipts use the latest unit cost rather than the original unit cost of the receipt. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03495 Issue(s): 11-14952 Description: If you try to cancel a work order that is related to a PM, the message "BMXAA8233I - Do you want to reinstate the preventive maintenance record while you are canceling the PM work order?" is displayed. However, if you click "Yes" or "No", it is displayed again until you select "Cancel". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21686 Issues(s): 12-13138 Description: In the Receipts application, an incorrect unit cost is displayed when a service is returned. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14943 Issue(s): 12-10635 Description: In the Work Order Track, the AddToIndex method of FauxMBOSet does not add the MBO at the correct index. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV14202 Issue(s): 12-10460 Description: When the status of a work order is changed in the Work Order Tracking application, the "memo622 7929 field" is not shown below the status field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV18632 Issue(s): 12-11819 Description: In the Applications table of the Security Groups, when you type a 2-byte Japanese character string in the filter and press enter the string disappears. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV20296 Issue(s): 12-12526 Description: When a location value is specified, the Asset Site field is read only. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22026 Issue(s): 12-13311 Description: In Gantt View, the parent's target date is saved to the tasks' schedule dates and ignores the duration. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19519 Issue(s): 12-12080 Description: When the labor object is updated, the Migration Manager system fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21649 Issue(s):12-13113 Description: In the Work Flow application, when a new work order is created the error message "BMXAA4473E DOES NOT APPEAR AS IT SHOULD WHEN A ROLE RESOLVES TO A BLANK" is displayed. The record is caught in the work fLow and cannot be routed forward. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21979 Issue(s):12-13261 Description: In the Job Plan application, when a person named as a supervisor is removed from the Job Plan the error message,"BMXAA3082E - FAILED TO DEACTIVATE THE PERSON BECAUSE HE/SHE IS NAMED AS THE SUPERVISOR ON A JOB PLAN," is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21514 Issue(s):12-13080 Description: In the Work Flow application,the Workflow hangs when you try to use a set value action to set the description of a related Work Order record if one does not exist. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19068 Issues(s): 12-11964 Description: When a GL Account Validation is disabled in the Chart of Accounts, users are still prompted for a GL Account in the inventory usage transaction. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08542 Issue(s):11-16354 Description: In the Ticket applications, inactive people can be selected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19935 Issue(s):12-12308 Description: When you disable the GL Account Validation in COA the system still prompts for a GL Account in the Inventory while kits are assembled. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19828 Issue(s):12-12229 Description: When the Multi Asset/Location or Tasks radio buttons are selected, routes allow multiple Job Plans. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV17347 Issue(s): 12-11423 Description: In applications with more than 100,000 rows, users receive an error message when running "All Records" query. When you click "OK" the records appear in list view.The error appears again in the SystemErr.log with the message"BMXAA4214E - An unknown error has occurred" is displayed. Please contact your system administrator for assistance Database Scripts: N/A Manual Changes : N/A --- APAR #:IV22258 Issue(s): 12-13385 Description: In the Assets application, when assets are swapped the GL account is lost. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV20687 Issue(s): 12-12713 Description: In the Inventory Usage application,the Remark Field is incorrectly populated and set to read only when it returns inventory. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV15703 Issue(s): 12-10902 Description: In the Systems application, When a text box that can be edited within a table detail is bound to a data source other than the table's data source, the Set Value Event is sent to the current row of the table and not to the current row of the data source that the Text Box Control is bound to. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV18347 Issue(s): 12-11755 Description: The long description on the List tab shows HTML formatting. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV21694 Issue(s): 12-13137 Description: In the Purchase Orders application, when you set the Purchase Order Table Data to item in a purchase order and click to create a new item line in a purchase order it creates other fields as material rather than as an item. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV22236 Issue(s): 12-13366 Description: In the System application, when you open multiple tabs the system hangs indefinitely. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV22806 Issue(s): 12-13453 Description: In applications, when you click on a download link nothing happens. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV22561 Issue(s): 12-13404 Description: In the Assets application, when more than one asset is moved all assets after the first have an incorrect BINNUM. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV18364 Issue(s): 12-11766 Description: In the Work Order application, when a file is attached to a task the work order task's status changes. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV19600 Issue(s): 12-12076 Description: In the Inventory Usage application, when lines are deleted from the "Split Usage Quantity" they are not deleted from the inventory usage. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV23416 Issue(s): 12-13632 Description: In the Reorder application, when you click to reorder items in detail a dialogue appears. When you click run the error message, "BMXAA3463E ERROR ON REORDER DIRECT ISSUE ITEMS AND SERVICES IN REORDER ITEMS DIALOG BOX," is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21384 Issue(s): 12-12975 Description: In Service Requests application, if the customer creates a new record and executes a workflow, the error message, "BMXAA4157E - Not a valid Yes or No value. Enter Y, y, or 1 for Yes or N, n, or 0 for No. MXBoolean Type is not returning 0|1 for true or false," is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14896 Issue(s): 12-10620 Description: In Continuous meter readings of reading type actual, meter reading values can be changed to exceed the subsequent value when you try to modify the meter reading history. Database Scripts: N/A Manual Changes: Please refer to section III. Manual Changes. --- APAR #: IV21676 Issue(s): 12-13114 Description: In the select SLA dialog, when an SLA is selected from the second page an SLA on the first page is input instead. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23789 Issue(s): 12-13690 Description: In the Inventory application, when you issue an item using the Issue Current Items tab and you enter a new balance an incorrect balance is shown. . Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21462 Issue(s): 12-13017 Description: If HTML tags are removed on tickets through a fix, e-mail is no longer formatted. Database Scripts: N/A Manual Changes: In the presentation emailstner.xml, find the multilinetextbox tag associated with the message body (i.e. dataattribute="msgbody") and change the tag to: richtexteditor --- APAR #: IV23065 Issue(s): 12-13526 Description: In the Work Order Track application, when you click change status and change to close, the error message,"BMXAA4577W OPEN PURCHASE ORDERS EXIST HERE OR AT SOME POINT BELOW IN THE HIERARCHY.WOULD YOU LIKE TO CHANGE THE STATUS?" is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV11553 Issue(s): 11-17388 Description: A deadlock on the server is causing the system to crash. --- APAR #: IV19250 Issue(s):12-12032 Description: In the Work Order Tracking application, when you approve a work order with the status of "wappr" and save the work order the filter still shows this work order with the filter set to "appr". -------- -------- =============================================================================================== End IF002 (TPAE_7502_IFIX.20120706-1221.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin IF003 (TPAE_7502_IFIX.20120828-0834.psi.zip) =============================================================================================== -------- -------- --- APAR #:IV20851 Issue(s): 12-12826 Description: When you use the PSDI.PLUST.APP.WORKORDER.PLUSTFLDWORKTYPE.CLASS the method does not include the correct SiteID when this object is at site level. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23927 Issue(s): 12-13801 Description: When the non-USACII character is encountered in combination with a comma in the display name, Maximo fails to process the mail address. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21511 Issue(s): 12-13073 Description: In the Purchase Report application, when you duplicate a purchase report from a different site and change the ship to location site address, the purchase report keeps the invalid address. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23418 Issue(s): 12-13633 Description: In the Work Order Track application, when a work order is deleted, an error occurs stating that the work order is "pending move/modify". Database Scripts: N/A Manual Changes : N/A --- APAR #: IV16627 Issue(s): 12-11192 Description: In the Work Order Track application, when you attempt to approve a work order, the error message, "BMXAA4025E - No external default value was found for the internal value COMP in domain MTLSTATUS, siteid=BEDFORD, orgid=EAGLENA.ERROR MESSAGE WHEN ATTEMPTING TO APPROVE A WORK ORDER," was displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24093 Issue(s): 12-13740 Description: In the Purchase Report application, when you try to add an invoice creation to a revised purchase order, you are unable to. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV16974 Issue(s): 12-11325 Description: CRONTASK WOMATERIALSTATUSUPDATECRONTASK MEMORY LEAK Database Scripts: N/A Manual Changes : N/A --- APAR: IV24586 Issue:12-13823 Description: In the Work Flow application, when you try to send a communication template email, four hours are added to the date and time fields that were defined in the template. Database Scripts: N/A Manual Changes : N/A --- APAR: IV24579 Issue:12-13827 Description: In the Assets application, when you try to apply an asset template to an asset that exists, a constructor cannot be found, caused by the null pointer exception. Database Scripts: N/A Manual Changes : N/A --- APAR: IV22065 Issue:12-13327 Description: In any application, When you tab through all of the fields in the List tab, the screen pans up. Database Scripts: N/A Manual Changes : N/A --- APAR: IV23875 Issue:12-13714 Description: In any application, when you tab through fields, the Maximo Navigation bar disappears. Database Scripts: N/A Manual Changes : N/A --- APAR: IV12699 Issue:12-10055 Description: In the Asset application, if an asset has a meter attached, any modifications will not be saved. Database Scripts: N/A Manual Changes : N/A --- APAR: IV22004 Issue: 12-13290 Description: In the Calibration application, when you set the defaults for AllowPointInserts and NoADJMadeChoice1, it defaults the field to "False". Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22813 Issues(s): 12-13457 Description: In the Security Group application, when you authorize a GL components, the application will not save. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV22995 Issues(s): 12-13648 Description: In the Configuration application, when the customer installs the Location attribute of the Locations Object, and the Person ID of the Person Object, the configuration of the Person ID fails and the error message, "BMXAA0346I - Rebuilding table PR. "MAXIMO.TLOAMVDPASWBASE" is an undefined name.. SQLCODE=-204, SQLSTATE=42704, DRIVER=4.11.69". The views are not created in the correct order. Database Scripts: The consuming products will need to supply a db script to add a maxvar DBCONFIG_ORDERBY and a varvalue Manual Changes: N/A --- APAR #: IV24949 Issues(s): 12-13935 Description: In the Start Center, When you create a query to be used with KPI, the query is changed to Run Time. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV23037 Issues(s): 12-13634 Description: In LDAP, when you try to log in with special characters, the password is not allowed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24953 Issues(s): 12-13934 Description: When you use the Rich Text editor, the IE caused an incorrect use of an internet domain instead of the intranet. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14196 Issue(s):12-13985 Description: In the SR application, when you set the filter to exclude decommissioned locations and you click to refresh, the ticket dialog still shows the decomissioned locations. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24936 Issue(s):12-13924 Description: In the Work Order Tracking application, when you fill out the labor information under the Actuals tab, the error message, "BMXAA4195E - THE LABOR FIELD REQUIRES A VALUE WHEN TRYING TO SAVE A LABTRANS AFTER CLICKING OK TO THE BMXAA1196W QUESTION," is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21371 Issue(s):12-12969 Description: In the Security Group application, users cannot query a job plan record by its site ID. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23508 Issue(s):12-13664 Description: When you upgrade to Maximo 7.5.0.1 and above, the ERI reports do not function. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22218 Issue(s):12-13368 Description: In all applications with a Related Records tab in the work order field,there is no field validation. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23151 Issue(s):12-13576 Description: In the Receipts application, when a purchase order has a revised status, under the Return Items tab, the application allows a return on the revised purchase order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25227 Issue(s):12-13997 Description: When you select a value in a field with Reset Children, the event change fails to display the selected value immediately. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23493 Issue(s):12-13658 Description: If you have added an invoiceline (the first) from copying a purchesorderline and that line is refering to a workorder, Maximo replaces the account on that line with the account from the workorder when you adding invoiceline number two. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25271 Issue(s):12-14005 Description: In the Work Order applicatoin, attachements are not displayed on a communication log of the work order, if the communication template was sent with an attachement. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25282 Issue(s):12-14015 Description: In the Issue and Transfer applications, when multiple issue transactions that involve the same items are performed without leaving the applications, the inventory balance is incorrect. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23032 Issue(s):12-13499 Description: When you back date the paid status date on an invoice, the paid date status populates with the current date status. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV11560 Issue(s): 11-17391 Description: In the Scheduler application, when you use the Configure Gantt View properties to map an i nternal property the Gannt tab is blank. In Java 1.6 build 29, the Gantt tab does not show due to security permissions. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22552 Issue(s):12-13403 Description: In the Inventory application, a shipment return does not make an entry into Move Costs from the Clearing account. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV12411 Issue(s):11-17645 Description: In any application, when you set a filter in the Start Center and run a new query with other filters set, the filter only retrieves the saved entry. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25585 Issue(s):12-14048 Description: In the Work Order Tracking application, when you create a work order from a ticket object, the work order activity ignores the default value, and hard codes the Parent Change status value to true. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25611 Issue(s):12-14049 Description: In the Data Base Changes application, the application fails when you restore from backup information during an update. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21743 Issue(s):12-13175 Description: When you use the Refresh Index Tables option, not all indexes within the SQL are shown. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24949 Issue(s):12-13935 Description: In the Start Center, when you create a query to be used with KPI, the query is changed to Run Time. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22083 Issue(s): 12-13328 Description: In any application, when you run SQL, the UpdateRichText.Bat utility fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25913 Issue(s): 12-14099 Description: After you install Maximo 7.5.0.2, the error message, "IFIX - 20120706-1221," is displayed when a user logs in. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23135 Issue(s): 12-13560 Description: In LDAP, when you try to log in with special characters, the password is not allowed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25576 Issue(s):12-14039 Description: In the Inventory application, after a record has been saved from the Used on tab, the asset quantity becomes read only. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21437 Issue(s):12-13018 Description: In the Work Order Tracking application, a meter does not appear in the Enter Meter Readings dialog until a record is saved. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24240 Issue(s):12-13792 Description: In the Purchase Order application, when you revise a purchase order with a status of in-progress, the status cannot be changed to revised. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22093 Issue(s):12-13342 Description: In the Work Order Tracking application, when a value is dragged from a WONum field to the Find field, and the enter button is pressed, the intended record is not retreived. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25084 Issue(s):12-13983 Description: In the Actions application, when an Action Group is changed, the group members are not removed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25800 Issue(s):12-14075 Description: When a purchase order is revised but in PENDREV status, receipts cannot be voided. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24192 Issue(s):12-13800 Description: In the UI application, the required field is not validated if there is anny SIGOption on any of the tabs in the presentation XML. Database Scripts: N/A Manual Changes : N/A -------- -------- =============================================================================================== End IF003 (TPAE_7502_IFIX.20120828-0834.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin IF004 (TPAE_7502_IFIX.20121213-1330.psi.zip) =============================================================================================== -------- -------- --- APAR #: IV25860 Issue(s): 12-14084 Description: In the Assets application, when the time zone for the product is different to the time zone for the server, the time displayed in the calendar options does not default to a user's time. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25982 Issue(s): 12-14112 Description: When you log into Maximo, the Lightweight Third-party Authentication (LTPA) token is generated with a time stamp of the current time plus two hours. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25756 Issue(s):12-14100 Description: A date format error occurs when the browser locale is Hebrew and client side validation is turned on. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24387 Issues(s): 12-13813 Description: The Routes radio button defaults to the first option when you are selecting other options. Database Scripts: N/A Manual Changes: Please refer to section III. Manual Changes. --- APAR #: IV25268 Issues(s): 12-14003 Description: You cannot set items in the storeroom to Obsolete when the item exists in multiple storerooms and a reservations exists on one of the items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75592 Issues(s): 10-13788 Description: When you reorder a cron task and revise a purchase contract, the following message displays: BMXAA3496E - TROUBLE PROCESSING ITEM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26078 Issues(s): 12-14130 Description: In the Asset Template application, the lookup on the Specifications displays too many values. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26759 Issues(s): 12-14182 Description: After you revise a PO, the Unit Cost Void/Return Receipts for Service Receipts is incorrect. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26836 Issues(s): 12-14181 Description: The email listener in Maximo 7.5.0.2 does not handle or process the HTML code directly. The message field for the inbound email displays as blank in the CommLog message body RT field and in the SR UI Details RT field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26717 Issues(s): 12-14178 Description: In the PR application, when the Create PO from PR action is executed, the PO lines do not display in the correct order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27403 Issue(s): 12-14257 Description: LocHierarchySet.java is holding a lot of objects in its parentsVector which is causing a memory leak. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27819 Issue(s): 12-14309 Description: When you create a query, MAXIMO appends a list of labor codes that you have rights to,sometimes more than once. This causes the Where Clause to be too big to save as a Saved Query and the program displays the BMXAA4049E error message. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27890 Issue(s): 12-14318 Description: If you add a second entry in an Inventory record for an asset that is already recorded, Maximo allows you to save the second record. As a result, there are two used on entries for the same asset. If you try to delete one entry, the BMXAA8229W error is generated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21220 Issue(s): 12-12939 Description: If the description for an inventory item is longer than 254 characters, you cannot set the INVUSE record to complete. Database Scripts: HF7502_04.dbc Manual Changes: N/A --- APAR #: IV27550 Issue(s): 12-14268 Description: CLOSING BROWSER WITH SESSION OPEN CAUSES RELOGIN TO HAVE 500 ERROR WITH NULL POINTER EXCEPTION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25239 Issue(s): 12-14032 Description: After you configure embedded maximo on the groupware and you click the filter icon or the link menu, the system hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV23281 Issue(s): 12-13579 Description: On the work order list screen when you try to cancel PM work orders from the List, an expected message asking if you want to reinstate the preventive maintenance record while you are cancelling the PM work order does not display: BMXAA8233I" group="workorder" key="cancelLastWO") The PM does not get reinstated and the counter does not get reset. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25292 Issue(s): 12-14016 Description: The 7.1.1.10 integrity checker fails to compare and query columns mapped to NumRangeDomains. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV27963 Issue(s): 12-14332 Description: After an upgrade, the crossover domain ASSETSPEC.ASSETATTIR is not working on the CLASSSPEC object. The values were not crossed over from CLASSSPEC to ASSETSPEC. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21421 Issue(s): 12-13012 Description: In Maximo 75, the user is not able to change the default value of the Reservation Type for work plan materials. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV29570 Issue(s): 12-14427 Description: When you submit a desktop requsition, the following error displays: BMXAA0024E - The action READ is not allowed on object commodities when submitting a direct issue material request. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26598 Issues(s): 12-14159 Description: After you cancel a PO, the PR reference should remain on the PO lines of the PO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26919,IV27050 (duplicate of IV26919) Issues(s): 12-14197,12-14213 (duplicate of 12-14197) Description: Validation does not take place on characteristic-type meters with domains. Any value is accepted even if it is not in the Value list. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27053 Issues(s): 12-14214 Description: The KPI Graph meter indicator tags for the green and red areas are incorrect. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25634 Issues(s): 12-14061 Description: In the Communication Template application, you cannot put a substitution variable into the URL for the Link dialog . Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28594 Issues(s): 12-14380 Description: When you reverse an invoice with prorate cost, the Invoiceline.loadedcost with a service type is incorrect. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26603 Issues(s): 12-14163 Description: Pie Chart labels on the Start Center Portlet overflow into other portlets. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV29258 Issues(s): 12-14406 Description: When you try to transfer a rotating item from one storeroom to another, the item balances are updated, but the rotating asset is not moved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28013 Issues(s): 12-14348 Description: After you change the status of a contract from DRAFT to APPR, you cannot return to the PO application with the newly approved contract by using the Go To Software Contracts and Return with value functionality. The error message: BMXAA3324E Please enter an approved contract" displays. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27329 Issues(s): 12-14247 Description: Only authorize import functionality for user groups that have the SAVE option granted. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26315 Issues(s): 12-14142 Description: After an upgrade, you are unable to use the result set queries with an Order By clause on the Start Center. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09489 Issues(s): 11-16748 Description: User sessions are not being removed from the MAXSESSIONS table after a timeout. Database Scripts: HF7502_09.dbc Manual Changes: N/A --- APAR #: IV24090 Issues(s): 12-13739 Description: Terms and Conditions is only editable if the group used has access in certain circumstance Database Scripts: N/A Manual Changes: 1. Open the termcond.xml presentation under the presentations folder. 2. Search for id="termcond" 3. Replace the line with --- APAR #: IV29531 Issues(s): 12-14417 Description: When you receive a lotted item on a PO, the lot item defaults to a lot that already exists. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30275 Issues(s): 12-14458/Defect 60919 Description: In the Base Services IFIX 7502, when you add a labor jobplan the following error message displays: BMXAA2527E CRAFT NOT VALID. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11103 Issue(s): 11-17277/Defect 58435 Description: In the Base Services LAFIX 7502, a conditional expression error displays when a work order is duplicated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27889 Issue(s): 12-14322 Description: If you try to upload a .CFR attachment and select 'print with workpack' the following error message displays: BMXAA6152E This is not a PDF, XLS... or PPT.. The Print Document with Work Pack cannot be enabled. Database Scripts: N/A Manual Changes: Add the CFR file extension to the list in mxe.doclink.doctypes.allowedFileExtensions system property. 1) Go to the System Configuration --> Platform Configuration --> System Properties application 2) Filter the list to display the mxe.doclink.doctypes.allowedFileExtensions property. 3) Edit the Global Value to add "cfr" to the comma separated list. 4) Press Save button. 5) Restart the Application Server. Live Refresh is not available for this property. --- APAR #: IV29876 Issue(s): 12-14444 Description: In Maximo 7.5.0.2, if the mxe.db.UseSiteListInQuery system property is set to 1 and users are given permission to access a few pre-defined sites, they will not be able to access or select values from Applications defined at system level. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31461 Issues(s):12-14545/defect 61596 Description: The PM counter and nextdate do not get reset after you you cancela PM work order even if you click Yes to reinstate the PM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28540 Issues(s):12-14377 Description: When a work order is set to Complete, Maximom deletes outstanding inventory usage records. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31616 Issues(s): Defect 61944 Description: In the Work Order Tracking application, if crafts or labor are added to planned labor and saved, they are not visible on the Assignments tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27900 Issues(s):12-14321 Description: When a SITEID/ORGID has not been specified for a jobplan but a SITEID/ORGID has been specified on a jobtask, when the JOBMATERIAL object is created it cannot be updated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27589 Issues(s):12-14270 Description: When you specify a value for the reported By field, the value for the affected person is not populated based on the Reported By field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31317 Issues(s):12-14544 Description: After an upgrade, ticket templates that you created for filling new service requests bypassing the required fields no longer works. You must now fill the required field before the list ticket templates appears. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31694 Defect: 63991 Description: If you try to transfer any quantity from one bin to a second bin in the same storeroom with the exact same spelling but a different case (Bin1 vs BIN1), the transferred amount is added to the new bin, but is not subtracted from the old bin. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27573 Defect: 64134 Description: When you modify the currency for a vendor and the vendor is used as the inventory default vendor (INVVENDOR), the following error message display: "BMXAA4176E :Attribute ITEMNUM does not exist". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25845 Defect: 63689 Description: A work order generated from a PM with a route specified includes the description for a loction not a job plan as expected. Database Scripts: N/A Manual Changes: N/A --- APAR: IV31642 / 62097 / 63744 Description: A TPAE/MAXIMO 7.5 communication error occurs when users have multiple instances open. Database Scripts:HF7502_05.dbc, HF7502_06.dbc Manual Changes: 1) Once the db scripts have run, the new ear has been deployed, and Tpae is running, log into Maximo as an admin. 2) Go to the System Configuration > Platfrom Configuration > System Properties application and set the new property mxe.webclient.allowURLDefinedUISessionID to 0. 3) Save the changes. 4) Select the checkbox for the mxe.webclient.allowURLDefinedUISessionID property in the Global Properties table. 5) Perform a live refresh. 6) When the Live Refresh dialog opens, select OK. --- APAR: IV31643 / 62099 / 63747 Description: A TPAE/MAXIMO 7.5 communication error occurs when a requesy takes too long to be be processed. Database Scripts:N/A Manual Changes: N/A -------- -------- =============================================================================================== End IF004 (TPAE_7502_IFIX.20121213-1330.psi.zip) =============================================================================================== -------- --- =============================================================================================== Begin IF005 (TPAE_7502_IFIX.20130219-1055.psi.zip) =============================================================================================== APAR #: IV23080 Issue(s):12-13527 Description: VIEW COST IS NOT SHOWING CORRECT TOTAL Database Scripts: N/A Manual Changes : N/A --- APAR #: IV29695 Issues(s): 12-14433/defect 58203 Description: When you when add or modify a meter reading in a multi-language environment, the following error message displays: BMXAA7095E - The entered value x is not valid. Enter a valid decimal value." LastReading and cumulative reading values (LIFETODATE, SINCEINSTALL, etc) might also be incorrectly multiplied by 100. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28137 Defect: 12-14351 Description: When the default query is set in the application, you experience problems when you create records by using quick insert portlet. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24362 Issue: 12-13811 Description: MAXIMO 7.5 IS ALLOWING THE WORK ORDER STATUS TO BE CHANGED TO COMPLETED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28057 Issue: 12-143245 Description: Application Designer > Table Properties > Start Empty? Enabled and still showing records on list tab Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24969 Issue: 12-13933 Description: THE EXTEND DATE CANNOT BE OVERWRITTEN BC THE WORK ORDER HAS BEEN GENERATED OR BECAUSE THE PM COUNTER IS GREATER THAN ZERO Database Scripts: N/A Manual Changes: N/A --- APAR #: IV32422 Defect: 63905(Issue: 12-14602) Description: BMXAA4160E-MAJOR EXCEPTION HAS OCCURRED BECAUSE CRAFT OBJECT HAS COLUMN WITH SAME NAME AS THE OBJECT(CRAFT) Database Scripts: N/A Manual Changes: N/A --- APAR #: IV33726 Defect: 66744 Description: CHANGE STATUS BOX HANGING AFTER TYPING ANY TEXT IN THE MEMOFIELD AND PRESSING ENTER KEY Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30369 Defect: 58573 Description: "BMXAA0029E YOU ARE NOT AUTHORIZED TO PERFORM THIS ACTION" WHENTRYING TO SET QUERY AS DEFAULT OR EDIT AN EXISTING QUERY Database Scripts: N/A Manual Changes: See Manual Changes Section. --- APAR #: IV34402 Defect: 68802 Description: BASE SERVICES LAFIX 7.5.0.2 IFIX - INVOICE CANNOT BE APPROVED. REVISED QUANTITY DOESN'T GET ON INVOICE FOR TOTAL RECEIVED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV34502 Defect: 68656 Description: DUPLICATE RESERVATION LINE APPEARS WHEN CHANGING PM WO'S STATUS TO APPR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30125 Issues(s): 12-14457 Defect: 69322 Description: CONTRACT REVISION TO GET UPDATED FROM REV 0 TO REV 1, BREAKING THE CONTRACT AND REQUIRING A BACK END SCRIPT TO FIX IT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30867 Issues(s): 12-14509 Defect: 64351 Description: The child's parent is removed when child asset is moved to a location different from the parent's location in a non-primary system. Database Scripts: HF7502_07.dbc Manual Changes: N/A --- APAR #: IV35476 Defect: 70274 Description: UNABLE TO IMPORT METER READING IN ASSET METER DUE TO NULLPOINTEREXCEPTION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV35483 Defect: 70319 Description: UNABLE TO IMPORT METER READING IN LOCATION METER DUE TO ULLPOINTEREXCEPTION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21966 Defect: 70599 Description: INVOICES, SCROLLING THROUGH RECORDS RESULTS INCLUDES A QUERY WITH NOW WHERE CLAUSE : SELECT * FROM INVOICELINE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30871 Defect: 60570 Description: MIGRATION MANAGER CHANGE PACKAGE ERROR ON SYSTEM PROPERTIES Database Scripts: N/A Manual Changes: N/A --- APAR #: IV33367 Defect: 67852 Description: APPLICATION DESIGNER IS ALMOST COMPLETELY UNUSABLE USING INTERNET EXPLORER Database Scripts: N/A Manual Changes: N/A --- APAR #: IV34203 Defect: Interim Fix 69208 Description: Base Services IFIX7502 - ERROR CHANGING STATUS OF PERSON WITH A SYNONYM OF INACTIVE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14736 Issues(s): 12-10585 Description: Browser access denied error using attached documents. Database Scripts: N/A Manual Changes: 1) In Application Designer select Action menu to Export System XML. 2) Press export icon for Library presentation. 3) Edit the library.xml with a text editor and modify the following three dialogs: After this line: Add this line: Modify this line: Modified line: After this line: Add this line: Modify this line: Modified line: After this line: Add this line: Modify this line: Modified line: 4) In Application Designer select the Import Presentation button to import the library.xml. --- APAR #: IV29824 Defect: 72767 Description: Attachments path is not saved correctly as url, resulting in attachment not being viewable from Maximo. Database Scripts: HF7502_10.dbc Manual Changes: There is a new system property added "mxe.doclink.usefileprompt" to enable a browse button to select file attachments that are not copied to the default location. Set the property to 1 to display the browse button on Internet Explorer. The browse button will not work on Firefox. Additionally, you must change a Internet Explorer security settings on the client machine: Tools >> Internet Options >> Security tab >> click zone you want >> Click Custom Level Button >> Under Miscellaneous, enable the property: Include local directory path when uploading files to a server. --- APAR #: IV31273 Defect: 61365 Description: E-MAIL LISTENER FUNCTIONALITY FAILS ON SQL SERVER WITH CASESENSITIVE MAILID Database Scripts: N/A Manual Changes: N/A --- APAR #: IV15801 Defect: 65110 Description: BMXAA1925E - ERROR WHEN TRYING TO RETURN A NEGATIVE QUANTITY ITEM Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27260 Defect: 63815 Description: INTERMITTENTLY GET BMXAA4189E - NOT CURRENTLY CONNECTED TO A SERVER. MAKE SURE THE SERVER IS UP AND RUNNING Database Scripts: N/A Manual Changes: N/A --- APAR #: IV33077 Defect: 65568 Description: Modification to WORKORDER DOCLINKS relationship will not work if database schema name is used in the SQL. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36434 Defect: 74646 Description: SQL error encountered in the Work Order Tracking application when clicking on the View Attachment button. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV23443 Defect: 73691 Description: Menu bar missing after user navigate between applications/tabs Database Scripts: N/A Manual Changes: N/A --- -------- APAR #:IV29182 Issues(s): 12-14403 Description: THE TOTAL OF INVOICE MATCH IS NOT EQUAL TO THAT OF INVOICE LINE. Database Scripts: N/A Manual Changes: N/A --- APAR #:IV34576 Defect: 69011 Description: Jobplan status should not be changed to Inactive when the job plan is used in a Route Stop. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95163 Issues(s): 11-11488 Defect 64133 Description: MAXIMO ALLOWS MORE THAN ONE DEFAULT VENDOR PER ORGANIZATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV35413 Issues(s): Interim Fix 70820 Description: NOT ABLE TO SORT WO TASKS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14321 Issues(s): 73254 Description: Unable to receive Rotating Items through MIF when PO has revisions Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36742 Issues(s): 75858 Description: Performance issue when approving invoice with more than 250 lines. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV35816 Issues(s): 71735 Description: Performance issue for invoice with more than 200 in Copy PO Lines, clicking OK, and save the invoice lines. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV33924 Issues(s): 70600 Description: WO TRACKING - DOWNLOADED RESULT IN MS EXCEL HAS NOT VALID DATE FORMAT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV18108 Issues(s): 76631 Description: DIALOG BOXES DISPLAYING AND NOT GOING AWAY Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28210 Issues(s): 61947 Description: Error "BMXAA2613E: Contract xxx is not active for the start date of this transaction" is encountered. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV32002 Issues(s): 62503 Description: Unable to view item image from work order tracking application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV32838 Issues(s): 64296 Description: JVM HANGS - IN THREDDUMP WEBCLIENTUI THREADS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30426 Issues(s): 58874 Description: The View Work Details dialog may take a long time to load if the asset or location has many work orders and tickets associated with it. Database Scripts: HF7502_08.dbc Manual Changes: Please refer to section III. Manual Changes. --- APAR #: IV27623 Issues(s): 75451 Description: NESTED JOB PLANS THAT HAVE BEEN MADE ACTIVE BY THE CHANGEINSTATUS OF ONE PLAN LEADS TO INCORRECT JP STATUS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20668 Issues(s): 76981 Description: Communication template cannot resolve messages that contain a colon as part of the text. The following error is encountered: "psdi.util.MXApplicationException: BMXAA4176E - Attribute AHU does not exist. Gather the logs from the directory and determine the process or app referencing the invalid attribute." This occurs only when the process is both sending email and writing to the communication log. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36528 Issues(s): 75135 Description: BMXAA4025E - No external default value found when running WOMaterialStatusUpdateCronTask. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37282 Issues(s): 78706 Description: ADD FROM LIBRARY" OPTION IN ATTACHED DOCUMENTS (DOCLINKS) SEEMS TO LOAD THE ENTIRE LIST OF ATTACHED DOCUMENTS INTO MEMORY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37328 Issues(s):78932 Description: THERE ARE CHARGE STORE PURCHASE ORDER LINE ITEMS.CANNOT MOVE ASSET TO INVENTORY TYPE LOCATION. Database Scripts: N/A Manual Changes: N/A --- =============================================================================================== End IF005 (TPAE_7502_IFIX.20130219-1055.psi.zip) =============================================================================================== APAR #: IV34094 Issues(s): 69193 Description: ASSET MOVE HISTORY NOT RECORDING THE VALUE OF THE WONUM IF MOVE/MODIFY ASSETS IS PEFORMED IN THE WOTRACK APP. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV35668 Defect: 70849 Description: Unable to add Assets in Inactive or Maintenance states to Tickets Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36497 Defect: 75729 Description: Filtering on crafts is not working correctly in Labor application Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36690 Issue(s): 13-10186 Description: PROBLEM WHERE ?NULL? IS NOT BEING HANDLED CORRECTLY IN MXREPORTSQLFORMAT.CREATEPARAMWHERECLAUSE() Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36730 Issue(s): 80203 Description: "PLEASE WAIT" DIALOG IS NOT POPPED UP Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37687 Issues(s): 80363 Description: IN ASSETS APPLICATION, IT IS NOT POSSIBLE TO MOVE ASSET ASSEMBLIES WITH GRANDCHILDREN. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV32788 Issues(s): 64272 Description: INVOICES CANNOT BE APPROVED FOR PO RECORD IF MULTIPLE INVOICESEXIST AND THE SUM OF THE ENTERED INVOICES EXCEEDS PO LINES QTY Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38301 Issues(s): 82027 Description: 'PUBLISH AS COGNOS PACKAGE' FAILS WHEN CONFIGURED FOR MULTI-LANGUAGE AND INCLUDED ATTRIBUTES DO NOT HAVE TRANSLATIONS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37972 Issues(s): 81052 Description: After PMWOgen, some queries remain in open cursor. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV13287 Issues(s): 81643 Description: KPI X axis display issue Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38979 DEFECT: 85006 Description: PM WOGEN THAT HAS ROUTE STOPS WITH JP,CROSS-OVER DOMAINS ON FIELD NEW TASK PARENTPMNUM ON WORKORDER & WOACTIVITY OBJECTS NOT WORKING. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37703 Issues(s): 80377 Description: Application messages not being displayed for more than 1 second in Maximo when tablebody has more than 50 rows. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12360 Issues(s): 85033 Description: GET AN ERROR MESSAGE WHEN MOVING ASSETS FROM ONE SITE TO ANOTHER SITE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV35676 Issues(s): 72768 Description: SELECT SERVICE FOR RETURN BUTTON ALLOWING FOR MORE RETURNS THAN HAS BEEN RECEIVED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV34306 Issues(s): 68712 Description: AFTER APPLYING IV30369 - USERS CAN'T EXPAND SAVED QUERIES Database Scripts: N/A Manual Changes: 1) Edit library.xml using a Text editor. 2) Search for tabledetails id="searchvmqr_tabledtails" 3) Check to see if there is an attribute like this sigoptiondatasrc="MAINRECORD" If there is then please delete that. The final tag should look like this - 4) Import library.xml using Application Designer. --- APAR #: IV36052 Issues(s): 78900 Description: BMXAA8284E error when using type-ahead on ALN field with double-byte numeric characters. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV39519 Issues(s): 86416 Description: If ACCOUNT.ACTIVE is set to false on a GL account via integration and ACCOUNT.EXPIREDATE is not provided, unexpected behavior will result. The GL account will appear to still be active in the Chart of Accounts application and when accessed by applications, but the ACTIVE value will be false in the database. If some other attribute is modified on the GL account (for example, ACCOUNTNAME) and saved, then the ACTIVE value in the database will revert to true. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV39530 Issues(s): 86365 Description: CURRENT BALANCES ARE NOT REDUCED IN CURRENT SEQUENCE WHEN ISSUE SEVERAL ITEM AT ONE TIME IN THE INVENTORY USAGE APPLICATION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38547 Issues(s): 83707 Description: USING MIF TO RETURN INSPECTION REQUIRED ITEM, WORKORDER COSTS ARE NOT UPDATED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36848 Issues(s): 79080 Description: RECEIVED SERVICE QTY EXCEEDS THE ORDERED QTY ROUNDING PROBLEM Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37107 Issues(s): 78533 Description: Unit Cost is still editable upon saving the WO Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16913 Issue(s): 87798 Description: In the Work Order application, when the asset or location is removed from a work order, planned changes to a user/custodian for an asset or location are not removed too. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV39707 Defect: 86564 Description: APPROVE REVISED PO, RECEIPTS SHOW AS COMPLETE EVEN THOUGH SERVICE WAS RETURNED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40118 Defect: 87395 Description: WHEN APPROVING REVISED PO, GOT RECEIVED QUANTITY CANNOT BE GREATER THAN THE ORDERED QUANTITY ERROR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40656 Defect: 88110 Description: Applications should start with empty list by default. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25963 Defect: 88013 Description: Task not automatically moving to INPRG. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV39492 Defect: 86860 Description: Update Rich Text utility not converting communication templates to rich text for secondary languages Database Scripts: N/A Manual Changes: Re-run updaterichtext.bat or updaterichtext.sh if you have communication templates for secondary languages. --- APAR #: IV37715 Defect: 81305 Description: Error 500: java.lang.IndexOutOfBoundsException on save and switch to list tab Database Scripts: N/A Manual Changes: --- APAR #: IV22263 Issue(s): 86204 Description: DECOMMISSIONED LOCATIONS STILL SHOW UP IN DRILLDOWN. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV30519 Issue(s): 85867 Description: USER IS ABLE TO ENTER VALUE IN THE CLASSIFICATION FIELD WHEN IT IS READ ONLY. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV37404 Defect: 79856 Description: Bill To/Attention field in PR/PO application is not validating when tabbing out of field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV41216 Defect: 88998 Description: Cannot complete an inventory usage when there are multiple lines for the same items with costing type of FIFO. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV37283 Defect: 78469 Description: PM WO GEN created work orders with wrong status. It did not consider the materail availability. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV26880 Defect: 59005 Description: SOME VIEWS STILL POINTED TO OLD CLASS FILES AFTER UPGRADE TOSCHEDULER REL 7.5 Database Scripts: HF7501_01.dbc Manual Changes : N/A --- APAR #: IV37448 Defect: 79426 Description: Workorder Material status not working properly at receipt when PO has revision. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV37455 Defect: 86471 Description: IN MAXIMO 7.5.0.X, COMMUNICATION ERRORS POPPING UP IN MAXIMO INVARIOUS SCREENS AND TRANSACTIONS. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV20310 Defect: 90526 Description: Asset Specifications tab takes too long to load. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV42687 Defect: Description: LOCATION PRIORITY NOT POPULATING IN CHILD WO VIA A NESTED JOB PLAN. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV26859 Defect: 89599 Description: Work Order safety plan is not popluating correctly when it references a JP with a revision. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV29540 Defect: : 90743 Description: In the Invoice application, when you reference a completed PO in a new PO and copy PO lines, the copy conversion displays incorrect values. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV42276 Defect: 90535 Description: User is unable to disqualify a vendor when the vendor is referenced in a revised job plan. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV38548 Defect: 82557 Description: Inventory Usage App WONUM Advanced Search fails to return valid records. Database Scripts: N/A Manual Changes: See Manual Changes Section. --- APAR #: IV39202 Defect: 86998 Description: COMMUNICATION TEMPLATE EMAILS SENT SPORADICALLY TO EXTERNAL CLIENTS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40175 Defect: 64458 Description: OUTBOUND INTERFACE TABLE TRANSACTIONS RECEIVES ORA-01461 ERROR Database Scripts: HF7502_11.dbc Manual Changes: N/A --- APAR #: IV39808 Defect: 87611 Description: APPLICATION IMPORT'S IMPORT LIMIT DOES NOT HAVE EFFECT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27843 Defect: 93262 Description: In inventory application, cannot change item status to obsolete if item is referred in revised purchase order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40228 Defect: 87627 Description: Unable to switch application view from select records to main record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV39165 Defect: 89012 Description: Start Center Result Set will not display records if record count is less then result set page when last viewed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV44557 Defect: 96351 Description: Check boxes inside the application tables are not working asynchronously. Database Scripts: HF7502_12.dbc Manual Changes: Set the system property webclient.selectrow.async to "1" to allow check boxes inside tables to work asynchronously. Clicking on the check box will no longer change the focus row. The user must click elsewhere on the row to switch the focus row. --- APAR #: IV29077 Defect: 91707 Description: In the Asset application, the Advanced Search / Attribute Search does not work when using 'is null' or '=null'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV39818 Defect: 96212 Description: Classification field is read-only. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV44883 Defect: 97663 Description: UNNECESSARY SQL STATEMENTS NEED TO BE REMOVEDFROM THE ASSIGN LABOR ACTION IN ASSIGNMENT MANAGER Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43850 Defect: 94225 Description: ERRORS WHILE CREATING MIGRATION PACKAGE FOR MOBSUPPORTDATA Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25982 Defect: 99045 Description: APPLICATION WON'T DEAL WITH AN EXPIRED LTPA TOKEN Database Scripts: N/A Manual Changes: N/A --- APAR #: IV32862 Defect: 99850 Description: BMXAA7691E - The status of inventory usage xxx cannot be changed to complete. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43434 Defect: 95906 Description: EMAIL ADDRESSES BEING REMOVED FROM COMMUNICATION RECIPIENT LIST Database Scripts: N/A Manual Changes: N/A --- APAR #: IV44520 Defect: 96640 Description: If the Navigation Bar system property is turned off, then at runtime this section should be ignored. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV39994 Defect: 95231 Description: BMXAA7691E - Integrity Check verifyAutoKeyColumns repair fails for system level autokeys.. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45691 Defect: 101373 Description: PREVIEW REPORT SCHEDULE DATE IS WRONGLY DISPLAYED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38004 Defect: 103519 Description: MAXIMO SPATIAL MAP TAB KEEPS REFRESHING THE MAP AND DOES NOTOPEN IT WHEN SCCD 7.5 IS INSTALLED WITH SPATIAL Database Scripts: N/A Manual Changes: N/A --- APAR #: IV46529 Defect: 102664 Description: REVISED PO STUCK WAITING FOR RECEIPTS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47486 Defect: 104497 Description: Work Order was incorrectly updated to APPR by the work order material cron task when there are direct issue lines which have not been received. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47582 Defect: 105179 Description: Required classification fields can be changed to null any application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47024 Defect: 103274 Description: In HEBREW SCCD THE DIALOG CANNOT BE MOVED LEFT-RIGHT, ONLY UP AND DOWN Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47027 Defect: 103287 Description: Oil and Gas IFIX 7500 - MX7502-Location/Asset priority not populating in child WO for O&G (related to APAR IV42687). Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20692 Defect: 105765 Description: Mxe.email.content.type to text/plain vs text/html Database Scripts: N/A Manual Changes: N/A --- APAR #: IV48722 Defect: 109352 Description: OPENING ACTIVITIES AND TASKS YOU GOT A WHITE SQUARE ON THE LEFT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47313 Defect: 104120 Description: The "filter" fields are not aligned in result sets in Start Center, only in firefox. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV50495 Defect: 110017 Description: work Order Direct Issue status and work pack status were not updated to PARTIAL when the receiving of the POLine does not completely satisfy the work order planned material. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV48874 Defect: 107232 Description: Get error when disqualifying a vendor - BMXAA7387E Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30663 Defect: 110220 Description: In the Work Order Tracking, when a work order has open purchase orders, incorrect lines in the work order status are displayed in the work order history. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36367 Defect: 110427 Description: Doclinks name and description fiels are missing from create file attachment dialog Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45377 RTC defect: 106084 Description: A formatted HTML only email is failing to update an incident record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV50410 RTC defect: 110995 Description: BMXAA4214E Error when creating a custom app in app designer. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV49022 Defect: 108692 Description: Base Services 7.5.0.2 IFIX - IV49022 - RECEIVE FALSE ALERT FROM MAXIMO ITM AGENT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45534 Defect: 110502 Description: WORKFLOW NOT LAUNCHING THE SPECIFIED TAB USING MAXIMO EVERYPLACE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV46106 Defect: 100795 Description: BS 7.5.0.2 IFIX IV46106 Index is dropped during migration process from Source DB2, text search not enabled TO Target database SqlServer with Text Search enabled. Database Scripts: N/A Manual Changes: Introduce a system property mxe.db.textSearchOverride (used on target env) to determine whether migration manager should override textsearchenabled field if source is not TS enabled, but target is. The default behavior is to preserve target environment's text search properties. --- APAR #: IV44907 Defect: 110939 Description: Security Warning Msg box pops up for quickprint. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47092 Defect: 114321 Description: THE WORKORDER.ESTLABHRS CALCULATION IS NOT BEING SET TO 0 WHEN ALL PLANNED LABOR LINES ARE DELETED AND DOUBLED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47958 Defect: 112045 Description: When console appender is removed from all loggers, some Maximo error messages still appear in system.out file Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26056 Defect: 114755 Description: ITEM STATUS CANNOT CHANGE TO OBSOLETE WHEN OPENPR OR PO EXISTS FOR THE ITEM IN A DIFFERENT STOREROOM . Database Scripts: N/A Manual Changes: N/A --- APAR #: IV51413 Defect: 113734 Description: PO WITH IDENTICAL PONUM PRESENT IN 2 SITES, THE ATTACHMENTS AREDISPLAYED AND ACCESSED REGARDLESS OF THE SITE. Database Scripts: HF7502_13.dbc Manual Changes: N/A --- APAR #: IV37310 Defect(s): 115571 Description: Setting the attribute expanded to false in navcontainer control doesn't work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV52051 Defect(s): 115159 Description: Closing browser tab with session open prevents login until browser is closed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47948 Defect(s): 106362 Description: ITEMSETID INCORRECTLY UPDATED ON MIF TRANSACTIONS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV50482 Defect(s): 110504 Description: Asset swap issue in WO which was duplicated. Database Scripts: N/A Manual Changes: N/A ------ APAR #: IV51543 Defect(s): 115648 Description: SCCD 7500/TPAE7502 IV51543 ERROR 503 MESSAGE CAN NOT BE FULLY DISPLAYED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47024 (REWORK) Defect: 103274 Description: In HEBREW SCCD THE DIALOG CANNOT BE MOVED LEFT-RIGHT, ONLY UP AND DOWN Database Scripts: N/A Manual Changes: N/A --- APAR #: IV52148 Defect: 115495 Description: WHEN PM IS ASSOCIATED WITH BOTH FORECAST AND WORKFLOW, PMWOGEN FALLS IN A LOOP. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45391 Defect: 116235 Description: Rich text field changes not saved when using Ctrl+Alt+S to save record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV44280 Defect: 116937 Description: DATE RETRIEVAL INTO SCHEDULER TAKES A LONG TIME WHEN THERE ARE MILLIONS OF WORK ORDERS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV53221 Defect: 117653 Description: JAVA WARNINGS IN APPLICATIONS(ASSETS, WFDESIGNER ETC..) WHEN JAVA 1.7 UPDATE 45 APPLIED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40118 (rework) Defect: 87395 Description: WHEN APPROVING REVISED PO, GOT RECEIVED QUANTITY CANNOT BE GREATER THAN THE ORDERED QUANTITY ERROR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47421 Defect: 119580 Description: Favorite Application portlet does not remove application reference when security rights are removed. Database Scripts: HF7502_14.dbc Manual Changes: Set system property "webclient.hideUnauthorizedFavoriteApps" to "1" to hide unauthorized applications from favorite applications portlet. --- APAR #: IV11746 Defect: 118306 Description: Tab hidden by conditional UI causes other tabs to refresh depending on user events. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45534 (rework) Defect: 110502 Description: WORKFLOW NOT LAUNCHING THE SPECIFIED TAB USING MAXIMO EVERYPLACE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV53759 Defect: 119257 Description: ITEM LOOKUP NOT FILTERED BY STOREROOM Database Scripts: N/A Manual Changes: N/A --- APAR #: IV54376 Defect: 120868 Description: Incorrect quantity issue when changing inventory issue cost type from average to fifo Database Scripts: N/A Manual Changes: N/A --- APAR #: IV55057 Defect: 122957 Description: Start center pie graph in Hebrew does not display tool tip in the correct position. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV53543 Defect: 123224 Description: DOCLINKS RELATIONSHIP ON INVOICE RETURNS MULTIPLE RECORDSIN SUBQUERY Database Scripts: HF7502_15.dbc Manual Changes: N/A --- APAR #: IV35880 Defect: 124318 Description: When you use the transfer out option with multiple user sessions active, incorrect current balances are calculated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47948 Defect(s): 106362 (rework) Description: ITEMSETID INCORRECTLY UPDATED ON MIF TRANSACTIONS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV54642 Defect(s): 121930 Description: Child workorder status changed without considering required material availability. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV55895 Defect(s): 125404 Description: Backspapce is backing browser to startcenter. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17353 Defect(s): 125404 Description: UNABLE TO APPROVE INVOICE WITH INVOICE TOLERANCE SETUP Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38197 DEFECT: 125960 Description: In the Purchase Order application, when you cancel a purchase order revision, the purchase receipt that references that purchase order is removed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40118 (rework) Defect: 87395 Description: WHEN APPROVING REVISED PO, GOT RECEIVED QUANTITY CANNOT BE GREATER THAN THE ORDERED QUANTITY ERROR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV46433 Defect: 101867 Description: PM forecast cron task doesn't complete if 33000+ records are processed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV18348 Defect: 126146 Description: When an item is linked to an INVUSAGE Record, the status cannot be changed to obsolete. The error message ""BMXAA2121E - This status change will make the item(s) permanently unavailable for use. Do you wish to continue?" is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV58594/IV19678 Defect: 129443 Description: ROTATING ITEM SPECIFICATION IS NOT CROSSING OVER TO THE ASSET. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27284 Defect: 129951 Description: SCREEN JUMPS TO THE RIGHT SIDE OF THE BROWSER UNEXPECTEDLY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV41187 Defect: 88885 Description: SQLFORMAT CODE IS NOT IGNORING THE COLON DELIMITED CONTENT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16494 Defect: 129897 Description: SYSTEM HANGS WHEN CLOSING WORK ORDER WITH LOTS OF PLANNED AND ACTUAL MATERIAL Database Scripts: N/A Manual Changes: N/A --- APAR #: IV59516 Defect(s): 131055 Description: reset Mbo variable to null in case we skip a record in the rules. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV59890 Defect(s): 132560 Description: RICH TEXT ENTRIES ARE INCORRECT IN DATABASE FOR LONGDESCRIPTIONS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26056 (rework) Defect: 114755 Description: ITEM STATUS CANNOT CHANGE TO OBSOLETE WHEN OPENPR OR PO EXISTS FOR THE ITEM IN A DIFFERENT STOREROOM . Database Scripts: N/A Manual Changes: N/A --- APAR #: IV56808 Defect: 128091 Description: FIFO ITEM COST INCORRECT WHEN RETURN AND RECEIPT AGAIN. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31576 Defect: 133760 Description: BMXAA2652E - THE RECORD DESIGNATED AS PRIMARY CANNOT BE DELETED WHEN TRYING TO MOVE AN ASSET TO ITS OLD SITE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12496 Defect: 135252 Description: FIFO/LIFO QUANTITY NOT GETTING UPDATED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV55662 Defect: 133789 Description: Internet Explorer hangs when switching between RTE fields on same screen. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36859 Defect : 135269 Description: The Work Order status does not update properly when you receive materials in the Receipts application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV50009 Defect : 129211 Description: WOPRINT report displays same information more than once.. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17378 Defect: 137277 Description: Purchases in a foreign currency convert the exchange rate twice. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV56036 Defect(s): 136343 Description: In the Inventory application, when you run the Inventory Adjustments Reconcile Balances action from the List tab for items with FIFO or LIFO cost type, an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV61188 Defect(s): 136363 Description: Move Asset across sites where the synonym status of the asset does not exist in the other site. Not able to change status of an Asset that was moved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV60996 Defect: 135941 Description: Asset Template using incorrect synonym LOCASSETSTATUS value when generating new asset Database Scripts: HF7502_17.dbc Run it using runscriptfile batch file in the directory tools\maximo\internal runscriptfile -fHF7502_17 Manual Changes : N/A --- APAR #: IV61690 Defect(s): 138318 Description: CANNOT EXPAND THE ATTRIBUTE TABLE WINDOW WHEN CLASSIFICATION HAS NO ATTRIBUTES FOR THE CHANGE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV62002 Defect(s): 138888 Description: PERSONANCESTOR CHAIN BREAKS WHEN UPDATING A PERSON RECORD WITHOUT CHANGING THE SUPERVISOR VIA MIF. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31933 Defect: 140708 Description: REORDER PROCESS NOT LOOKING AT OPENED POS THAT HAVE A PO TYPE OFCONSIGNMENT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV62201 Defect: 139312 Description: CANNOT TRANSFER IN MULTIPLE LINES AT ONCE IN ISSUES AND TRANSFERS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24934 Issue: 142842 Description: In the Inventory application, when you update the ExternalRefID on an existing record on MatRecTrans, the update fails when you use an inbound transaction if the issue type is set to transfer. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV51582 Issue: 143001 Description: THE ASSIGNEDOWNERGROUP IS NOT CARRYING OVER TO THE WORKVIEWAPPLICATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV57393 Issue: 128475 Description: Calendars do not take orgid into consideration. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36494 Issue: 141689 Description: LOADING DATA FROM FLAT FILES, IF RECOVERY SERVICE IS CALLED FILES REMAIN OPEN IN THE OPERATING SYSTEM Database Scripts: N/A Manual Changes: N/A --- APAR #: IV62351 Issue: 140049 Description: PO does not Consider Loaded Cost while checking contract limit with PO Database Scripts: N/A Manual Changes: Set Contract and Receipt using "Loaded Cost". sql statement: update maxvars set varvalue='LOADEDCOST' where varname='RECEIPLINEORLOADED' and orgid=Client Organization Restart the MXServer --- APAR #: IV64604 Issue: 146743 Description: Cannot return FIFO item to vendor. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV51210 Issue: 148209 Description: Voiding receipt does not reverse the original receipt transaction correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV64530 Issue: 146705 Description: RECEIVE INVALID SQL QUERY RUNNING REORDER FOR AN ITEM THAT HAS USAGE RECORDS FROM INTERNAL POS FROM 2 DIFFERENT STOREROOMS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV65363 Issue: 149800 Description: Error "BMXAA0122E - Cannot move rotating asset form an inventory location. Issue or transfer the rotating asset from an inventory location." encountered when modifying attributes on more than one asset using the "Modify All" tab in the Move/Modify assets dialog. The error occurs even if assets are not being moved but are just having their attributes modified. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43808, IV56115 Issue: 150650, 150651 Description: KPIs are not getting updated automatically. Database Scripts: HF7502_18.dbc Manual Changes: The addition of a new property "webclient.refreshKpiPortlet" allows the user to control whether or not the KPI portlets are refreshed during login. Set system property "webclient.refreshKpiPortlet" to "1" to refresh KPI portlets at login. --- APAR #: IV40119 Issue: 152023 Description: MIF INTERFACE RETURNS INTEGERS FOR REGULAR HOURS AND PREMIUM PAYHOURS Database Scripts: Manual Changes: --- APAR #: IV63523 Issue: 158033 Description: ITEMS ARE REORDERING DUE TO THE RESERVATION NOT CLEARING WHEN INVENTORY USAGE RECORD IS SET TO STAGED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV34131 Defect(s): 157980 Description: When clicking on a table cell in a different row, the cursor unexpectdly switches focus to a different cell. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV66979 Defect: 155375 Description: THE UNIT COST AND LINE COST ARE WRONG WHEN RETURNING CONSIGNMENT ITEMS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV62696 Defect: 158031 Description: PR/PO LINE REVISION RELATED RECORDS NOT CLEARED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV61964 Defect: 159753 Description: Items cannot be transferred to a consignment inventory record. You must specify a destination inventory record that is non-consignment. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV69212 Issue: 161751 Description: PO CANNOT BE REVISED WITH RECEIPTS ON AN ITEM THAT IS IN PENDOBS STATUS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38646 Defect: 159111 Description: In the Inventory application, the InvReservationRESTypeUpdateCronTask creates excessive cursors and runs into Maximo open cursors errors. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV69601 Defect: 163356 Description: Cannot approve invoice with error BMXAA0868E. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV60512 Defect: 163709 Description: When you process 10000 - 12000 reservations in the InvReservationResTypeUpdate CronTask, an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV69663 Defect: 163804 Description: Invoice date field issue. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25234 Defect: 158983 Description: Addchange action on mif invoice inbound processing errors out Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36814 Defect: 165918 Description: Attribute search returning incorrect results Database Scripts: N/A Manual Changes: N/A --- APAR #: IV75788 Defect: 186537 Description: When receiving via integration with receipt tolerance specified, costs and quantity are not correctly set if RECEIPTQUANTITY exceeds the order quantity plus the tolerance quantity. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV73901 Defect: 177685 Description: PO reference to PR is lost when revising PO and approving using workflow and filter. Database Scripts: N/A Manual Changes: N/A --- ==================================================================================================== V. Notices ==================================================================================================== This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing IBM Corporation North Castle Drive Armonk, NY 10504-1785 U.S.A. For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to: Intellectual Property Licensing Legal and Intellectual Property Law IBM Japan, Ltd. 1623-14, Shimotsuruma, Yamato-shi Kanagawa 242-8502 Japan The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact: IBM Corporation 2Z4A/101 11400 Burnet Road Austin, TX 78758 U.S.A. Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee. The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. If you are viewing this information softcopy, the photographs and color illustrations may not appear. Trademarks IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at Copyright and trademark information at www.ibm.com/legal/copytrade.shtml. Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries. Java and all Java-based trademarks and logos are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. UNIX is a registered trademark of The Open Group in the United States and other countries.