IBM Corporation --- IBM(R) Maximo(R) Asset Management Release 7.1.1.8 Hot Fix Build: Date: Note: Before you start using this document, read the information in the Notices section at the end of this document. (C) Copyright International Business Machines Corporation 2011, 2012. 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 : Maximo Asset Management Version : Release 7.1.1.8 Dependencies : NONE PREREQUISITES : Maximo Base Services Release 7.1.1.8 has been installed CO-REQUISITES : NONE A hot fix is a group of critical issues that have been repaired since the product fix pack or patch was released. The hot fix is cumulative and may contain other fixes in addition to the issue(s) that affect your site. The hot fix must be applied in full in order to be supportable. Customers should validate this hot fix by installing the hot fix in a test environment prior to rolling it out to a production environment. Hot fixes, by their very nature, go through a limited quality assurance cycle and may or may not be included in the latest available program patch. =============================================================================================== II. Installation Instructions =============================================================================================== This hot fix overwrites your existing Maximo directory structure and it contains database scripts that modify your database. To avoid loss of data, create backup copies of the existing Maximo directory files and back up the database. If errors occur during installation, see the IBM Support Portal for solutions that are relevant to your product and version. For more information, see www.ibm.com/support/entry/portal/Overview/Software/Tivoli/. Uninstall instructions: You extract the hot fix compressed file to the Maximo install_home directory, for example, C:\ibm\smp\maximo. To uninstall the hot fix, restore your backed-up versions to the Maximo home directory, database, and Deployment Engine database. To learn how to back up the databases, see the information center for your product. Installing the hot fix Prerequisites: If any database configuration changes are pending, complete them before you proceed. Procedure: 1. Shut down the application server. To learn how to shut down the application server, see the information center for your product. 2. Create backup copies of the existing Maximo directory files and back up the database. The database administrator must perform this task. 3. Download the hot fix compressed file. 4. From the \bin directory, run the solutionInstallerGUI.bat utility. 5. On the Introduction panel, click Next. 6. On the Choose PSI Package panel, click Choose and navigate to the hot fix compressed file. 7. Select the hot fix compressed file and click Open. 8. Follow the on-screen instructions. Manual steps are required to update the database and rebuild and redeploy the EAR files. 9. Run the hot fix database scripts, by using the updatedb.bat utility. a. Open a command prompt window and run the following command: cd \\tools\maximo b. From the \tools\maximo directory, run the updatedb.bat utility. 10. See the Manual Changes section of this document for any manual updates that must be applied. 11. Delete the application server cache. The location of the cache files depends on the version of application server that you are running. For example; Oracle WebLogic Server: \user_projects\domains\mydomain\servers\AdminServer\ IBM WebSphere Application Server: \AppServer\profiles\Custom01\temp\Node01\MAXIMOSERVER 12. Delete the web browser cache on every computer that uses the product. 13. Rebuild and redeploy the EAR files. 14. Restart the application server. =============================================================================================== III. Manual Changes =============================================================================================== --- APAR #: IZ85477 Issues(s): 10-18356 Description: In the Invoice application, you cannot modify a record that has the type of SCHED. Database Scripts: N/A Manual Changes: Follow these steps to correct a paid Invoice of type "SCHED": 1) User Duplicates the Invoice in "SCHED" status that needs to be corrected 2) Changes the invoice type to "CREDIT" and enters the original Invoice Number 3) Saves and approves/pays the Credit Invoice 4) Create a new Invoice by duplicating the original "SCHED" Invoice and user may optionally change the Due Date 5) Saves and approves/pays the new Invoice created in Step 4. --- APAR: IZ87029 Issue(s): 10-19214 Description: In the Inventory application, on the 'Where Used' tab, if you add an asset from a site diffent than the site of the current inventory record, the asset disappear after you save the record. Database Scripts: HF7118_04.dbc Manual Changes: If the 'Site' attribute is not already on the 'Where Used' tab's 'Used On' table window in the Inventory application (it may have already been added as part of a previous hot fix), you should add it via the following steps: 1) Open the Inventory application's presentation in Application Designer. 2) Export the Inventory application to inventor.xml. Save this export in a location where you can edit it. 3) Open the just-saved inventor.xml in a text editor. 4) Search for the following table control: 5) Within the tablebody control of the whereused_item_table, add a new tablecol that binds to the WHEREUSED.SITEID attribute. In the following example, the new column is identified by id "whereused_item_table_tablebody_IZ87121_siteid":
6) Within the tabledetails control of the whereused_item_table, add a new textbox that binds to the WHEREUSED.SITEID attribute. In the following example, the new textbox is identified by id "whereused_item_table_1_grid3_IZ87121_siteid":
7) Save these changes. 8) Open the Inventory application's presentation in Application Designer. 9) Import the modified inventor.xml. --- APAR #: IZ87518 Issue(s): 10-19482/IZ87518 dup of 10-21411/IZ91465 Description: If you create and delete a workflow process revision with Email Notifications, and then recreate this process revision, a unique constraint error occurs after you save the revision. Database Scripts: HF7118_02.sql Manual Changes: Run script to clean up the WFNotification table. --- APAR #: N/A Issue(s): 10-19633 (dup of 10-19209) Description: MAXIMO db connection does not accept trsuststore and truststore password for SSL connection. Database Scripts: HF7118_05.dbc Manual Changes: If you have a ssl db2 database, you need to add these properties to maximo.properties: mxe.db.DB2sslConnection=true mxe.db.DB2sslTrustStoreLocation=c:/keystores/trust.jks mxe.db.DB2sslTrustStorePassword=password --- APAR: IZ88552 Issue(s): 10-19771 Description: In the Email Listener, you cannot attach .msg files. Database Scripts: N/A Manual Changes: Two new properties are being used in the code, however they are not required unless you do not want to use the default values. In that case, add these properties using the System Properties app: mxe.listener.rfc822extension: ALN type, default is null; File extension of the msg file downloaded. mxe.listener.rfc822depth: INTEGER type, default is 3; The number of levels to go to retrieve attachments from msg file. --- APAR #: IZ89688 Issue(s): 10-20355 Description: You cannot delete a condition if you use the Condition Expression Manager in TPM711. Database Scripts: N/A Manual Changes : New properties are being used in the code, however it is not required unless you want to add some table names. In that case, add this property using the System Properties app: mxe.condition.excludeCheckReference: ALN type, default is empty string; comma-separated table names to be excluded when checking a condition''s references. --- APAR #: IZ89968 Issues(s): 10-20561 Description: In the Work Order application, the tasks and the taskid in the plans tab do not match. Database Scripts: N/A Manual Changes: Make the following changes to these xml files and import them using Application Designer File: resources/presentations/wotrack.xml 1) Search for 3) Search for
5) Search for
In the files resources/presentations/change.xml and release.xml search for the above tags and make the same changes. --- APAR: IZ90425 Issue(s): 10-20788 Description: In the Routes application, you cannot select a value after filtering for results. Database Scripts: N/A Manual Changes: 1. Open up lookups.xml under resources\presentations\system 2. Search for
tag)
4. Import the lookups.xml file using Application Designer. 5. Open up routes.xml under resources\presentations 6. Search for tag)
8. Import the routes.xml file using Application Designer. --- APAR #: IZ92789 Issues(s): 11-10675 Description: In the Purchase Contracts application, if you create more than one PR, copy one APPR PR lines to a new Contract, change the status of this contract to PRICE and try to save it, you get an error. If you erase the PR line and then save the contract again, you are successful, but the PR status changes to CLOSE. Then, if you try to do the same with the next PR, the same thing happens, but now the first PR changes back to APPR. Database Scripts: N/A Manual Changes: Change the xml files and import it using Application Designer File: resources/presentations/contpurch.xml 1) Search for 2) Replace this line with 3) Save these changes. 4) Import the modified contpurch.xml. --- APAR #: IZ91308 Issues(s): 10-21307 Description: When you send an outbound integration transaction to an Interface Table, the error ORA-01461 occurs if the transaction description was copied from a document that has more than 4000 characters and contains bullets or numbered sections. Database Scripts: N/A Manual Changes: For Oracle only, if you want to use the property oracle.jdbc.RetainV9LongBindBehavior fix the error, you need to add this property: mxe.db.retainV9LongBindBehavior=1. To do that, go to System Properties app, add a new property. Default value should be 0. --- APAR #: IZ93317 Issues(s): 11-10820/IZ93317 dup of 10-19025 Description: If you choose the REOPT_ONCE to bind DB2, the DB2 CPU performance is normal. However, if you choose REOPT_NONE, that is the default option to bind DB2, you get a high utilization of DB2 CPU. Database Scripts: N/A Manual Changes: If you want to enable this option to improve performance, you need to 1. add this property to maximo.properties: mxe.db.DB2jdbcCollection=NULLIDR1 2. add this property to database via System Properties app: mxe.db.DB2jdbcCollection 3. The DBA must have already executed: "db2 bind db2clipk.bnd collection NULLIDR1" . They may have to specify the full path, e.g. "db2 bind C:\DB2\SQLLIB\bnd\db2clipk.bnd collection NULLIDR1" . --- APAR #: IZ90453 Issues(s): 10-20848 Description: When you open an application, you can set a time and a date to results. If you download these result sets to Excel, the date and time format changes to the American format even if you specified another language to your Maximo profile. Database Scripts: N/A Manual Changes: Set webclient.downloaddatetimeastext=true in webclient.properties file. The default is false, in which case the data will be downloaded in date format. It will always display in US format, however a date format can be easily changed to a different locale format within Excel. If the property is set to true, it downloads everything as text in the format it appears in the table. --- APAR #: IZ93282 Issues(s): 11-10822 Description: If you go to Message Tracking and specify something in the Quick Search field or click the binocular icon, nothing happens and no results are displayed. Database Scripts: N/A Manual Changes: Change presentation file resources/presentations/intmsgtrk.xml as follows: 1) Search for 2) Change "pageHeaderNoAction" to "pageHeader" 3) Save the change and import the file using Application Designer. --- APAR #: IZ94173 Issues(s): 11-10979 Description: After you restart the JVM, an error occurs and logging.properties stops. Database Scripts: N/A Manual Changes: If user wishes to ignore logging.properties found on classpaths, but use the logging settings in database always, a new property named mxe.logging.disableLoggingPropFile has been added for this purpose. Perform these steps only if you wish to turn on this feature: 1. Add the following lines to maximo.properties // Flag to indicate that logging.properties on classpaths should be ignored and database logging properties will be used always. // Default is set to 0. mxe.logging.disableLoggingPropFile=1 2. Add the same property to the database via System Properties app. Property Name: mxe.logging.disableLoggingPropFile Description: property for disabling the use of logging.properties for logging Data Type: YORN Online Changes Allowed: unchecked Live Refresh: unchecked Encrypted: unchecked Security Level: SECURED Nulls Allowed: unchecked Global Value: 1 3. Restart server. --- APAR #: IZ95405 Issues(s): 11-11701 Description: If you add a Malay locale to the system, you and the other users assigned to this locale cannot log in unless you restart the MXServer. Database Scripts: N/A Manual Changes: ms_MY is not supported by JDK 5, so the datetime format as expected by the customer won't be there automatically. However, there is a workaround to this: Go to System Properties app, and add the property ssetting.DISPLAYDATE_MS, and set its value to dd/M/yyyy. Live refresh. --- APAR #: IZ89604 Issues(s): 10-20289 Description: In the Inventory Balance Report, when you perform a query where the statement for the CONDITIONCODE does not deal with NULL values, the inventory balances on the report are incorrect for items that are not condition enabled. Database Scripts: N/A Manual Changes: Re-import INVENTOR/inventory_balance_tbl.rptdesign --- APAR #: IZ96112 Issues(s): 11-12116 Description: In the Service Requests application, you cannot order the classification in the Classify dialog. Database Scripts: N/A Manual Changes: This change supports the order-by in the Classify dialog. Out-of-box, it is still ordered by Classificationid. If the user does not need to order the Classify tree differently, please do not do any changes. If the user would like to order classify views by, ex, "description" , they can do the following change: 1. In Application Designer, Export the system library.xml 2. Find the "Classify" dialog as in example dialog id="associateClassification" label="Classify" 3. Put orderby in the same line in tree mboname="CLASSSTRUCTURE". Sample in blow: 4. If user uses orderby "description", it is recommended that they also put description field in the tree. 5. In Application Designer, import the modify library.xml back. --- APAR #: IZ97330 Issue(s): 11-12779 Description: When you apply the fixpack for Maximo 7.1.1.8 with German as the base language, an error occurs when you enter Maximo login page and you cannot start the applications. Database Scripts: N/A Manual Changes: 1. Connect to the database and run the following SQL statement, select version from tdtversion where pmpname = 'CORE' and language = (select varvalue from maxvars where varname = 'BASELANGUAGE'); Write down the version number it will probably be something like V7118-37. 2. Make a backup of your [Maximo_Home]\tools\maximo\[Base_Language]\xliff folder. 3. Make a backup of your [Maximo_Home]\tools\maximo\classes\psdi\xlate folder. 4. Remove all XLIFF files except the ALNDOMAIN.xliff and SYNONYMDOMAIN.xliff files from your [Maximo_Home]\tools\maximo\[Base_Language]\xliff folder. Note that SYNONYMDOMAIN.xliff have sub-files like SYNONYMDOMAIN_0001.xliff and SYNONYMDOMAIN_0002.xliff, do not delete these. 5. Replace the Maximo_Home]\tools\maximo\classes\psdi\xlate folder with the 7119 files for this directory. 6. Run the TDToolkit to update the domains, TDToolkit.bat -import -tl[Base_Language] -versionV7100-00. Note that the -version parameter is very important. 7. Restore you directories you backed up earlier. 8. Restore the version in the TDTVersion table, update tdtversion set version = 'V7118-37' where pmpname = 'CORE' and language = (select varvalue from maxvars where varname = 'BASELANGUAGE'); So for example, if your Base Language is German, the language code is de so in step 2, use "\tools\maximo\de\xliff" and in step 6, " TDToolkit.bat -import -tlde -versionV7100-00." If you do not know your base language, you can always figure it out by running the following SQL, select varvalue from maxvars where varname = 'BASELANGUAGE'; --- APAR #: IZ98716 Issues(s): 11-13302 Description: In the Purchase Requisitions application, you can duplicate obsolete items, process them to a PO and receive them into an inventory. Database Scripts: HF7118_EN_001.dbc When a user tries to duplicate a purchasing document (for example, a PR or PO) having one or more lines with an item of status 'OBSOLETE', those lines will not be copied to the new purchasing document. If the script HF7118_EN_001.dbc has been executed, the following will be displayed to the user in a message box: 'BMXAA8285W - One or more of the lines on the original purchasing document contain an item with a status of OBSOLETE. These lines were not duplicated.' Manual Changes: N/A --- APAR #: IZ99713 Issues(s): 11-13619 Description: If an e-mail is supposed to be sent to many users and at least one of them is invalid, the e-mail is still sent to the valid ones. Database Scripts: HF7118_12.dbc Manual Changes: Run hotfix script HF7118_12.dbc --- APAR #: IZ97889 Issues(s): 11-13002 Description: When you open Excel 2007 from Labor Reporting, the Regular Hours column replaces negative values with #VALUE. Database Scripts: N/A Manual Changes: Add the following new property to webclient.properties #Used to download duration type as text in Excel webclient.downloaddurationastext=true Note: By default, the value is set to false. --- APAR #: IV03515 Issues(s): 11-14877 Description: In the Invoice application, if you specify Standard Service for a Line Type, the Detail Menu for the Item field in not shown correctly. Database Scripts: N/A Manual Changes: 1) Open up Application Designer and bring up INVOICE 2) Click on the Invoice Lines tab, right click on the Item field and select Properties 3) In the Go To Applications field, change the ITEM,INVENTOR to SRVITEM 4) Save --- APAR #: IZ99159 Issue(s): 11-13412/IZ99159 dup of 10-19145 Description: In the Incidents application, you can save a Ticket even if the actual start date is later than the finish date. Database Scripts: HF7117_13.dbc 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 delete from maxmessages where msggroup='ticket' and msgkey= 'invaliddate'; insert into maxmessages(msgkey, msggroup,value,displaymethod,options,msgid,prefix,maxmessagesid) values('invaliddate', 'ticket', 'The Actual/Target finish date must be greater than the Actual/Target start date.', 'MSGBOX', 2, 'BMXAAE',1,maxmessagesseq.nextval) ; commit; --- APAR #: IV01986 Issue(s): 11-14406 Description: In Desktop Requisitions, if you remove a material line, add a new material line and approve the record, the PR for the line that was removed is not deleted. 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 delete from maxmessages where msggroup='mr' and msgkey= 'deletelineprexists'; insert into maxmessages(msgkey, msggroup,value,displaymethod,options,msgid,prefix,maxmessagesid) values('deletelineprexists', 'mr', 'Line item cannot be deleted since associated purchase requisition {0} exists.', 'MSGBOX', 2, 'BMXAAE',1,maxmessagesseq.nextval) ; delete from maxmessages where msggroup='mr' and msgkey= 'deletelinepoexists'; insert into maxmessages(msgkey, msggroup,value,displaymethod,options,msgid,prefix,maxmessagesid) values('deletelinepoexists', 'mr', 'Line item cannot be deleted since associated purchase order {0} exists.', 'MSGBOX', 2, 'BMXAAE',1,maxmessagesseq.nextval) ; commit; --- APAR #: IV00915 Issue(s): 11-14049 Description: EXPERIENCING THE SLOWNESS IN ITEM DESCRIPTION SEACH FOR USERS IN SECONDARY LANGUAGE PROFILE Database Scripts: N/A Manual Changes: The fix only applies to Oracle database and when the system property mxe.db.MLQBELooseSearchWOJoin is set 1. In order for it to take effect, you need to add a maximo property through the System Properties app and name the property "mxe.db.UseSiteListInQuery". Please make sure to defined it as a YORN type property and give it a value of "1". You need invoke action "live refesh" if you will not restart the server. If without the property, the sql remains the same. --- APAR #: IV08413 Issue(s): 11-16388 Description: If you try to display the work order status in a localized custom BIRT report, an error occurs and the description is displayed in the base language instead of the localized language. Database Scripts: N/A Manual Changes: In order to have all classes updated on BIRT Designer, copy classes folder from \reports\birt\scriptlibrary\classes to \plugins\org.eclipse.birt.report.viewer_2.3.2.r232_20090212 \birt\WEB-INF\classes --- APAR #: IV03215 Issues(s): 11-14812 Reworked in HF005, HF006, HF007, HF008 Description: In the Purchase Requisitions application, if you cancel a PO that does not belong to the same Site of the PR related to it, the PR remains approved. Database Scripts: HF7118_19.dbc Manual Changes: Run hotfix script HF7118_19.dbc --- APAR #: IV10030 Issue(s): 11-16883 Description: In the Report Administration application, the total cost value of the Work Order Detail report is not displayed correctly. Database Scripts: N/A Manual Changes: Re-import WOTRACK/woprint.rptdesign --- APAR #: IV16577 Issue(s): 12-11163 Description: DESKTOP REQUISITION ITEM QUANTITY NOT RESET TO ZERO Database Scripts: N/A Manual Changes: 1. In Application Designer, Export the system library.xml 2. Search for : buttongroup id="itemdetails_btns" 3. Change the whole buttongroup element to this - from this 5. In Application Designer, import the modify library.xml back. --- APAR #: IV02778 Defect(s): 78849 Description: In the Assets application, when you try to change the asset status from OPERATING to NOT READY after reporting downtime for a date/time in the future, a System Message dialog displas the incomplete message "asset#statusdate". Database Scripts: N/A Manual Changes: Check database to make sure that no assets have a statusdate in the future. SQL Server> select * from asset where statusdate>getdate() DB2,Oracle> select * from asset where statusdate>SYSDATE; The fix will prevent this from happening but those that are already-existing have to be modified. --- APAR #: IV68506 Issue(s): 159103 Description: MULTIPLE REFLECTED CROSS-SITE SCRIPTING (XSS). Database Scripts: N/A Manual Changes: Add Cross Site Scripting Filter to web.xml. Open the file applications/maximo/maximouiweb/webmodule/WEB-INF/web.xml Locate the part where other are there. Add following to the end of other . HttpCrossSiteScriptingSecurity /report/* HttpCrossSiteScriptingSecurity /download/* HttpCrossSiteScriptingSecurity /output/* HttpCrossSiteScriptingSecurity /extract/* --- ==================================================================================================== IV. Issues Resolved ==================================================================================================== --- APAR #: N/A Issues(s): 10-20868 Description: An unknown error when you modify the location of a rotating asset Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-10283 Description: If you use DB2 and you upgrade your product, the following error message is displayed when you run IC on Report mode: "The Maximo definition of this column does not match the actual column." Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-19633 dup of 10-19209 Description: MAXIMO db connection does not accept trsuststore and truststore password for SSL connection. Database Scripts: HF7118_05.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: N/A Issues(s): 11-10045 Description: The following error occurs after you run Integrity Checker: "BMXAA0538E - This column is mapped to an AutoKey but the AutoKey does not exist. Column AUTOSCRIPT.AUTOSCRIPT AutoKey". Database Scripts: HF7118_06.dbc Manual Changes: N/A --- APAR #: N/A Issue(s): 10-19705 Description: When you set the Combobox to QBE mode and try to specify a value for a field, the changes made for this field cannot be saved and the value you specified turns back to the original value. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-10283 1st NONE APAR issue in HF002 Description: If you use DB2 and you upgrade your product, the following error message is displayed when you run IC on Report mode: "The Maximo definition of this column does not match the actual column." Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-17269 Description: Updatedb supports merging presentation using extendpresentation. However, it does not merge translated labels. Database Scripts: N/A Manual Changes: --- APAR #: N/A Issues(s): 10-18709 Description: In the Report Administration application, some report capabilities from Maximo 6 are not enabled in Maximo 7. Database Scripts: See Version6_Version7Report_Integration.doc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: N/A Issues(s): 09-16920 Description: If you upgrade the language package from 6 to 7 and you use French, some values do not find a match in the DomainId. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 11-12089 Description: If you run the Integrity Checker on a DB2 mock environment, autokey errors occur. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 11-11631 Description: If you use DB2 and you run the Integrity Checker of Maximo 7.5 against the 7.1.1.7 version, some errors occur and you cannot complete the Integrity Checker. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-15485 Description: When you update a German DB2 Maximo 6.2.6/Transportation 6.3.1 to Maximo 7.1.1.7/Transportation 7.1.1, you cannot see the TABDISPLAY with the list of applications in the Go To menu. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-12194 Description: When the user applies the hotfix MBS_7118_LAFIX.20110214-1358.psi.zip, it overwrites the customer security settings. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-12534 Last NONE APAR issue in HF002 Description: When you use the URL "http://9.37.208.151:9080/maximo/ui/ login?event=loadapp&additionalevent=useqbe&value=pmcomsr&additionaleventvalue=TICKETID='1167'", the List tab is displayed instead of the Details tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-12956 Description:Labor End Date Calculated Incorrectly When User Blanks Out End Date and System Repopulates the Field Database Scripts: N/A Manual Changes: N/A --- APAR #: Issue(s): 11-14569 Description: Integrity Checker repair mode fails when re-populating MaxSysKeys. Database Scripts: N/A Manual Changes: N/A --- APAR #: n/a Issues(s): 11-14483 Description: TIPCMSFilter.class file is back-leveled in MBS 7118 Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-19102 Description: [UPG] Error displayed on BEA Console logs in the Crew Types (T&D) application: java.lang.ArrayIndexOutOfBoundsException: -1 Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-20975 Description: If you specify a different time zone than the one specified by your system, date parameters are not correctly shown. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-11675 Description: Unable to edit UpgCompTypeI.xml generated by Validate with the Upgrade User Interface opened. Database Scripts: N/A Manual Changes: N/A --- APAR #: n/a Issue(s): 11-13286 Description: Table download function return JSP error in German locale Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-13502, 11-13327 Description: Support DB2 version 9.1 in DBChange, part of UpdateDB. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-12163 Description: Fix IntegrityChecker to handle nonpersistent columns with invalid search types. Database Scripts: N/A Manual Changes: N/A --- APAR #: Issues(s): 11-12815 Description: Cannot log in when loginid contains an apostrophe. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-14572 Description: Mbo.undelete() does not undelete related Long Descriptions. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-16065 Description: When you open the Workflow Designer application, a JSP error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: REGRESSION - no apar Issues(s): 11-16982 Description: If you send an invoice for a service PO from SAP to Maximo, the receiving status is not changed to COMPLETE. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 11-16982 Description: In the Receipts application, after you approve an Invoice for a Service PO line, the invoice status is not changed to complete. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== Begin HF001 (MBS_7118_LAFIX.20110214-1358.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ85477 Issues(s): 10-18356 Description: In the Invoice application, you cannot modify a record that has the type of SCHED. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR: IZ87029 Issue(s): 10-19214 Description: In the Inventory application, on the 'Where Used' tab, if you add an asset from a site diffent than the site of the current inventory record, this asset disappear after you save the record. Database Scripts: HF7118_04.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ89968 Issues(s): 10-20561 Description: In the Work Order application, the tasks and the taskid in the plans tab do not match. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ90425 Issues(s): 10-20788 Description: In the Routes application, you cannot select a value after filtering for results. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR: IZ86290 Issue(s): 10-18772 Description: In the Job Plan application, a child job plan that has a synonym value for DRAFT does not inherit the status change of parent job plan. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ86981 Issue(s): 10-19156 Description: In the Purchase Orders application, if you create a PO from a PR that belongs to a different site, the attachments are not coppied. Database Scripts: HF7118_01.dbc Manual Changes: N /A --- APAR: IZ87577 Issue(s): 10-19525 Description: In the People application, if you change the availability of the person, and you specify 8:00 on the Start Time and the End Time fileds, the value is automatically calculated to 24 hours and the following error occurs: "BMXAA3113E - The length of the work hours exceeds the range of the times provided." Database Scripts: N / A Manual Changes: N /A --- APAR: IZ89515 Issue(s): 10-20204 Description: In the Work Order application, if a work order has more than 1000 assigned assets, an you try to change the status of this work order, the perfomance of the product is affected. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89222 Issue(s): 10-20040 Description: In the Purchase Requisitons applicaition, on the PR line, if you click Go To on the PO field, Maximo goes to the PO application, but does not open the PO record. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89660 Issue(s): 10-20332 Description: In the Purchase Orders application, the inner select statment is missing the site ID, which causes the query to take a long time. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89798 Issue(s): 10-20497 Description: In the Receipts application, when you try to change the inspection status of a service record, the unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91286 Issue(s): 10-21251 Description: In the Purchase Requisitions application, you cannot select revision contract on the PO contract look up. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ91312 Issue(s): 10-21304 Description: In the Inventory application, in the Site field, you can specify an invalid site and storeroom combination when you are creating an internal record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91467 Issue(s): 10-21412 Description: In the Purchase Orders application, you can select and assing the Terms from an organization to a record that belongs to a different organization. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ91471 Issue(s): 11-10003 Description: If you set the Buyahead field to true in the Application Designer, the exchange rate in the Purchase Requisitions application is not populated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87518 Issue(s): 10-19482/IZ87518 dup of 10-21411/IZ91465 Description: If you create and delete a workflow process revision with Email Notifications, and then recreate this process revision, a unique constraint error occurs after you save the revision. Database Scripts: HF7118_02.sql Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ79812 Issue(s): 10-16040 Description: In the Assignment Manager application, if your locale is not EN_US, the labor grid is not displayed. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ87439 Issue(s): 10-19475 Description: In the Inventory application, on Issue Current Items, if you clear the storeroom and then re-enter the storeroom, the GL ACCOUNT shows inventory accounts instead of invcost accounts. Database Scripts: N / A Manual Changes: N /A --- APAR: IZ87438 Issue(s): 10-19477 Description: In the Inventory application, if you change the condition code, the glcreditacct does not change. Database Scripts: N / A Manual Changes: N /A --- APAR #: IZ67630 Issues(s): 10-19597 Description: In the Problems application, after you enter the data in the Problem worklog, all the entries in the log are displayed and not only the ones associated with the problem. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88105 Issue(s): 10-19662 Description: In the Meters Group application, when you import valid characteristic domain values with the Meterdata structure, these values are not accepterd. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ88561 Issues(s): 10-19774 Description: In the Request for Quotation application, if you enable the "Require Approval to Convert PR to PO or Contract" option, records with synonym status of approved are not selected when you copy the PR Lines to a RFQ record. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ88083 Issue(s): 10-19627 Description: If you add a classification to the Classification Catalog, the performance of all applications slows down. Database Scripts: HF7118_03.dbc Manual Changes: Run the database script HF7118_03.dbc --- APAR #: IZ88720 Issues(s): 10-19852 Description: If you set the classification and classification description fields as required, no warning is displayed when you create a job plan but do not specify one or both fields. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88848 Issues(s): 10-19901 Description: You can create more than one primary sustem for one site. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90440 Issues(s): 10-20811 Description: In the Locations application, you cannot clear the primary system chek box after you enable it. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88735 Issues(s): 10-19904 Description: In the Assets application, the drilldown values are not displayed in complete ascending order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89215 Issues(s): 10-20027 Description: In the Items application, if you look up alternate items and no items are returned, an SQL exception is thrown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89562 Issues(s): 10-20257 Description: In the Receiving application, when you receive lotted items, the following error occurs: "BMXAA7170E - The remote object of the server cannot be accessed because a network error occurred on the server. null." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89658 Issues(s): 10-20333 Description: In the Work Order application, the follow-up checkbox for the work order is selected at the wrong site. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89760 Issues(s): 10-20448 Description: In the Classifications application, when you add a nomeric value in the asset specification, Maximo formats or rounds the value when displaying the screen. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89902 Issue(s): 10-20500 Description: The application server causes the CPU to work at full capacity because of an infinite loop in the Assets application when the appLink goes from the Item field to the Item application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90195 Issues(s): 10-20669 Description: You cannot add Multiple Offerings to the shopping cart in TSRM 7.2.1. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90242 Issue(s): 10-20739 Description: In the Inventory application, when you reconcile an item that has an negative inventory transaction, using a credit purchase order, the reconcilitaion uses a positive number in the calculation. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89743 Issue(s): 10-20439 Description: When you are creating ad-hoc reports, the QBR functionality does not work for the Failure Codes application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88271 Issue(s): 10-19743 Description: In the Item application, if you do not have the security right to approve recordss, you cannot approve a record in workflow. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89277 Issue(s): 10-20077 Description: In the Job Plans application, if you open a job plan, filter for result on the Material subtab, and then click the Select Value option, the following error occurs: "BMXAA7135E - The Boolean value of JOBMATERIAL.DIRECTREQ cannot be retrieved." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89749 Issue(s): 10-20442 Description: In the Inventory application, when you add multiple items to a storeroom, the product might crash if the number of items is too big. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90445 Issue(s): 10-20845 Description: In the Warranty Contracts application, when you create a work order from an asset that is under a warranty contract, no waring message is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76191 Issue(s): 10-14290 Description: When start a work flow for an object that has attributes that are both null and flagged as REQUIRED in the user interface, the 'Required field is blank' error message message is displayed and hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88171 Issue(s): 10-19679 Description: In the Locations application, when you try to change the status of a location to DECOMMISSIONED, or to a synonym of DECOMMISSIONED, the change does not roll down to child locations and associated assets. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88582 Issues(s): 10-19799 Description: In the Inventory application, when you are creating an inventory transaction to or from a GL Account, and you stop the messaging engine and compete the transaction, the following error message is displayed: "Error in saving message transaction." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89303 Issues(s): 10-20115 Description: In the Condition Monitoring application, when the most recent measurement is cleared, the last reading of the asset meter or location meter associated with the measure point is not updated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89443 Issues(s): 10-20171 Description: In the Assignment Manager application, you can assign labor by double-clicking the hours area of the 'Labor List' table window, even though you do not have access to Assign Labor in the actions menu. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89628 Issue(s): 10-20299 Description: In the Assets application, if the parent attribute is set on a WORKORDER object, or on a object that extends WORKORDER, and the owning object is not a WORKORDER or object that extends WORKORDER, the following error occurs: "BMXAA4176E - Attribute ISTASK does not exist." Database Scripts: N/A Manual Changes: N/A --- APAR: IZ90378 Issue(s): 10-20744 Description: In the Work Order application, in the Multiple Assets,Locations and CIs window, if you open the Report Downtime window from the detail menu on an asset, the following error occurs: "BMXAA4176E - Attribute ACTSTART does not exist." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90883 Issues(s): 10-20996 Description: In the Meters application, the asset meter inspector field is not defaulted when you enter a new reading value if the asset meter object does not have an owning object. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87230 Issues(s): 10-19343 Description: In the Purchase Requisitions application, if you set the Create Approved PO from Contract on PR Approval option to true, and you try to create PR records on Contract Items, the PO description does not get populated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86817 Issue(s): 10-19072 Description: A data restriciton set in Security Group does not work for the Users application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81233 Issue(s): 10-16721 Description: When you are setting the Admin Mode in a clustered environment, a null pointer exception occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84817 Issue(s): 10-17988 Description: If your login id and your user id are not the same, the eletronic signature is not recorded in the login tracking table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86259 Issues(s): 10-18736 Description: If a user is using Central time, and the DB and the application server are in EST, the incorrect time zone time stamp is dispalyed on the applications. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86683 Issue(s): 10-18964 Description: If your user name contains a single quotation mark, or an apostrophe, an error occurs when you try to login. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ87459 Issues(s): 10-19472 Description: You cannot view the document that is attached to an inbound communication. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88275 Issues(s): 10-19745 Description: In Migration Manager, you cannot migrate synonym values becase internal synonym domain is not set to false. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ88552 Issue(s): 10-19771 Description: In the Email Listener, you cannot attach .msg files. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ88731 Issues(s): 10-19871 Description: If you apply the hotfix for APAR IZ62752, and you create a PO workflow escalation, the workflow assignments on the PO are duplicated. Database Scripts: N/A Manual Changes: N/A --- APAR(s): IZ89201 Issue(s): 10-20025 Description: In the Escalation Manager application, when you reactivate an escalation, a database out of memory error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89286 Issue(s): 10-20079 Description: CIn the Service Request application, the communication log documents are not created. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89688 Issue(s): 10-20355 Description: You cannot delete a condition if you use the Condition Expression Manager in TPM711. Database Scripts: N/A Manual Changes : See the Manual Changes section for this Issue/APAR. --- APAR #: IZ89733 Issue(s): 10-20438 Description: You cannot use a comma in the Mail Receipient Name field to separete email addresses. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89748 Issue(s): 10-20441 Description: When the database is disconnected, MAXIMO is removed from the MAXSESSION table. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ90872 Issue(s): 10-20992 Description: A condition applied to WOSTATUS domain does not work in the work order status lookup of the Preventive Maintenance application. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ91177 Issue(s): 10-21152 Description: In Person Group, after you install HF021 for 7.1.1.6, the object restriction does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91185 Issue(s): 10-21168 Description: Some records in the login tracking table are getting the wrong ATTEMPTRESULT value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91638 Issue(s): 11-10096 Description: If you run several large transacitons at the same time, the JVMs run out of memory. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87251 Issues(s): 10-19382 Description: In the Service Requests application, after you change the status of a record to Close, the Areas Affected tab is still editable, and you can still add or delete incident records in the Related Tickets tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64841 Issues(s): 09-21744 Description: In the long description field, when you use "<>", the characters entered after "<" and or between "<>" disappear. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87335 Issues(s): 10-19424 Description: In the Service Request application, when you enter an asset manually, tab out of the field, then click the Continue button, a Decommissioned Asset is selected for the Asset field and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83241 Issues(s): 10-17375 Description: In the Receipts application, when you create a service receipt for multiple partial receipts without saving each time you add a row, the Line Cost is incorrectly calculated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86727 Issues(s): 10-19009 Description: If the URL attachemnt names have more than 40 characters and you display them in a List View, the names wrap and are no longer hyperlinks. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87985 Issues(s): 10-19620 Description: In Application Designer, when you add an image, the image only aligns to the left of the section. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ88169 Issue(s): 10-19666 Description: The Quick Insert portlet for a cloned application cannot be associated with an OOB template. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89367 Issue(s): 10-20170 Description: Hidden fileds are being rendered, which causes a performance issue for Spatial customers. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90072 Issues(s): 10-20606 Description: The application server is crashing because of a thread deadlock. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90711 Issues(s): 10-20952 Description: You can validate a field that is not displayed as a required field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88746 Issues(s): 10-19905 Description: In the Invoice application, an invoice line is added to service receipt after the invoice is paid. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87502 Issues(s): 10-19476 Description: In the Work Order application, you cannot duplicate a work order if the work order has inactive supervisor or lead. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90438 Issues(s): 10-20810 Description: In the Routes application, when you filter a route record for the location where to insert, and then try to add a route stop, a database error number 2601 occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89279 Issues(s): 10-20075 Description: In the Preventive Maintenance application, on the Frequency tab, when you clear the PM.EXTDATE field, and then clear PM.NEXTDATE field, the PM.ADJNEXTDUE remains writable and checked. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92167 Issue(s):11-10373 Description: When you create a service request, and you select an asset from the drill down menu for the assetnum field, an asset from a different site is selected. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92795 Issue(s):11-10678 Description: In the Service Request application, on advanced searches, when you select a value form the drill down menu on the Location search field, the value is not returned. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91300 Issues(s): 10-21269 Description: In the Work Order application, when you create parent and children work orders in an external system and change the parent work order status to APPR, XMLs are created and the process occurs normally. However, if you change the parent work order status to WAPPR, an error occurs and XMLs are not created. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92796 Issue(s):11-10677 Description: In the Work Order application, the valid crossover fields of children work orders created using PM Route are not getting populated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91457 Issues(s): 10-21387 Description: In the Assets application, when you move assets from the Asset tab or the List tab to a null location and a named bin, you cannot track them properly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92825 Issues(s): 11-10704 Description: When you try to search for an asset attribute in the Service Request module, decommissioned assets appear in the list. If you select one asset attribute and this is one of the decommissioned items, an error occurs and you have to start the process again. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88855 Issue(s): 10-19917/IZ88855 dup of 11-10335 Description: In the Work Order application, when a work order has an invalid GL and you try to duplicate this work order with the tasks created in it, an invalid GL error occurs. If you click ok and duplicate the work order without the tasks, an error pointing out that the estimated duration field for tasks is blank occurs and you cannot save the new work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89698 Issue(s): 10-20356 Description: In the Work Order application, when you start more than 100 work orders at the same time, choose to print them and to change their status in the backgroung, the output is correct for the first work orders. However, for the work orders that come next, the output is the original status, not the changed one. NOTE: With the fix, when you follow the steps that were mentioned, the work orders are created in a file and emailed to Admin Email Account (set by mxe.adminEmail property). Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92507 Issue(s): 11-10543 Description: In the Reorder application, during the reorder process, a PR is not created for special order items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91339 Issues(s): 10-21303 Description: In Issues and Transfers application, the SQL does not return any values in the Default Table Data area because the tositeid is null since the table data is based on zombie. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90074 Issues(s): 10-20605 Description: In the Item Master application, if you work in an environment with multiple organizations, you cannot set a different default vendor for an item in each organization. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93604 Issues(s): 11-10858 Description: If you specify a date using the wrong date format, the reconciliation process that happens in the ITAM Reconciliation fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93566 Issue(s): 11-10855 Description: In the Work Order application, when you are in the DEFLTREG group or in the EVERYONE group and you load the work order information to the work order tracking application, you get a slow performance issue. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91308 Issues(s): 10-21307 Description: When you send an outbound integration transaction to an Interface Table, the error ORA-01461 occurs if the transaction description was copied from a document that has more than 4000 characters and contains bullets or numbered sections. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ93317 Issues(s): 11-10820/IZ93317 dup of 10-19025 Description: If you choose the REOPT_ONCE to bind DB2, the DB2 CPU performance is normal. However, if you choose REOPT_NONE, that is the default option to bind DB2, you get a high utilization of DB2 CPU. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ93863 Issue(s): 11-10914 Description: When you filter a work order in the Work Order History list, a Please Wait dialog is displayed and, a few seconds later, you can see the work order. However, sometimes, on random occasions, this dialog does not close until it times out and you cannot see the work order you filtered. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91079 Issue(s): 10-21125 Description: In the Classification catalog, when you assign prefixes at a parent level, these prefixes do not appear in this parent related child objects. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92159 Issues(s): 11-10367 Description: In the Purchase Orders application, you can change the status of a purchase order to CLOSED. However, if you do this and the purchase order is associated with a large number of InvoiceLine records, a memory error occurs in the JVM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91630 Issues(s): 11-10099 Description: The excessive loading of work periods causes an out of memory error. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91545 Issues(s): 11-10052 Description: In the Domains application, when you change the WOSTATUS domain, you cannot see the changes made unless you restart all the JVMs servers. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92240 Issues(s): 11-10423 Description: When you bring up specifications for every applications that use classifications, unnecessary queries are shown on the class structure table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90118 Issues(s): 10-20616 Description: In the Preventive Maintenance application, you can create a PM and add users to this PM allowing these users to have readonly access to the PM Sequence. However, after the user is added to the PM and tries to see the PM Sequence, an error occurs and the user cannot open the PM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90453 Issues(s): 10-20848 Description: When you open an application, you can set a time and a date to results. If you download these result sets to Excel, the date and time format changes to the American format even if you specified another language to your Maximo profile. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ92114 Issues(s): 11-10317 Description: When you access Work Order Tracking and add an image to the Work Order tab, no changes are processed in the column field and you cannot save changes to the position of the image within the column. Database Scripts: N/A Manual Changes: --- APAR #: IZ92373 Issues(s): 11-10505 Description: When you create tab group between existing sections in the product and specify a value for any field in the tab, the "Target Start" field gets highlighted. Database Scripts: N/A Manual Changes: --- APAR #: IZ88512 Issues(s): 10-19773/IZ88512 dup of 10-13588 dup of 10-20792 Description: In the Service Requests application, if you copy an existing relationship that is already in use to the database configuration and make changes to this relationship in the SR Object, you get invalid binding errors for all Service Requests you select. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92789 Issues(s): 11-10675 Description: In the Purchase Contracts application, if you create more than one PR, copy one APPR PR lines to a new Contract, change the status of this contract to PRICE and try to save it, you get an error. If you erase the PR line and then save the contract again, you are successful, but the PR status changes to CLOSE. Then, if you try to do the same with the next PR, the same thing happens, but now the first PR changes back to APPR. Database Scripts: N/A Manual Changes: See to the Manual Changes section for this Issue/APAR. --- APAR #: IZ92057 Issues(s): 11-10315 Description: In the Person Group application, when you add a person specified in a person group to another location in addition to the group default, you are not allowed to insert new records or delete existing information unless you unselect one of the specified groups. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92117 Issues(s): 11-10316 Description: In the Person Group application, if you try to create new rows in a person group after using a filter, an error occurs because the new row considers that the records filtered on the screen are the total records for person groups in the database. Database Scripts: N/A Manual Changes: --- APAR #: IZ94780 Issues(s): 11-11297 Description: In the Classification Catalog, when you create a child classification, the inherited parent attribution does not maintain the sequence definition from the parent. Instead the sequence of all parent attributes is sorted in alphabetical order. Database Scripts: N/A Manual Changes: --- APAR #: IZ90594 Issues(s): 10-20936 Description: If you add the APPR status to the search where clause, filter for "=APPR", and the click the Clear Filter Fields button, the where clause statment changes. Database Scripts: N/A Manual Changes: --- APAR #: IZ93894 Issues(s): 11-10928 Description: In the Assets application, the psdi.app.asset.FldAssetAssetID class loads a full ASSET mbo set if there is no Mboset on the list page. Therefore, when you try to retrive several assets, the BMXAA7387E error message is displayed. Database Scripts: N/A Manual Changes: -------- -------- =============================================================================================== End HF001 (MBS_7118_LAFIX.20110214-1358.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF002 (MBS_7118_LAFIX.20110401-1312.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ88240 Issues(s): 10-19721 Description: In the Users application, a deleted user still appears in the available user list and can be selecter from the select Value list. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89926 Issues(s): 10-20512/IZ89926 Description: Workflow notifications are being sent even thought the condition was not met. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88708 Issues(s): 10-19857 Description: If you set the MXServer to log at DEBUG level and then try to restart Maximo, an error occurs and the maximo.ear fails. Database Scripts: N/A Manual Changes: --- APAR #: IZ89746 Issues(s): 10-20440 Description: The performance of the calendar date selection is slow. Database Scripts: HF7118_08.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ92184 Issues(s): 11-10380 Description: In the Work Order application, when you specify the field workorder.flowaction, a performance error occurs, because this field tries to read information from the database instead of the cache. Database Scripts: N/A Manual Changes: --- APAR #: IZ95008 Issues(s): 11-11388 Description: In the Purchase Contracts application, if you choose to open a warranty contract or an asset associated to a contract, you do not see the revisions that were made to the contract after it was approved. Database Scripts: N/A Manual Changes: --- APAR #: IZ92149 Issues(s): 11-10370 Description: In the Receipts application, if you change the quantity field of a PO and approve it, you can see that the quantity and the cost values match in the receipt. However, if you unapprove this PO, then approve and save it again and, after that, you change the quantity value in the receipt, an error occurs and the received amount cannot be invoiced. Database Scripts: N/A Manual Changes: --- APAR #: IZ92525 Issues(s): 11-10585 Description: In the Receipts application, if you change the receipt date of an item, an error occurs and you get the message "BMXAA1196E - The financial period for the specified date is closed. The next open financial period will be used. Do you wish to continue?". When you click Ok, this message is shown again. If you click Ok for the second time, the message "BMXAA4195E - Required field Unit Cost is blank." is displayed. Database Scripts: N/A Manual Changes: --- APAR #: IZ95072 Issues(s): 11-11424 Description: In the Work Order application, when you add a new labor to the Labor tab, the end date field gets populated automatically and, if you clear this field, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91973 Issues(s): 11-10255 Description: If you send a message to an e-mail address that has a ` character, this e-mail receives the note normally. However, if you send the note to the person group in which this address is registered, the person who owns the e-mail account with a ` character does not get the message that was sent. Database Scripts: N/A Manual Changes: --- APAR #: IZ85263 Issues(s): 10-18214 Description: In Rpt: Harrier Engine, if you try to print a report with attachments, and the path name for the file contains spaces, the printing process fails. Database Scripts: N/A Manual Changes: --- APAR #: IZ95288 Issues(s): 11-11611 Description: In the Inventory application, you cannot make a kit when the matrectansid is a long number. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95333 Issues(s): 11-11632 Description: In the Item application, if a rotating item has 5,000 rotating assets or more and you try to clear classification, the Item Master hangs and cannot save this change. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92226 Issues(s): 11-10411 Description: In the Linear Assets application, you can add an asset that contains two features with the same label but different start and end measures to a Service Request. However,when you select one of the features, you notice that the feature field is not populated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91506 Issues(s): 11-10019 Description: In the Work Order application, when you delete one failure code row, all the other failure codes are cleared and you cannot undo this action later. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94247 Issues(s): 11-10978 Description: If you log in to Maximo using Tivoli09 skin, an error occurs because some files appear to be missing from the Install folder. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94173 Issues(s): 11-10979 Description: After you restart the JVM, an error occurs and logging.properties stops. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ94288 Issues(s): 11-11040 Description: In the Inventory application, when you change the condition code of an Item and set the Item status to Active, the GL values are not automatically updated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95157 Issues(s): 11-11469 Description: In the Work Order application, if you change a work order status from ACTIVE to CLOSED and then try to add a labor to the History Work Order, an error occurs and the following message is displayed: "BMXAA4603E - Activity 6003 is in history and must remain unchanged". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95125 , IZ87140 Issues(s): 11-11471/IZ95125, 10-19294/IZ87140 dup of 10-14615 Description: In the Work Order application, if you have the same work order number in different sites and you add these work orders to the Work Log tab, Maximo associates the work log for both work orders. Database Scripts: HF7118_09.dbc Manual Changes: N/A --- APAR #: IZ92736 Issues(s): 11-10634 Description: In many applications, users with read-only access are allowed to make and save changes to long descriptions. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95405 Issues(s): 11-11701 Description: If you add a Malay locale to the system, you and the other users assigned to this locale cannot log in unless you restart the MXServer. Database Scripts: N/A Manual Changes: See the Manual Changes for this Issue/APAR. --- APAR #: IZ95099 Issues(s): 11-11433 Description: In the Inventory application, when you open an inventory item, you can check the trash icon. If you uncheck this icon later, an error occurs and informs you that you cannot perform undelete action. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95115 Issues(s): 11-11468 Description: In the Assets application, when you try to add assets that have the same number but different locations to the 'Safety Related Asset' subtab, the following error message is shown: "BMXAA3640E - This related asset has already been specified.". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92909 Issues(s): 11-10715 Description: In the Receipts application, the receipt loadcost and the return loadcost are not calculated properly after you repeat cycles of receiving and returning rotating items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93341 Issues(s): 11-10830/IZ93341 dup of 09-22737 Description: In the Work Order application, if you have read-only access, an error occurs and the message "You are not authorized to perform this action." is displayed when you try to open the Hazards and Precautions or Hazardous Materials subtabs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89604 Issues(s): 10-20289 Description: In the Inventory Balance Report, when you perform a query where the statement for the CONDITIONCODE does not deal with NULL values, the inventory balances on the report are incorrect for items that are not condition enabled. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ93606 Issues(s): 11-10857 Description: Bulletin Board messages are not shown in all the sites they are supposed to appear. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95799 Issues(s): 11-11915 Description: In the Work Order application, if you assign 1,000 or more assets in the Multiple Assets, Locations and CIs table window, you get a slow performance in your system. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95824 Issues(s): 11-11920 Description: In the Inventory application, after you change the storeroom and the condition code of an item, the GLCREDITACCT and the GLDEBITACCT do not get updated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91762 Issues(s): 11-10155 Description: In the Locations application, if you try to specify a new location and locationsite to a record, an error occurs unless the location specified is within the existing locationsite. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94817 Issues(s): 11-11343/IZ94817 dup of 11-10342 Description: In the Domains application, if you add more than one synonym at a time, an error occurs and the following message in shown: "BMXAA6309E - Same synonym value WPLAN cannot be assigned to two different internal values within the same domain WOSTATUS." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91764 Issues(s): 11-10157 Description: When you make a change to Start Center templates or portlet, it does not take effect until you sign out and then sign back into Maximo. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94276 Issues(s): 11-11028/IZ94276 dup of 10-18023 Description: In the Request for Quotation application, when a Purchase Order is created from an RFQ, the RFQ Line Number is not visible on the PO Lines tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96005 Issues(s): 11-12028 Description: In the Request for Quotation Application, when you try to create a Purchase Order for a Vendor, the crossover domain function does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95049 Issues(s): 11-11402 Description: In the Locations application, when you duplicate a location, the Status History Date gets updated with the original location status date. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95605 Issues(s): 11-11806 Description: In the Assets application, when you create a service request from an asset for which the priority is 5, the following error message is displayed: "BMXAA4190E - Reported Priority 5 is not in the value list.". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95662 Issues(s): 11-11540 Description: When you use the filter and the query POWAPPR, you cannot filter a PO using a Total Cost value in the Result Set portlet. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95222 Issues(s): 11-11549 Description: In the System Properties application, if you download tables to a spreadsheet, the mxe.db.password is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95159 Issues(s): 11-11487 Description: In the Preventive Maintenance application, you can associate the same asset to two different Master PMs that contain PMs with different frequencies. However, if you move the asset, an error occurs and the PMs turn into the same PM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92363 Issues(s): 11-10492/IZ92363 dup of 11-12174/IZ96315 Description: In the Invoice application, when you try to approve an invoice with an Entered Date that falls in a closed financial period, an error occurs and the following messages are displayed: "BMXAA2013E - Could not change invoice 1059 status to APPR." and "BMXAA1198E - The date is not within a valid financial period.". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92497 Issues(s): 11-10540 Description: In the Invoice Application, when you create an Invoice and do not specify any information to the Change To section, the Status box appears as read-only. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94278 Issues(s): 11-11025 Description: In the Work Order application, if you filter one linear asset in the advanced search, the result is correct. However, if you filter more than one linear asset, all work orders are listed, which is incorrect. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93242 Issues(s): 11-10764 Description: In the Assets application, when you specify a location to swap a rotating asset and they contain the same item number, the following error message appears: 'Location is currently occupied by asset.'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95880 Issues(s): 11-11951 Description: In the Invoice application, if Base Currency 1 is USD and you save an Invoice using Base Currency 2 and charge the costs to a work order, the system does not convert the values when you select to see the work order costs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96150 Issues(s): 11-12120 Description: Some clients that belong to the same Persons and Users Group do not have troubles when they perform tasks in the work flow. However, when one specific client in the same groups tries to perform a task, an error occurs and none of the job plans or work flows start. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89657 Issues(s): 10-20334 Description: In the Problems application, you cannot remove a task from the Activity tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88274 Issues(s): 10-19746 Description: In the Work Order application, you can report downtime against closed work orders. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92496 Issues(s): 11-10542 Description: In the Security Groups, when you choose the Authorize Group Reassignment option, data restrictions restrict the lookup for users, but they do not restrict the list displayed by the button. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88735 Issues(s): 10-19904 Description: In the Assets application, the drilldown values are not displayed in complete ascending order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96291 Issues(s): 11-12150 Description: When you use workflow expressions on Action arrows between nodes, these workflow expressions are not reevaluated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95344 Issues(s): 11-11658 Description: In the Invoice application, if you do not specify values for quantity and unitcost in a Purchase Order added to an Invoice, an error occurs in the values specified for service and invoice tolerance. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95724 Issues(s): 11-11885 Description: In the Preventive Maintenance application, if you move a rotating asset with a continuous meter and a PM to another location, the parameters set to the PM are not copied correctly into the new location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93282 Issues(s): 11-10822 Description: If you go to Message Tracking and specify something in the Quick Search field or click the binocular icon, nothing happens and no results are displayed. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ96007 Issues(s): 11-12026 Description: When you run the UpdateDB, an error occurs with UPDATEDBFILE:V7118_17.DBC script and the update is not completed. Database Scripts: V7118_17.dbc Manual Changes: N/A --- APAR #: IZ95306 Issues(s): 11-11620 Description: When you download an xls file that contains a work order, the label value returned is the work order`s default label value even if you have already specified and saved a new value to replace the default. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77963 Issues(s): 10-15464 Description: If you bring a small amount of KPIs to the Start Center, an error occurs in the Y axis labels and wrong values are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96319 Issues(s): 11-12177 Description: In the Purchase Contracts application, if you specify a Line Cost or an Unit Cost of 0.31679, for example, the decimal portion is rounded to 0.32. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96346 Issues(s): 11-12187 Description: When you try to receive rotating items with a three-level IAS, an error occurs and the following message is displayed: "Parent XXX is not a valid asset, or its status is not an operating status". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95712 Issues(s): 11-11887 Description: In the Inventory application, if you add a storeroom to the Transfer Out tab and them click on Select Items for Transfer and specify the Item and the To Site, an error occurs and the message "BMXAA1754E - A cross-organization transfer requires an approved internal PO." is displayed. However, if you add the storeroom after clicking on Select Items for Transfer, the transaction is saved and the message dialog that should be displayed does not appear on the screen. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96548 Issues(s): 11-12309 dup of 06-17632 Description: In the Inventory application, when you edit a saved Primary Vendor, an error occurs and you cannot save the changes made. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96561 Issues(s): 11-12312 Description: In the Issues and Transfers application, if you create a new row in the Transfer In tab and select a rotating asset, the From Location field is not specified automatically. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96586 Issues(s): 11-12365 Description: In the Labor Rate Contracts application, when you select the look up filter on the Craft attribute, it does not return any value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92756 Issues(s): 11-10662 Description: When you restart MEA JVM with the TRM code changes for issue 10-10812, a JAVA.UTIL.CONCURRENTMODIFICATIONEXCEPTION occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95407 Issues(s): 11-11702 Description: In the Purchase Orders application, if you apply PO2POLINE to a POLINE object attribute, create a crossover domain with this POLINE object and add this object to a new PO, you see that the crossover functionality does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96610 Issues(s): 11-12366 Description: In the Reorder application, when you have multiple sites in different organizations and you run the Crontask after specifying the directissue parameter, the PR created is generated for an incorrect organization. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96112 Issues(s): 11-12116 Description: In the Service Requests application, you cannot order the classification in the Classify dialog. Database Scripts: N/A Manual Changes: See the Manual changes section for this Issue/APAR. --- APAR #: IZ93834 Issues(s): 11-10913 Description: In the Labor Reporting application, after you save an approved labor in the Manage eSig Actions, you see the message "There is nothing to configure." when you try to select Apply configuration changes. Then, if you go back and try to approve another labor, the eSig dialog is not displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96606 Issues(s): 11-12363 Description: When you try to create a work order with Job Plans associated to different classifications that contain common attributes, an error occurs and you cannot save the work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92498 Issues(s): 11-10539 Description: In the Inventory application, when you issue an item that has a specified location and a specified work order and change its storeroom or its condition code, the debit GL does not merge with the GL Account from the work order or location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89926 Issues(s): 10-20512 Description: Workflow notifications are being sent even thought the condition was not met. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95730 Issues(s): 11-11890 Description: In the Desktop Requisitions, if you use the delete key to remove the vendor and tab out, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96123 Issues(s): 11-12117 Description: When you run checkmxserver.bat, a session entry is created in the maxsession table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96896 Issues(s): 11-12480 Description: In the Request for Quotation application, when you specify a value for the RFQ.PRIORITY in the database configuration, this value is replaced by 0. Database Scripts: HF7118_11.dbc Manual Changes: N/A --- APAR #: IZ86725 Issues(s): 10-19011 Description: In the MEA Integration Framework, if you try to import an xml file using an External Schema Process, an error occurs and the file is not imported. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94310 Issue(s): 11-11039 Description: If you add a duplicated Migration Group after making some changes to this group in the Migration Manager and create a Package, the navigation bar disappears. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92788 Issue(s): 11-10676 Description: When you change the Actual Start date of a work order to a past date and then change it again to a future date, the error "BMXAA4494E - Specify actual date that are in past." occurs and you have to click Ok. After you click Ok, the Actual Start updates with the last value specified for this field. However, if you save and refresh the work order, this field is displayed with the original value that was changed first. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97334 Issue(s): 11-12777 Description: In the Issues and Transfers application, when you create a default table data section with an invalid location and click the new row button, no error happens and you are allowed to save the record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89696 Issue(s): 10-20360 Description: In the Issues and Transfers application, the integration point for invoice balances and inventory messages is not being triggered. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97330 Issue(s): 11-12779/IZ97330 dup of 10-16204 Description: When you apply the fixpack for Maximo 7.1.1.8 with German as the base language, an error occurs when you enter Maximo login page and you cannot start the applications. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ97549 Issue(s): 11-12873 Description: When a conditional expression SQL contains a null value for , the conditions are not validated correctly. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF002 (MBS_7118_LAFIX.20110401-1312.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF003 (MBS_7118_LAFIX.20110604-0946.psi.zip) =============================================================================================== -------- -------- --- APAR #: 10-10563/IZ68588 /ACTUAL_CI/CCMDB, 10-19828/UPDATEDB/CCMDB, 10-20181/UPDATEDB, 11-11060/DBCHANGE/UPDATEDB, 11-12434/UPDATEDB/UPGRADE Issues(s): 10-19828, 10-20181, 10-10563, 11-11060, 11-12434 Description: Related DBChange fixes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97822 Issue(s): 11-12986 Description: If download the results of a query from the List tab into a file and try to see the results using Excel, an error occurs and you cannot open the file. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94407 Issue(s): 11-11129 Description: In the MEA Integration Framework, when you select an icon to see the Integration Message in the Message Tracking application, a blank message appears on the screen. Database Scripts: N/A Manual Changes: N/A ---- APAR #: IZ95190 Issues(s): 11-11539 Description: You can use find function in a PO to select another approved PO and change it to cancelled. However, the PR associated to the filtered PO is also cancelled and does not go back to approved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95897 Issue(s): 11-11962 Description: In the Receipts application, after you change the exchange rate of a PO from EUR or USD to another value, the MATRECTRASN.OLDAVGCOST does not get automatically populated when you try to receive an item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96136 Issue(s): 11-12119 Description: You cannot use workflow to send out MRLINE attachments. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ95897 Issue(s): 11-13118 Description: In the Assets Application, when you try to move an asset that is associated to a rotating item, an error occurs and the following message is shown: "BMXAA0081E - The rotating item xxx does not exist in the storeroom location xxx. Use the Item Master application to add the rotating item to the storeroom." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96064 Issues(s): 11-12076 Description: In the Message Reprocessing application, when you use the pencil icon in the list view the message appears to be blank when you have many invoices. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97705 Issues(s): 11-12923 Description: In the Communication Template, when you select the Select Fields icon in PURCHVIEW and try to expand the COSTINPUT option, nothing happens. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94360 Issues(s): 11-11106 Description: When you add a work order to a work flow after signing out and back into Maximo and adding this work flow as restricted in a Security Group, you can still see all the approved work orders and all other processes such as PRSTATUS that are related to this WF in the Work flow administration. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97351 Issues(s): 11-12842 Description: When you build and deploy Maximo EAR and enable security, the Start Center stops loading images. After you apply a workaround, the Start Center becomes normal. However, after that, many applications stop loading images and, if you right click any icon and open properties, you see that there is a slash missing in the URL path. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96682 Issues(s): 11-12400 Description: In the Workflow General, when you start a process, the message "BMXAA4411E-Process xx started" appears and remains on the screen for many seconds. When it disappears, it causes a resizing in the screen layout. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91758 Issues(s): 11-10153 Description: In the Configure application, if you add a Numeric Range Domain to a Domain and then add this Domain to an object, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98266 Issues(s): 11-13183/IZ98266 dup of 10-20967 Description: When Industry Solutions are installed and you upgrade to version 7.1.1.8, the updatedb fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98662 Issues(s): 11-13272 Description: In the Inventory application, if you process a search on all active items and save this query as the default, when you select a new row for a PR, the inventory shows all items, not just the active ones. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95710 Issues(s): 11-11894 Description: When you create an incident and send a message with attachments for the affected person, an error occurs and the attachments are not displayed correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97000 Issue(s): 11-12568 Description: In the Inventory application, even after you make changes to the GL account, the old GL account is shown if you select Issue Current Item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95164 Issue(s): 11-11486 Description: If you add where clauses to a relationship and try to filter for it, an error occurs and the message "BMXAA4210E - Database errror number 907 has occurred. ORA-00907: Missing right parenthesis" is shown. If you make changes to the where clause and try to filter for the relationship again, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98869 Issue(s): 11-13321 Description: In the Locations application, after all child locations are deleted, the LOCHIERACHY does not update to 0. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98617 Issues(s): 11-13251 Description: When you set English as the base language for Maximo database and Korean as the second language and you specify a description for a Condition Expression in Korean, an error occurs and new buttons are disabled for all records. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97565 Issues(s): 11-12870 Description: If you have a ` in your user name, you cannot create new Changes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98873 Issues(s): 11-13322/IZ98873 dup of 10-20740 Description: In the Routes application, if you save one new route with multiple lines of route stops, an index error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95593 Issues(s): 11-11808 Description: In the MEA Integration Framework, there is no comment to facilitate the addition of new handlers and serializers into the deployment descriptor of the REST War. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96920 Issues(s): 11-12481 Description: In the Purchase Requisitions application, you can specify a Location and a Storeroom for a PR in the default table data. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99119 Issues(s): 11-13406/IZ99119 dup of 09-13533 Description: In the Classification Catalog, if you create a new classification and add an attribute to this classification, the unit of measure is not applied to the children classifications, even after you check Apply Down Hierarchy. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96856 Issues(s): 11-12447 Description: In the Service Requests application, you can create a service request and route this request to a work flow with an active node that is linked to this application and to the CreateWO action. However, when you do this, work orders are not created. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89337 Issues(s): 10-20167 Description: In the Work Order application, two different users can access the same work order record and modify the same task. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99029 Issues(s): 11-13385 Description: When you receive a note in the E-Mail Listener, an error occurs if the person who sent the e-mail has a space or a comma in his or her e-mail address. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97885 Issue(s): 11-13078 Description: When you specify conditions in the condition expression manager, they do not work for static texts. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99341 Issue(s): 11-13462 Description: In the Assets application, when you apply the method that gets the current parent asset, the database connection remains open for a long time and memory or performance errors can occur. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98618 Issue(s): 11-13252 Description: In the Escalation Manager, when you activate an escalation with work orders and the escalation process fails, the settings you specified are not applied and multiple e-mail notifications are sent. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91963 Issue(s): 11-10221 Description: If you add a new row to a work order without saving it before you click another unsaved row, the values specified for the first line will be copied to the second one. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94093 Issue(s): 11-10966 Description: In the Application Designer, when you close a view from an application screen, the application prompts you a message to save your changes even if no changes were made. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98018 Issue(s): 11-13114 Description: In the Assets application, if you move a rotating asset that is related to active master PM records, create a new PM in this new site and then move the asset back to the first site, an error occurs and a message that informs that the Required Field PM is Blank is shown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98825 Issue(s): 11-13314 Description: In the Inventory application, if you belong to a group that contains many storerooms and you go to Issues and Transfers, a slow performance issue occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98911 Issue(s): 11-13335 Description: In the Rpt: Harrier Engine, when you add a new parameter to a report and generate the request page, users in different JVMs cannot see the new parameter in a clustered environment. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99379 Issues(s): 11-13487 Description: In the Purchase Requisitions application, if the polineseq reaches a value that is not an integer value, you cannot create a changeorder. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99775 Issues(s): 11-13625 Description: In the Problems application, after you apply the 7.1.1.8 hot fix MBS_7118_LAFIX.20110401-1312, everytime you try to create a problem and enter an asset in the MultiAssetLoc CI section, an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99189 Issue(s): 11-13434 Description: In the Purchase Requisitions application, when add a Vendor to a PR and enter a storeroom, the GL Control Account does not get populated when you add a new row to create a PRLINE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95657 Issues(s): 11-11853/IZ95657 dup of 11-13445 Description: If you try to send a communication from an application and you specify an invalid address in the To field, a null error message and a null pointer are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97747 Issue(s): 11-12924 Description: In the Preventive Maintenance application, even after an e-mail address is changed for Measure Point WOGEN Crontask, the e-mails are still sent to the original e-mail address. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99897 Issue(s): 11-13677 Description: In the Domains Application, if you specify a organization and a site to a crossover domain and save it, the next time you open this record, you notice that the Destination and Source fields are null. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99377 Issue(s): 11-13477 Description: On a specific weekend in March, 2011, one escalation repeatedly sent communication e-mails to some customers and caused an error on the exchange servers. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98533 Issue(s): 11-13210 Description: In the Classification Catalog, when a Classification is associated to many assets and you try to delete a row from the Attributes section, the process takes several moments to start and, before it finishes, an out of memory error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98707 Issue(s): 11-13295 Description: In the Labor Reporting application, if you enter a start time and a finish time and the minutes unit of the total duration does not finish in 0 or 5, an error occurs and the following message is shown: "BMXAA2568E - Hours exceeds duration between start and finish times." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96940 Issue(s): 11-12489 Description: If your Time Zone is America/Los_Angeles and you try to create a Labor to a Work Order, the dates you specified for the Start Date and the Estimated Next Due Date fields are not shown correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98176 Issue(s): 11-13151 Description: In the Issues and Transfers application, if you enter new values or change existing values in the Default Table Data and in the Issue Details section, these values are not shown after you save your changes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94635 Issues(s): 11-11217 Description: In the Purchase Contracts application, you can have blank contracts with coincident numbers for more than one organization. However, if you create a release purchase order for one of them, the value specified for this PO appears as an uncommited cost in the other contract as well. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99121 Issues(s): 11-13405 Description: If you deploy a DD package with domains that have conditions, an error occurs and the following message is displayed: "BMXAA4187E - A relationship called ALNDOMAIN does not exist for the MAXDOMAIN business object." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97581 Issue(s): 11-12872 Description: If you link to the Inventory application through a Go To link added on the Item field in the Item Master application, the filter used is only by Site instead of being by Site, Status and Is Archived. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92708 Issue(s): 11-10625 Description: In the Receipts application when receiving services that have distributed costs, POCOST-type ServRecTrans values for the following fields are saved using Base Currency 2 instead of Base Currency 1: UnitCost; LineCost; LoadedCost; Tax1 through Tax5. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99235 Issues(s): 11-13437 Description: In Assignment Manager application, 'Assign Labor' dialog displays records in wrong order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01234 Issues(s): 11-14136/IV01234 Description: In the Classification Catalog, if a Job Plan with a Classification that contains attributes and is associated with a Job Plan task is deleted and, after that, you try to create a similar Job Plan with the same name you used for the deleted one, an error occurs and the following message is displayed: "BMXAA4129E The record already exists to Job Plan=x, Task=y, Attribute=z, Secction=.". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00413 Issues(s): 11-13824/IV00413 Description: In the Receipts application, if you add a PO Line to the Receipts tab and specify a new percentage to it, the PO Line cost is not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99652 Issue(s): 11-13575 Description: In the Incidents application, if you attach more than 300 tickets to an incident record and try to perform the Show Similar ticket action, an error occurs and the DB fails due to the large query. Database Scripts: V7118_38.dbc Manual Changes: N/A --- APAR #: IV00704 Issue(s): 11-13952 Description: In the Issues and Transfers application, if you add a custom field with a value on the MATUSETRANS and open the issued item using the Select Items for return, the custom field appears to be null and read only. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00083 Issue(s): 11-13732 Description: In the Receipts application, when the PO unit cost is not the same as the standard cost, you cannot return received items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96039 Issue(s): 11-12068 Description: When you run the Summary of Asset Failure by Location Report in the JEP site, WASHDRY location, an error occurs and no data is returned. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ99718 Issue(s): 11-13622 Description: If you click on 'Forgot your Password' when you try to log on, you are required to specify a valid Primary e-mail address, but you are not required to answer the 'Password Hint Question'. So, if you leave the password hint field blank and click on 'Submit' right after specifying your e-mail address, the following message is shown: 'BMXAA5820I - Your password has been reset. Please check your e-mail for your new password.' Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00368 Issue(s): 11-13808 Description: In the Work Order application, when you replace a Safety Plan by another one, only the hazards that are not common for both of them are copied with the new Safety Plan. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99570 Issue(s): 11-13549 Description: In the Preventive Maintenance application, when you check the "Use Last WO Start information to Calculate Next Due Frequency" after inserting meter readings with all check boxes unchecked, the estimated meter readings are not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98962 Issue(s): 11-13360 Description: In the Work Order (SP) application, if you specify manually an active rotating tool to the Actuals tab from an approved work order, an error occurs and you cannot add the tool to the work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97234 Issue(s): 11-12729 Description: In the Rpt: Harrier Engine, if you change the date or time of a report scheduled for a future date to a date that will occur before the original one, the changes are applied, but the report does not run according to the new date. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00637 Issue(s): 11-13905 Description: In the Inventory application, if you try to save a QBR report in a secondary language, an error occurs and an error message is shown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00702 Issue(s): 11-13944 Description: If you route a work order into a work flow process after specifying another work order to it, adding an action to this work order and activating the process, an error occurs and the following message is shown: "BMXAA4210E - Database error number 920 has occurred. ORA-00920: invalid relational operator" Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99576 Issue(s): 11-13555/IZ99576 dup of 10-19947/IZ88893 Description: If you use Internet Explorer to log in to Maximo, select a record with related PMs, click the Location field and scroll down to select the Detail Menu, the window suddenly scrolls up again. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00276 Issue(s): 11-13774 Description: If you create a simple condition, the :&OWNER& expression works fine. However, in complex conditions, an error occurs with this expression. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00704 Issue(s): 11-13952 Description: In the Issues and Transfers application, if you add a custom field with a value on the MATUSETRANS and open the issued item using the Select Items for return, the custom field appears to be null and read only. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95630 / IZ90716 Issue(s): 11-11817/IZ95630 dup of 10-20951/IZ90716 Description: If you are in a Japanese environment and you use IE6 instead of IE8, an error occurs when you try to upload the migration package through the Migration Manager application and the following message is shown: "The Page Cannot Be Displayed". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95877 Issues(s): 11-11950 Description: In the Configurable Start Center, if you add a new field to a start center after this center was built, you cannot see this new field when you search for it. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF003 (MBS_7118_LAFIX.20110604-0946.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF004 (MBS_7118_LAFIX.20110712-1206.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ97434 Issue(s): 11-12835 Description: The date and time for the field whose data type is "DATETIME" are shown as text instead of date. Database Scripts: Manual Changes: N/A --- APAR #: IV01313 Issues(s): 11-14138 Description: If you have a security restriction for an object and you type a partial user name into the AFFECTEDPERSONID or the REPORTEDBYID fields to search for a PersonID, the query created duplicates the security restriction and causes a performance issue. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00453 Issue(s): 11-13877 Description: In the Desktop Requisitons application, the unit cost of the PR line is rounded if the Material Requisiton line has 4 decimals. Database Scripts: Manual Changes: N/A --- APAR #: IV00747 Issues(s): 11-13980/IV00747 dup of 11-12511 Description: If you start the JVM in admin mode, the Bulletin Board throws an exception while trying to cache the valid messages. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00696 Issues(s): 11-13953 Description: In the Rpt: AD Hoc Reports, if you save a QBR report in a multilanguage environment, the request pages for all other reports may appear in an incorrect language. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01394 Issues(s): 11-14180 Description: In the Receipts application, if you are receiving multiple material recortds, and you save once, the current balance and the total balance are incorrectly calculated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99196 Issues(s): 11-13435 Description: In the Classification application, if you clear the numeric value for the attribute field in the Specifications tab, the value is not deleted from the description. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99744 Issues(s): 11-13621 Description: If you set the CI Classification field as required in the Application Designer, Maximo does not validate the field and you are able to save a record without specifying a value for the field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01555 Issues(s): 11-14238 Description: The axis2 jar is missing the jsr 181 annotation files. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01437 Issues(s): 11-14209 Description: In the Work Order application, if the Start Date of an approved work order is null, the Labor and Craft select value shows an invalid binding. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00452 Issues(s): 11-13878 Description: In the Work Order application, if two work orders from different sites have the same work order number, the communication logs are incorrectly associated. Database Scripts: HF7118_14.dbc Manual Changes: N/A --- APAR #: IZ99022 Issues(s): 11-13387 Description: If you download the list table, the date field is displayed incorrectly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00287 Issue(s): 11-13780 Description: In the Companies application, if multiple sites have the same company number and you try to modify a company record, an error occurs and the following message is displayed: "BMXAA0868E - The exchange rate was not found." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00745 Issue(s): 11-13977 Description: When you collapse or uncollapse the Select Value menu, the dialog box shrinks or is hidden and you cannot use the dialog box. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99301 Issue(s): 11-13451 Description: In the Work Order application, on the Actuals Labor sub tab, if you clear the Start Date field, select a value that has a contract attached for the Craft or the Labor fields, an unkonw error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01628 Issue(s): 11-14280 Description: In the Purchase Contracts application, you must change the status of an approved Warranty Contract to EXPIRD before revising it. However, the EXPIRD status is not an available option. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01687 Issue(s): 11-14315/IV01687 dup of 10-10149 Description: In Migration Manager, when you are deploying a security package that has a new security group and start center template, and unkown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01726 Issue(s): 11-14356 Description: In the Request for Quotations application, in the RFQ Lines tab, if you add a rowR and then try to return a value from the Inventory for the Item field, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01552 Issue(s): 11-14234 Description: In the Items application, you cannot use the Add Items to Storeroom window to add items to a courier location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01790 Issue(s): 11-14363 Description: If you work on a enviroment with the langague set to CZECHn, the BMXAA4129E error message might occur durin the authorization process of some Configuration Items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00361 Issue(s): 11-13809 Description: In the Assets and Work Orde application, when you delete a downtime record using the Manage Downtime History window, the total tims of the asset is not updated to reflect the change in downtime history. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01216 Issue(s): 11-14129 Description: In the Assets application, when you delete an asset that has a meter of type GAUGE and the GAUGE meter has readings in the MEASUREMENTS table, the followig error message is displayed: "BMXAA4200E - Record has been updated by another user. Refetch and try again." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02126 Issues(s): 11-14430 Description: In the communication template, the equal sign "=" is displayed as "is". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01129 Issue(s): 11-14091 Description: In Locations application, when you try to change the status of a Location to DECOMMISSIONED, the following error is displayed: "BMXAA3629E - Cannot delete work asset, it is linked to other business objects." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99312 Issue(s): 11-13450 Description: In the Invoice application, if you the "Update Cost/Currency Variances on Inventory Costs?" option is checekd, the "Standard Service" is not checked as PRORATE Service, or both, an error occurs when you try to approve an invoice record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02195 Issue(s): 11-14455 Description: When you dupplicate the Location or the Aseets applications, the drilldown menu does not behave as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01651 Issue(s): 11-14306 Description: In the Work Order application, if the originalapp is set to CUSTAPP in MAXAPPS, a null point appears in WORKLOGBEAN.JAVA Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01656 Issue(s): 11-14307 Description: When you try to oppen an attached file for the second time, a javascript error message is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02224 Issue(s): 11-14479 Description: In the Invenroty application, when you try to issue a current item, the following erroro message is displayed: "BMXAA1863E - Please enter an existing item/storeroom combination." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00481 Issue(s): 11-13890 Description: When you try to add anan index to any object that includes the ROWSTAMP column, an error occurs in the configdb log. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01595 Issue(s): 11-14258 Description: In the Assets application, on the List tab, when you move more than one asset to a different site and location using the 'Move/Modify' dialog, and one of the assets selected is already in the destination site and location, the following error occurs: "BMXAA4200E - Record has been updated by another user. Refetch and try again." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01883 Issue(s): 11-14375 Description: In the Classifications application, if you have large top level (4000) classifications, the lookup takes long and generates a large number of sql statements which might be redundant. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01874 Issue(s): 11-14376 Description: In the Purchase Requisition application, when you create a record with tax, the sum of the LOADEDCOST for each distribution is not equal to the Total Cost on the PR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01898 Issue(s): 11-14385 Description: In the Issues and Transfers application, if you transfer an item to a COURIER location and then add a line and save the record, the following error message is displayed: "BMXAA1931E "Please specify a To Lot and Bin." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02278 Issue(s): 11-14507 Description: In the Purchase Requisitions application, you can edit the contract reference field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00806 Issue(s): 11-14016 Description: When you open a website link, a javascript error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02145 Issue(s): 11-14449 Description: In the Assets application, when you try to issue an alternate item, it does not appear in the spare part section. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01796 Issue(s): 11-14355 Description: If you remove a system record using the Locations application, the record remains in the LOCANCESTOR table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01853 Issue(s): 11-14373 Description: In the Changes application, you can save a related record even if the classification is changed and no record of that classification exists. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96012 Issue(s): 11-12027 Description: Linked attachemnets do not work. However, copied attachments work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00302 Issue(s): 11-13786/IV00302 dup of 10-18427 Description: The workflow map is displayed as a red X. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02210 Issue(s): 11-14481 Description: If you try to "Set Graph Options" on a Start Center Result Set portlet, and then immediately sort the list or go to a different page in the list, the Result Set disappears. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01208 Issue(s): 11-14134 Description: In Desktop Requisitions, when you add a dock link, MR lines disappear. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02283 Issue(s): 11-14524 Description: When you remove a vendor from the Items application, you are not prompted for an E-Sig. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02296 Issue(s): 11-14525 Description: In ITAM Reconciliation, the values of the Reconciliation Link Rule referencing AssetSpec for multiple classstructureid do not match. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02393 Issue(s): 11-14583 Description: In the Classifications application, if you create a specification and then modify the Mandatory flag for ITEM and ASSET, the flag does not propagate to the children nor to the assets classified under the children. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01791 Issue(s): 11-14357 Description: PR and PO records are not created if you use Reorder and have CCMDB and other add-ons installed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95374 Issue(s): 11-11671 Description: When you send a note from Workflow, the CommTemplate gets the status assigned to WFInstance. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02641 Issue(s): 11-14631 Description: In the MEA Integration, if an outbound integration is setup to send each record in a MBOSet as an individual message, the transactions fail when the message count exceeds maximum JMS connection value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02397 Issue(s): 11-14582 Description: In the Receipts application, on Receipt of Services, if the quantity is null and the po line has distributed costs, the following error occurs: "The receipt cannot be created for the selected row 1. Zero is not a valid value." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00835 Issues(s): 11-14028 Description: In the Work Order application, if you try to create a record with a "Fail Prompt" worktype, the record fails to be validated when you click the "Complete" WO button. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00387 Issues(s): 11-13810 Description: If you use the TO_TIMESTAMP function in ORACLE, the database does not use index on date fields when executing the SQL query. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02272 Issues(s): 11-14511 Description: When you send a communication template in a TPAe workflow and a recipient role resolves to zero persons, a NullPointerException is thrown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02631 Issues(s): 11-14615 Description: VMMSYNC does not understand that an id is unique to a domain. Therfore it simply pulls the id and loads it without looking at the full CN entry, causing the following error: "BMXAA6784E - The VMM group membership data failed to synchronize with the database." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02700 Issues(s): 11-14637 Description: After you run a dbconfig, the permissions on some of the views are dropped. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98728 Issues(s): 11-13298 Description: In Application Designer, you cannot add a section to a table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02747 Issues(s): 11-14660 Description: In the Invoice application, the limts are not calculated accordign to the exchange rates. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92525 Issues(s): 11-10585 Description: In the Receipts application, if you change the receipt date of an item, an error occurs and you get the message "BMXAA1196E - The financial period for the specified date is closed. The next open financial period will be used. Do you wish to continue?". When you click Ok, this message is shown again. If you click Ok for the second time, the message "BMXAA4195E - Required field Unit Cost is blank." is displayed. Database Scripts: N/A Manual Changes: --- APAR #: IV02390 Issues(s): 11-14584 Description: Modifying the MBOSETINFO causes TPM test case errors. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02795 Issues(s): 11-14669 Description: In the Work Order application, the password information window does not close as it does in the Start Center. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00911 Issues(s): 11-14050 Description: In the Work Order application, if a location record has numerous attachments and the job plans have multiple tasks, PWOGEN crashes the server. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02863 Issues(s): 11-14696 Description: In the Person application, if you modify the availability of a person, the work hours are not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93263 Issues(s): 11-10772 Description: In the Report Administration application, when you delete a report, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01469 Issues(s): 11-14215 Description: The server runs into frequent "STACKOVERFLOW" in the UI section of the code and crashes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02338 Issues(s): 11-14532 Description: When you refresh your browser from a custom application, the APPBAR is duplicated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88746 Issues(s): 10-19905 Description: In the Invoice application, an invoice line is added to service receipt after the invoice is paid. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99574 Issue(s): 11-13557 Description: Material reservation does not work on Activity tickets if the work order is approved using workflow actions with communication templates associated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99372 Issue(s): 11-13480 Description: In the Reorder application, after you perform an upgrade, an error occurs if you reorder the inventory. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF004 (MBS_7118_LAFIX.20110712-1206.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF005 (MBS_7118_LAFIX.20110816-1211.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ99159 Issue(s): 11-13412/IZ99159 dup of 10-19145 Description: In the Incidents application, you can save a Ticket even if the actual start date is later than the finish date. Database Scripts: HF7118_13.dbc and HF7118_EN_002.dbc Manual Changes: N/A --- APAR #: IV01986 Issue(s): 11-14406 Description: In Desktop Requisitions, if you remove a material line, add a new material line and approve the record, the PR for the line that was removed is not deleted. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IV01853 Issue(s): 11-14373 Description: In the Changes application, you can save a related record even if the classification is changed and no record of that classification exists. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99159 Issue(s): 11-13412 Description: In the Incidents application, you can save a Ticket even if the actual start date is later than the finish date. Database Scripts: HF7118_13.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IV02296 Issue(s): 11-14525 Description: In ITAM Reconciliation, the values of the Reconciliation Link Rule referencing AssetSpec for multiple classstructureid do not match. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02850 Issues(s): 11-14695 Description: When CI is linked to Assets CI, the service and sevice group are unavailable. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98671 Issues(s): 11-13270 Description: In the Labor application, if you specify a value with milliseconds to the Start Date field, an error occurs and the message "BMXAA2573E - The entered date is not within a valid financial period." is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00314 Issues(s): 11-13784 Description: When assignments are deleted, associated work order long descriptions are also deleted. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02241 Issues(s): 11-14488 Description: In the Request for Quotation application, the total base cost of a purchase order is not displayed in the base currency. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03099 Issues(s): 11-14773 Description: In the Work Order application, if you add an item to a WAPPR work order and leave the task field null, when you approve the work order, the Task ID is populated with a random value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03599 Issues(s): 11-15013/IV03599dup of 11-13430 Description: If the mxe.dbwatchdog.logInterval is not specified, the DB Connection Watchdog interval defaults to 10 minutes. Database Scripts: HF7118_16.dbc Manual Changes: N/A --- APAR #: IV03595 Issues(s): 11-15009/IV03595 dup 11-14973 Description: When DBManager gets properties from MXServer, out of memory errors occur. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03515 Issues(s): 11-14877 Description: In the Invoice application, if you specify Standard Service for a Line Type, the Detail Menu for the Item field in not shown correctly. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ64443 Issues(s): 09-21516(Fixed the problem caused by 09-21516) Description: In the Assets application, after moving asset with rotating item to storeroom, parent is not disassociated from the child asset. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02693 Issues(s): 11-14630 Description: In the Assets application, when a rotating asset is issued, transferred, or received, the asset transfer date move field and enter by field cannot be edited. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00382 Issues(s): 11-13813 Description: A memory leak occurs when searching asset attributes that return a large number of records. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02630 Issue(s): 11-14614 Description: When duplicating a configuration item that is linked to an asset, the asset number is copied to the new configuration item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90477 Issue(s): 10-20847 Description: When emails are sent the following error occurs: "BMXAA0259E - The e-mail cannot be sent.null". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02771 Issue(s): 11-14662 Description: The Signature Option field is not visible in the Advanced Search dialog. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02096 Issue(s): 11-14421 Description: In the Person application, when you use Core MXLABOR Interface to import Labor and Craft information to a person record, the person record is cleared. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03317 Issue(s): 11-14865 Description: In the Invoice application, if you try to approve an invoice that is referenced to a PO with a zero Unit Cost, an error occurs and you cannot approve the Invoice. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03611 Issue(s): 11-15018 Description: In the Work Order application, if you select ten or more records at a time, a performance issue is noticed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV04606 Issue(s): 11-15281 Description: In the Work Order application, even after you are assigned as the Owner of a work order, you cannot change the work order status because the Change Status toolbar button is not available. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91035 Issues(s): 10-21062 Description: In the Users aplication, you cannot use MEA to remove a user. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87944 Issue(s): 10-19621/IZ87944 dup of 10-16478 Description: In the Locations application, on the List tab, when you try to change the status of a selected set of multiple records, the following error is occurs: "BMXAA0032E-Cannot change the status to the same status". Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF005 (MBS_7118_LAFIX.20110816-1211.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF006 (MBS_7118_LAFIX.20110928-0642.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ89565 Issues(s): 10-20258/IZ89565 Description: When you upgrade an environment using SRM 721(MBS 7117) after SRM 720(MBS7115) is already installed, two errors in the integrity checker are caused by the wrong column size. Database Scripts: HF7117_19.dbc Manual Changes: N/A --- APAR #: IZ98716 Issues(s): 11-13302 Description: In the Purchase Requisitions application, you can duplicate obsolete items, process them to a PO and receive them into an inventory. Database Scripts: See the Manual Changes section for this Issue/APAR. Manual Changes: N/A --- APAR #: IZ88199 Issues(s): 10-19709 Description: In the Work Order application, if you use the Edit History funcionality to edit a child work order, you get the message "A save must be performed before this action will become available". Then, if you save and try to continue, the message "Parent nnnnnn WO is not a valid parent workorder" is shown. Finally, if you want to delete child work orders, an error occurs and the message "Delete is not allowed on workorder." is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06245 Issues(s): 11-15434 Description: In the Invoice application, when a cost on a purchase order is rounded up, you receive an error if the tolerance level is 0. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96940 Issues(s): 11-12489 Description: If your Time Zone is America/Los_Angeles and you try to create a Labor to a Work Order, the dates you specified for the Start Date and the Estimated Next Due Date fields are not shown correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97769 Issue(s): 11-12993 Description: When running a service catalog query, the following error occurs: "BMXAA4210E - Database error number-954 has occurred not enough storage is available in the application heap to process the statement". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06228 Issue(s): 11-15433 Description: The e-signature option does not work for all users within a group. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03708 Issue(s): 11-15085 Description: In the Receipts application, when you try to save a receipt that contains an item that is part of a lot, you receive an error requiring you to specify a lot and a bin. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV04697 Issue(s): 11-15298 Description: In the Work Order application, you are able to enter the same rotating asset number multiple times in work order plans. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06367 Issue(s): 11-15468 Description: In the Locations application, network system locations in hierarchy are displayed incorrectly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00905 Issue(s): 11-14047 Description: When you open a rotating asset from the Item Master and change an attribute from the Specifications tab, an error occurs and the message "BMXAA4129E - Record already exists for Attribute=XXX, Asset=XXX, Section=XXX, Site=XXX, Linear Specification Id=XXX." is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01528 Issue(s): 11-14236 Description: In the Invoice application, when you try to approve a new Invoice, an error occurs and the messages "BMXAA2013E - Could not change invoice XXXX status to APPR." and "BMXAA1981E - The sum of all invoice quantities for invoice XXXX for line 1 of purchase order YYYY exceeds the quantity that has been received." are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06519 Issue(s): 11-15484 Description: After selecting the Lookup button and opening the Select Value dialog, some background fields are editable. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03652 Issue(s): 11-15058 Description: In the Item application, when using the API to export tools in Maximo 7.1.1.8 with Primavera Adapter 7.1.2, an open cursors exceeded error is produced. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07134 Issue(s): 11-15711 Description: In the Work Order application, when you delete or restore planned material or services row, the work order status changes automatically. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03289 Issue(s): 11-14853 Description: After upgrading to Maximo 7.1.1.8, the application freezes when you open the Change Status dialog. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06906 Issue(s): 11-15656 Description: On the Transfer Out screen of the Issues and Transfers application, the From Condition Code field is not correctly populated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV04639 Issue(s): 11-15259 Description: In the Invoice application, you cannot copy a purchase order line to an invoice that uses a different GL Account. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00059 Issue(s): 11-13718 Description: When searching for solutions with aliases, solutions are not filtered correctly by status. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03347 Issue(s): 11-14886 Description: Even after you add a site to the trusted list, the popup message "This page contains both secure and non-secure items.†is displayed when you try to access the site. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02402 Issue(s): 11-14795 Description: In the Workflow Roles application, if a Role is blank and another Role is valid, workflow assignments are correctly made, but they are not sent to anyone. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99846 Issues(s): 11-13649 Description: In the Purchase Orders application, when you send a Purchase Order to a workflow, a slow performance is noticed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07456 Issues(s): 11-15844 Description: In the Work Order application, if you perform a Vendor lookup on the Advanced Search dialog of the application, no values are returned in the Select Values dialog. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07349 Issue(s): 11-15825 (this also includes the fix to 11-13849) Description: When you try to send an email, an error occurs and the JVM hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07349 Issue(s): 11-15825 (this also includes the fix to 11-13849) Description: When you try to send an email, an error occurs and the JVM hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07972 Issue(s): 11-16059 Description: In the Chart of Accounts, after you specify a value for Section D of the GL account, you cannot change it anymore. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07522 Issue(s): 11-15862 Description: If you change a cost and do not make changes to the porcentage specified in the cost distribution, the cost values of MR and PR records are not displayed correctly in the database. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03311 Issue(s): 11-14854 Description: If you create a Service Request, specify some details on the Update Service Request Log dialog and press enter, the Details field is displayed much wider than it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV05725 Issue(s): 11-15388 Description: When you use the Quick Insert functionality in the Start Center and you have a template specified, the template is applied to every new record created in the Incident application and the Service Request application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06520 Issue(s): 11-15483 Description: If you open a popup window and move it to the left or right side of the screen, you cannot move it back to the center of the screen. Also, you cannot move the dialog all the way up or down on the page. Manual Changes: N/A -------- -------- =============================================================================================== End HF006 (MBS_7118_LAFIX.20110928-0642.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF007 (MBS_7118_LAFIX.20111031-0926.psi.zip) =============================================================================================== -------- -------- --- APAR #: IV08004 Issue(s): 11-16102 Description: In the Job Plans application, when loading job plans from MIF, the NESTEDJPNUM field is not validated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08199 Issue(s): 11-16282 (regression of 10-20606/IZ90072) Description: If you search for a work order in Waiting for Approval status using the Advanced Search and change the work order status to In Progress, the work order does not appear in the search tab anymore, but the changes are processed only after you log out and log back into Maximo. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06612 Issue(s): 11-15527 Description: If a table is locked and your session times out, an error occurs and your system hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93223 Issues(s): 11-10763 Description: If you specify 1/1/10 and 12/31/10 as the report parameters for schedStartDate and schedEndDate, the getEndDayTimestampFunction does not generate the correct value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07543 Issue(s): 11-15861 Description: E-mails sent in the HTML format to the E-Mail Listener are not converted to text when displayed in Service Requests. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08091 Issue(s): 11-16208 Description: In the Receipts application, when you select an item that was ordered and click Ok, the required field are not checked as required. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08549 Issue(s): 11-16356 Description: In the Invoice application, when the Prorated Service amount is not divisible into the sum of the Line Cost values of the non-Prorated Service lines, the sum of the Prorated Costs does not match the value specified in the Total Services Allocated field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08053 Issue(s): 11-16157 Description: If you associate a labor to a craft, skills from other crafts appear in the Skill Level lookup and if you choose one of these skills, an error occurs and the message "BMXAA2528E - The combination of craft, skill level, vendor, and contract is not valid. Use the Select Value lookup to see a list of valid choices.†is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99652 Issue(s): 11-13575 Description: In the Incidents application, if you attach more than 300 tickets to an incident record and try to perform the Show Similar ticket action, an error occurs and the DB fails due to the large query. Database Scripts: HF7118_18.dbc Manual Changes: N/A --- APAR #: IV08196 Issue(s): 11-16281 Description: In the Receipts application, if you create a Service line in a PO and try to receive an amount of the value specified to this line, the Received Line Cost is updated before the receipt is completed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08724 Issue(s): 11-16463 Description: In the Receipts application, if you create a rotating item without checking the Inspection on Receipt option and add this item to a PO, the MatRecTrans Loaded Cost is not calculated correctly after you try to receive the rotating item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07679 Issue(s): 11-15928 Description: In the Invoice application, you can approve invoices with incorrect LineCosts. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06823 Issues(s): 11-15646 Description: If you try to cancel a search in the Advanced Search window, you receive the error "BMXAA4214E - An unknown error has occurred.†Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09045 Issues(s): 11-16577 Description: In the Receipts application, when you try to receive a rotating item, the average cost value does not include the tax value and is not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09180 Issues(s): 11-16617 Description: In the Assets application, if you try to add a service or a service group to a location, an error occurs and the message "BMXAA2654E - The selected commodity already exists." is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01104 Issues(s): 11-14087 Description: In a multi-organization scenario, the Vendor field does not default to the correct vendor in a requisition. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08149 Issue(s): 11-16232 Description: When the description column of the sctemplates table is blank, an error occurs if you run the UpdateDB and it fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06373 Issue(s): 11-15467 Description: When using an environment in which different languages are installed, parameter labels that include a decimal separator are sometimes displayed in the wrong language. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08413 Issue(s): 11-16388 Description: If you try to display the work order status in a localized custom BIRT report, an error occurs and the description is displayed in the base language instead of the localized language. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IV08470 Issue(s): 11-16355 Description: In the Assets application, if you click the New Asset icon displayed on the Asset List screen to create a new asset, an error occurs and the system hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08818 Issue(s): 11-16492 Description: When you specify "No Maximum Amount" to a contract that contains many purchase orders and you try to approve the release of the POs, the total release amount is calculated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95163 Issues(s): 11-11488 Description: In the Inventory application, if you uncheck and check again the default vendor for one site and another vendor for a second site and, without saving the changes, you go from the Vendors tab to the Storeroom and then back and finally save the changes, you see that both of the vendors are checked by default. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF007 (MBS_7118_LAFIX.20111031-0926.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF008 (MBS_7118_LAFIX.20111114-1206.psi.zip) =============================================================================================== -------- -------- --- APAR #: IV09543 Issue(s): 11-17020 Description: When you try to compare a CI, the data set comparison filter does not work correctly for class structure IDs with uppercase letters. Database Scripts: N/A Manual Changes: N/A --- APAR #:IV09346 Issues(s): 11-16684 Description: In the Inventory application, you cannot change a rotating item to non-rotating, even if the item exists in the storeroom with no inventory balance. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09259 Issues(s): 11-16647 Description: In the Assets application, when you move an asset from one location to another, the service group information is not displayed in the new location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09485 Issue(s): 11-16752 Description: In the Inventory application, after you create a PO with an item and try to View Vendor Analysis, a Divide By Zero error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09875 Issue(s): 11-16854 Description: In the Work Order application, the Change status button for the overall ticket is not separated from the change status for associated tasks. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03069 Issues(s): 11-14742 Description: In the Locations application, when you try to associate a system with a location, you receive the error "BMXAA2703E - Location XXX is not in system YYY." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08646 Issues(s): 11-16439 Description: After installing a hotfix for Maximo 7.1.1.8, cluster log file names are changed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03064 Issues(s): 11-15373 Description: After you add an attribute to a classification, the Summary field on a change request is empty. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02400 Issues(s): 11-14592 Description: If you add a combo box to a table column using the Application Designer or an XML, you can specify a value using the pull down menu, but the value is not displayed in the field. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF008 (MBS_7118_LAFIX.20111114-1206.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF009 (MBS_7118_LAFIX.20120201-1148.psi.zip) =============================================================================================== -------- -------- --- APAR #: IV03215 Issues(s): 11-14812 Description: In the Purchase Requisitions application, if you cancel a PO that does not belong to the same Site of the PR related to it, the PR remains approved. Database Scripts: HF7118_19.dbc Manual Changes: N/A --- APAR #: IV07847 Issues(s): 11-15986 Description: After you upgrade to Maximo 7.1.1.8, the closing dates of financial periods are changed. Database Scripts: UpgradeCOA.db2 UpgradeCOA.ora UpgradeCOA.sqs Manual Changes: N/A --- APAR #: IV09139 Issues(s): 11-16614 / 11-16459 Description: If you specify true to the SQL_TRACE parameter and then change it to false, a cursor error occurs when you execute the SecurityService.doCount method. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02774 Issues(s): 11-14659 Description: When general ledger accounts are merged, the following error occurs: "Not a valid GL account. Either the required components are not filled or the component values are not valid". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10030 Issue(s): 11-16883 Description: In the Report Administration application, the total cost value of the Work Order Detail report is not displayed correctly. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IV06555 Issue(s): 11-15489 Description: In the Purchase Requisitions application, purchase requisition records have incorrect total costs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99743 Issues(s): 11-13620 Description: In the ITAM Software License, if you try to create a new License for a PO or to use the Receive Software License action item, an error occurs and the message "BMXAA4176E - Attribute TOTALCOST does not exist." is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09528 Issues(s): 11-16778 Description: In the Inventory application, if you highlight the GL Account field, remove the GL component from the field, and then tab out of the fiels, the GL Account value is not displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07331 Issues(s): 11-15827 Description: In the Item application, if the default vendor is checked and you try to specify a new value for a field, an error occurs and the message "Record has been updated by another user. Refetch and try again." is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08423 Issues(s): 11-16328 Description: In the Configuration Items application, if you change the status of a CI, the status of all the related configuration items that have a containment relationship is modified too. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09208 Issues(s): 11-16633 Description: In the Purchase Orders application, you cannot approve a PO for release if you have cancelled a previous PO that was released. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10391 Issues(s): 11-17041 Description: In the Assets application, if you change the GL account number in one storeroom for one site, the GL account value is also changed for other sites. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10608 Issues(s): 11-17145 Description: If you try to migrate the data dictionary to an UAT environment, an error occurs and a message is displayed: "BMXAA0024E - ADD is not allowed on L_MAXATTRCFG." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95286 Issues(s): 11-11612 Description: Security restrictions cause errors when you use the Search Solutions action. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09048 Issues(s): 11-16580 Description: If you open Maximo by using a bookmark you created previously, a "404 Page Not Found" error is thrown after you log in. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08314 Issues(s): 11-16287 Description: In the Purchase Orders application, if you approve a PO created from a blanket release and the total cost of the PO exceeds the maximum release amount on the blanket release contract, an error occurs. However, the error message displays an incorrect calculation of the difference. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11356 Issues(s): 11-17356 Description: In the Users application, if you try to crossover the location site from a person object to the default site from a user object after you specify a domain value, nothing happens. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11861 Issues(s): 11-17516 Description: You cannot scroll through the Drill Down dialog if you use an Android device. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08195 Issues(s): 11-16280 Description: In the Reorder application, if you create an item with different values specified for the issue Unit and the order unit, an error occurs when you reorder items and the "Ignore Reorder Point?" check box is selected as the order quantity and the order unit do not display correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09329 Issues(s): 11-16681 Description: You can see items in the item sets even if you are not allowed to have access to these items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12185 Issues(s): 11-17567 Description: If you log on to the system in German and you update the title specified in the JOBPLAN.LABORCODE field, the changes are not processed even after you close the browser and log in to the system again. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10829 Issues(s): 11-17172 Description: In the Purchase Contracts application, when the PO currency is different to the contract currency, the invoice variances value is not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11343 Issues(s): 11-17358 Description: After you run UpdateDB, some columns disappear from the audit tables. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12284 Issues(s): 11-17592 Description: In the Assets application, if you change the currency in a Request for Quotation record, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87118 Issues(s): 10-19288 Description: INVENTORY_ROP has an error in the SQL statemane, causing a miscalculation of the New ROP value on Rpt: Harrier Reports. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09398 Issues(s): 11-16704 Description: In the Labor Reporting application, if you specify a value in the Start Date field and it falls within a closed financial period, an error occurs and the message "BMXAA2573E - The entered date is not within a valid financial period." is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11274 Issues(s): 11-17328 Description: When you make an outbound MXReceipt interface transaction, the seconds are not displayed in the Transdate. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09349 Issues(s): 11-16686 Description: When you create a service request and open the Select Value dialog on the Detail Menu of the Asset field, you cannot view all available assets after you specify a value to be filtered. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12758 Issues(s): 12-10077 Description: When you try to access the Mobile login page, it fails if you use an LDAP authentication environment. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09005 Issues(s): 11-16552 Description: In the Reorder application, after you change the order unit in the Vendor section, the reorder action does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12574 Issues(s): 12-10092 / 11-14521 Description: In the Request for Quotation application, if the company you specified has a currency value different from the one specified to the Currency field, this value is not displayed correctly after you select a PO record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09385 Issues(s): 11-16705 Description: Error BMXAA4211E - "Database error has occurred when operating on ASSETMETER...Cannot insert duplicate key row in object 'dbo.assetmeter' with unique index 'assetmeter_ndx1'." encountered when an asset with meters is moved to a new site and then moved back to the originating site after several new meters have been added to the asset in the new site. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12274 Issues(s): 11-17584 Description: SAVED QUERIES ISSUE IN QUICK REPORTING APPLICATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09443 Issues(s): 11-16729 Description: DB2 LOCK TIMEOUT DUE TO LONG SQL STATEMENTS IN MAXIMO Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF009 (MBS_7118_LAFIX.20120201-1148.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF010 (zzz.psi.zip) =============================================================================================== -------- -------- --- --- APAR #: IV09276 Issues(s): 11-16657 Description: In the Purchase Contracts application, after you create a release purchase order, the total cost, the uncommited cost and the amount remaining values are not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09924 Issues(s): 11-16873 FReworked int the HF009 will tested it in the HF010 Description: USER DOES NOT RECEIVE A MESSAGE WHEN DUPLICATING A PROBLEM TICKET Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07263 Issues(s): 11-15793 Description: In the Inventory application, if you try to save using the IssueCurrentItem object, an error occurs and the error messages appear with unresolved parameters. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97075 Issues(s): 11-12616 Description: Intermittent DB connection problems Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01859 Issues(s): 11-14371 Description: CRONTASK MANAGER CONSUMING LARGE NUMBER OF DATABASE CONNECTIONS AND BRINGING DATABASE DOWN DURING ADMIN MODE SETTING. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09520 Issues(s): 11-16776 Description: DELETE COMPUTER DELETES ALL RECONLINK Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14204 Issues(s): 12-10459 Description: CLASSIFICATION AND CLASSIFICATION DESCRIPTION FIELDS ARE EDITABLE WHEN ROTATING ITEM IS ENTERED IN ASSET APPLICATION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11235 Issues(s): 11-17319 Description: AFTER ENABLING 'USE SCREEN READER',VISUALLY IMPAIRED PEOPLE IS NOT ABLE TO OPEN CLASSIFICATION TREE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14989 Issues(s): 12-10713 / 11-15475 Description: COMMUNICATION TEMPLATE NOT SENT WHEN RECEIVING INBOUND MESSAGE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14301 Issues(s): 12-10529 Description: ERROR WHEN TRANSFERRING CONDITION ENABLED ITEMS WHEN CONDITION CODE IS 0. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV13774 Issues(s): 12-10355 Description: PERSON AVAILABILITY AVAILABLE ON EVENING SHIFT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV15445 Issues(s): 12-10826 Description: SELECTING SUPERVISOR VALUE WITHOUT ENTERING A LABOR IN LABOR APPLICATION RECEIVES SYSTEM MSG, BMXAA0031E Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12943 Issues(s): 12-10173 Description: WOANCESTOR Records were not sent from MEA WOANCESTOR Publish Channel. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00104 Issues(s): 11-13733 Description: ERROR TRYING TO ASSOCIATE RELATED RECORDS ON AN INCIDENT Database Scripts: N/A Manual Changes: N/A --- APAR #: n/a Issue(s): 12-10390 Description: Integrity Checker Errors introduced during 712x to 75 Upgrade Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10250 Issue(s): 11-16977 Description: INCORRECT DATA WHEN CHANGING ORDER UNIT AT TIME OF RECEIPT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16264 Issue(s): 12-11095 Description: LOCATION HIERARCHY BY SYSTEM PRODUCING INCONSISTENT RESULTS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10836 Issues(s): 11-17173 Description: Removed unnecessary column redefintion that took a long time to process. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16014 Issue(s): 12-10991 Description: UPDATE ASSOCIATED PMS FOR MULTIPLE SELECTED MPMS IS ONLY TAKING FIRST SELECTED MPM INTO ACCOUNT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06508 Issues(s): 11-15487 Description: In the Issues and Transfers application, when you add lines of different types to the Materials tab in the Work Order tracking application, the curbal adjustment can be incorrect. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09662 Issue(s): 11-16802 Description: LOADING LOCATIONS WITHA A DEEP HIERARCHY CAUSES OUT OF MEMORY IN THE APPLICATION SERVER. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16779 Issue(s): 12-11223 Description: In the PM application, when the user changes the asset or location on a PM record which has meter-based frequency data associated, Maximo will allows the user to then undelete the PM meter records that had been marked for deletion due to the assetnum or location change. As a result, the PM ends up with meters that do not really apply to its asset or location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94759 Issue(s): 11-11271 Description: In Asset Application, if the asset is decommissioned, opening Drilldown via Select Actions displayed a different asset in DrillDown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV13766 Issue(s): 12-10354 Description: SOME AD-HOC REPORT REQUESTS IN INVENTORY APPLICATION DO NOT APPLY THE SAME QUERY AS THE APPLICATION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03481 Issue(s): 11-14948 Description: When adding a new measure point in the Condition Monitoring application, the unit of measure does not populate if the asset/meter or location/meter combinations do not already exist as an asset meter in the Assets application or location meter in the Locations application respectively. If the asset or location meter already exists, then the measure point's unit of measure is correctly populated from it. The measure point's unit of measure should be populated from the meter template in the Meters application if the asset meter or location meter does not exist before the measure point is created. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69889 Issue(s): 10-10916 Description: MESSAGING REPROCESSING GENERATES ERROR WHEN SPECIAL CHAR. IN CORRECTED MESSAGE TRANSACTION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14863 Issue(s): 12-10618 Description: SERVICE LINES IN WO PLAN TAB HAS A READ ONLY DESCRIPTION , HOWEVER REQUIRED IN WO PLAN Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89305 Issue(s): 10-20112 Description: INVENTORY ADJUSTMENTS TRANSACTION REPORT SHOWS WRONG BALANCE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12097 Issues(s): 11-17566 Description: ESTLABCOST IS INCORRECT WHEN ESTIMATE IS CHANGED AFTER APPROVAL Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16447 Issues(s): 12-11125 Description: A REQUIRED DATE PARAMETER ON A REPORT PRODUCES BMXAA3556E - NULL IS A REQUIRED FIELD. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17350 Issues(s): 12-11425 Description: ESCALATION FAILS TO COMPLETE, ERROR "BMXAA0024E - ADD IS NOT ALLOWED ON TKOWNERHISTORY" RESULT SET CLOSED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10445 Issues(s): 11-17066 Description: TIME CONVERSION APPLIED TO ACTUAL START AND ACTUAL FINISH BASED ON TIME ZONE SETTING IN PROFILE. Database Scripts: Run script HF7118_23.dbc Manual Changes: N/A --- APAR #: IV03519 Issues(s): 11-14974 Description: In work-related applications, slow performance may be experienced when navigating to the Log tab due to multiple ORs in the SQL. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV18006 Issues(s): 12-11581 Description: CALENDARS MONTH/YEAR ARROWS NOT WORKING Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17926 Issues(s): 12-11532 Description: JAVA CODE EXPECTS DATA IN FLDASSIGNMENTROLEID IN INBXCONFIGSET ON THE INBOXPORTLET Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16577 Issues(s): 12-11163 Description: DESKTOP REQUISITION ITEM QUANTITY NOT RESET TO ZERO Database Scripts: N/A Manual Changes: Please refer to Manual Changes section. --- APAR #: IV10862 Issues(s): 11-17183 Description: SOLUTION.CHANGEBY IS SET BY USER'S PERSONID. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV15417 Issues(s): 12-10846 Description: GETTING "BMXAA4200E - RECORD HAS BEEN UPDATED BY ANOTHER USER. REFETCH AND TRY AGAIN" ERROR IN ASSIGNMENT MANAGER Database Scripts: N/A Manual Changes: N/A --- APAR #: IV15703 Issues(s): 12-10902 Description: SETVALUE IN TABLEDETAILS SENT TO THE WRONG MBO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99045 Issues(s): 11-13404 Description: In the MEA Integration Framework, if you import an xml to create a work order and the timezone is not specified in the xml date, the reported date/time is incorrect. Manual Changes: N/A --- APAR #: IZ88730 Issue(s): 10-19870 Description: In Rpt: Harrier Reports, scheduled report do not work when there is a date parameter in the report design. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19197 Issues(s): 12-12029 Description: ATTACHED DOCUMENT QUERY REDUCES WORK ORDER TRACKING PERFORMANCE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19808 Issues(s): 12-12191 Description: REFETCH ERROR BMXAA4200E WHEN ENTERING A METER READING ON WORK ORDERE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08212 Issues(s): 11-16288 Description: TRANSLATIONS ON TOOLBAR ICONS NOT OCCURING Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17348 Issues(s): 12-11424 Description: DISABLED ATTRIBUTE IN LOCATIONS OBJECT BROUGHT FORWARD DURING UPGRADE FROM 411 SHOULD NOT BE REFERENCED IN CODE IN REL 71 AND 75. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19678 Issues(s): 12-12121 Description: ROTATING ITEM SPECIFICATION IS NOT CROSSING OVER TO THE ASSET WHEN CHANGING ITEMS WITH THE SAME CLASSIFICATION WITH DIFFERENT ATTRIBUTE VALUES. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19935 Issues(s): 12-12308 Description: DISABLING GL ACCOUNT VALIDATION IN COA STILL PROMPTS FOR A GL ACCOUNT IN INVENTORY WHILE TRYING TO ASSEMBLE KITS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17515 Issues(s): 12-11484 Description: RECORD ALREADY EXIST FOR CONTRACT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07355 Issues(s): 11-15833 Description: DOWNLOAD HYPERLINK - TABLE DOWNLOAD NOT INCLUDING SPECIFIC RECORDS WHEN DOWNLOAD FAILS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19949 Issues(s): 12-12307 Description: INVENTORY ROP REPORT RETURNS 0 WHERE THERE SHOULD BE VALUES Database Scripts: N/A Manual Changes: N/A --- APAR #: IV14948 Issues(s): 12-10640 Description: VISUALLY IMPAIRED CAN'T USE CLASSIFICATION,'SELECT VALUE' Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86282 Issue(s): 10-19114 Description: CREATING AN SR FROM QUICK INSERT DOES NOT APPLY THE TICKET TEMPLATE. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV09924 Issue(s): 11-16873 Description: USER DOES NOT RECEIVE A MESSAGE WHEN DUPLICATING A TICKET Database Scripts: N/A Manual Changes : N/A --- APAR #: IV17923 Issue(s): 12-11531 Description: CLICKING ON CANCEL BUTTON, ALL THE ATTACHMENTS ARE DELETED Database Scripts: N/A Manual Changes : N/A --- APAR #: IV20929 Issue(s):12-12889 Description: ASSET APPLICATION NEW ASSET OPEN DRILLDOWN FROM LOCATION FIELD OPENS ON ASSET TAB. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ87781 Issues(s): 10-19596 Description: Server is returning 404 for browser request to load required_label.gif, login_bkg_top.gif, and maximo.css. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16913 Issues(s): 12-11327 Description: Planned changes to user/custodians for an asset or location are not removed when the asset or location is removed from the work order. This causes future user/custodian change attempts for that asset or location to hang. This can occur following the deletion of a MultiAssetLocCI record in the 'Multiple Asets, Locations or CIs' table window or when an asset or location is cleared from the Asset or Location field in the work order header information. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20884 Issues(s): 12-12827 Description: BMXAA0191E - FIELD ALPHANUMERIC VALUE FOR ATTRIBUTE XXXX IS REQUIRED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20174 Issues(s): 12-12445 Description: MIGRATION MANAGER DEPLOYMENT FAILING WITH NUMERIC RANGE DOMAIN. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21637 Issues(s): 12-13112 Description: TRANSLATED MAXMESSAGES (SYSTEM MESSAGES) NOT DISPLAYING PROPERLY Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20301 Issues(s): 12-12531 Description: UNITS TO GO VALUE NOT COPIED BACK TO PREVIOUS SITE WHEN YOU MOVE ASSET FROM SITE A TO SITE B, THEN MOVE IT BACK TO SITE A. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21113 Issues(s): 12-12922 Description: CHANGE STATUS IN BULLETIN BOARD NOT WORKING PROPERLY WHEN STATUS IS CANCELLED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20296 Issue(s): 12-12526 Description: Asset Site Field is read only after setting a location value Database Scripts: N/A Manual Changes : N/A --- APAR #: IV08542 Issue(s):11-16354 Description: INACTIVE PEOPLE CAN BE SELECTED IN THE USER INFORMATION IN THE TICKET APPLICATIONs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22266 Issue(s):12-13383 Description: STALE CONNECTIONS OPEN WITH UNCOMMITTED WORK Database Scripts: N/A Manual Changes : N/A --- APAR #: IV21676 Issue(s): 12-13114 Description: WRONG SLA IS SELECTED Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23072 Issue(s): 12-13534 Description: E-MAIL LISTENER DOES NOT WORK USING SMARTPHONE WITH INVALID FORMAT ERROR Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22659 Issue(s): 12-13423 Description: The vendor date is not populated when using the 'Select Vendor Items' action to add line item to a PO. If a user creates a new PO and adds a line item via the 'Go To' link to inventory, the PO line field 'Vendor Date' is populated with 'Ordered Date' plus 'Promised Lead Time'. However, when the same item is populated on to the line by using the 'Select Vendor Items' action (invoked by a button below the table window) the 'Vendor Date' field is not populated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV09662(REWORK/REGRESSION) Issue(s): 11-16802 Description: In Locations app, circular hierarchy occurred for a hierarchical system if user did not enter a parent location in "Associate Systems with Location" the first time. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21632 Issue(s): 12-13082 Description: Flow control in job plan is checked by default Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24748 Issue(s): 12-13869 Description: TEMPLATE NAME DISAPPEARS WHEN CLICK "SELECT RECORD" IN CART Database Scripts: N/A Manual Changes : N/A --- APAR #: IV19154 Issue(s): 12-12003 Description: ISSUES WITH DATES WHEN SERVER AND USER IS ON DIFFERENT TIME ZONES. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV12532 Issue(s): 11-17684 Description: WHEN MANUALLY CHANGING THE VALUE OF CURRENCY FIELD ON RFQ VENDOR TAB, ERROR OCCURRED - BMXAA4214E Database Scripts: N/A Manual Changes : N/A --- APAR #: IV14196 Issue(s):12-13985 Description: Decomissioned Locations shown in Ticket dialog Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22263 Issue(s):12-13384 Description: DECOMMISSIONED LOCATIONS STILL SHOW UP IN DRILLDOWN. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25216 Issue(s):12-13988 Description: QTY RETURNED IS NOT CALCULATED CORRECTLY - IN SELECT ITEMS FOR RETURNS IN ISSUES AND TRANSFERS. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV23037 Issue(s):12-13634 Description: LOGIN WITH SPECIAL CHARACTERS IN PASSWORD NOT ALLOWED FROM LDAP Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24207 Issue(s):12-13787 Description: Sometimes "where" clause passed to the BIRT report has # in place of "(", ")" and ".". Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ97255 Issue(s): 11-12731 Description: Security data restrictions are not qualified with table names when added to the report where clause. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09753 Issue(s): 11-16823 Description: QUERIES WITH AN 'ORDER BY' CLAUSE DOES NOT WORK IN THE START CENTER PORTLET Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09166 Issue(s): 11-16615 Description: SLOW WORKORDER STATUS CHANGES FROM THE LIST TAB Database Scripts: N/A Manual Changes: N/A --- APAR #: IV23512 Issue(s): 12-13669 Description: WORK ORDER CLASS MISSMATCH, ON BMXAA4603E MESSAGE FOR WORKORDER WHICH IS IN HISTORY AND MUST REMAIN UNCHANGED." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV23456 Issue(s): 12-13640 Description: CLASSIFICATION DOES NOT RETURN WITH VALUE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95705 Issue(s): 11-11886 Description: ALTER SLA STATUS CAUSE SLOW PERFORMANCE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV22154 Issues(s): 12-13346 Description: On List tab in PM application, try to change status to draft on one or more PMs. You get a message saying: "BMXAA7250E - All Active PMs down the hierarchy will be changed to Draft status. Do you still want to continue?" If you click "OK", the status does not change. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25006 Issue(s): 12-13971 Description: NULL POINTER EXCEPTION IN SYSTEMOUT.LOG FROM REPORT LIST PORTLET Database Scripts: N/A Manual Changes: N/A --- APAR #: IV22993 Issues(s): 12-13484 Description: RECONLINKS GET DELETED ON DELETION OF NETWORK DEVICES AND PRINTERS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26758 Issues(s): 12-14179 Description: THE UNITS TO GO FIELD IN A PM RECORD IS NOT CALCULATED CORRECTLY WHEN MOVING ASSETS BETWEEN SITES AFTER GENERATING WORKORDERS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25242 Issues(s): 12-13999 Description: ERROR BMXAA4214E UNKNOWN ERROR HAS OCCURED ON ITEM ATTRIBUTE SEARCH WHEN REFINING SEARCH. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26376 Issues(s): 12-14148 Description: CANNOT MOVE ASSET TO A SITE, SINCE CHILD ASSET IN SUCH SITE ALREADY EXISTS, EVEN IF ON DECOMMISSIONED STATUS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02646 Issues(s): 11-14616 Description: In the Bulletin Board, when you try to perform a "Delete the expired bulletin messages", only the status records are deleted. Database Scripts: N/A Manual Changes: If you wish to have expired BULLETINBOARD records removed by escalation ESCESCBLTNEXP, you need to add a new system property from System Properties app, name it "mxe.crontask.deleteBB", type YORN, and set it to 1. By default this property doesn't exist, and expired BULLETINBOARD records are not removed. --- APAR #: IV12957 / IV12575 Issue(s): 12-10174 / 12-10091 Description: EXPIRED ENTRIES ARE NOT REMOVED FROM BULLETINBOARD TABLE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26642 Issue(s): 12-14174 Description: ADDING MULTIPLE CHILD LOCATIONS TO THEIR PARENT RECORD THROWS REFETCH ERROR MESSAGE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24722 Issue(s): 12-13858 Description: WORKORDER.ESTSERVCOST DOES NOT EQUAL TO WPSERVICE.LINECOST. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01022 Issue(s): 11-14060 Description: INVALID BINDING ERROR WHEN CHANGING THE STATUS OF AN SR Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24553 Issue(s): 12-13818 Description: WHEN INVOICE AND PO CURRENCY ARE DIFFERENT, INVOICE COST SHOULD BE CONVERTED TO PO CURRENCY Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25339 Issue(s): 12-14024 Description: JOB PLAN(CAL) USER PERFORMS A FILTER ON WORK ASSETS REVISED JOB PLAN WILL BE CREATED WITH ONLY THE FILTERED RECORDS 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 CAUSING MEMORY LEAK. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27228 Issue(s): 12-14234 Description: Scheduling BIRT report throws "BMXAA3858E - Run as User AAA is not an active user" when there is a data restriction on MAXUSER object. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24770 Issue(s): 12-13872 Description: when creating invoices from PO,uninvoiced cost displays wrongly Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02226 Issue(s): 11-14480 Description: CANNOT DISTRIBUTE COSTS UNTIL RECORD IS SAVED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27413 Issue(s): 12-14256 Description: RELATIONRULE STALE CONNECTIONS LEAK. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26059 Issue(s): 12-14120 Description: TIME ZONE ISSUE FINISH TIME Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25696 Issue(s): 12-14062 Description: APPLINK INCORRECTLY ALLOWED RETURN OF A WORKORDER IN A DIFFERENT SITE IN CREATE DESKTOP REQUISITION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07979 Issues(s): 11-16096 Description: MAXIMO REPORTS NOT CLOSING CURSORS - MISSING CLOSE STATEMENTS. Database Scripts: N/A Manual Changes: Re-import WOTRACK/woprint.rptdesign --- APAR #: IV27606 Issues(s): 12-14269 Description: DATA RESTRICTION ON COMMODITIES DOES NOT WORK FOR ITEM APPLICATION. Database Scripts: N/A Manual Changes: Re-import WOTRACK/woprint.rptdesign --- APAR #: IV27062 Issues(s): 12-14219 Description: SAVED QUERIES RESULTS IN ORA-00907 ERROR Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30010 Issues(s): 12-14448 Description: RECORD HAS BEEN SAVED" MESSAGE IS NOT DISPLAYED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26408 Issues(s):12-14156 Description: LABOUR RATE ASSOCIATED WITH CONTRACT WITH REVISIONS WAS NOT COMPUTED CORRECTLY IN WORK ORDER Database Scripts: N/A Manual Changes: N/A --- APAR #: IV29077 Issues(s):12-14391/Defect 56953 Description: Base Services IFIX 7118 - ATTRIBUTE SEARCHING WITH NULL NOT WORKING Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31576 Defect(s): 61649 Description: BMXAA2652E - THE RECORD DESIGNATED AS PRIMARY CANNOT BE DELETEDWHEN TRYING TO MOVE AN ASSET. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20298 Defect: 63792 (Issue 12-12524) Description: In the Work Order Tracking application, when you create a CI with a specification attribute and then create a workorder and add the CI to it, the CI specification attribute should update when the status of the workorder is changed to complete. This does not happen. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV32716 Defect: 64475 (Issue 12-14617) Description: CONDITION CODE RATE ISSUE Database Scripts: N/A Manual Changes : N/A --- APAR #: IV11553 Defect: 11-17388 Description: DEADLOCK ON INCIDENTIMTICKETAPPBEAN CAUSING OOM Database Scripts: N/A Manual Changes : N/A --- APAR #: IV32417 Defect: 67934 Description: WORK ORDER SELECT ACTION "EDIT HISTORY WORK ORDER" DOES NOT WORK IF IT STARTS ON THE SPECIFICATION TAB. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV30930 Defect: 61851 Description: VIEW ITEM AVAILABILITY OPEN PR ISSUE. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV33593 Defect: 68776 Description: PO NOT USING NEW MODEL NUMBER INFORMATION Database Scripts: N/A Manual Changes : N/A --- APAR #: IV30902 Defect: 65813 Description: INVALID BINDING IN CLASSIFICATION SEARCH Database Scripts: N/A Manual Changes : N/A --- APAR #: IV09356 Defect: 68118 Description: WORKFLOW AND REPORTING CONNECTIONS HELD OPEN AND NOT CLEANED BY GC Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24203 Defect: 62723 Description: Base Services LAFIX 7118 - SESSIONS ARE NOT BEING RELEASED Database Scripts: HF7118_24.dbc Manual Changes : N/A --- APAR #: IV33939 Defect: 67333 Description: BMXAA2704E - Cannot delete location XXXX Database Scripts: N/A Manual Changes : N/A --- APAR #: IV31938 Defect: 71048 Description: CUSTOMER CAN'T CHANGE ITEM XXX STATUS TO OBSOLETE Database Scripts: N/A Manual Changes : N/A --- APAR #: IV35450 Defect: 70394 Description: BASE SERVICES 7.1.1.8 LAFIX - ASSETS WITH MANY RECORDS ON THE MULTIASSETLOCCI TABLE CANNOT BE MOVED ACCROSS SITES Database Scripts: N/A Manual Changes : N/A --- APAR #: IV32717 Defect: 66491 Description: Base Services IFIX 7118 - CANNOT RETURN THE ITEM BACK TO THE ORIGINAL STOREROOM. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV35402 Defect: 73102 Description: RETURNS ARE NOT WORKING FOR SERVICE LINE USING MIF. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV35670 Defect: 70607 Description: Base Services IFIX 7118 - Base Services LAFIX 7118 - Tax calculation is wrong. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ98661 Defect: 74439 Description: ITEM AVAILABILITY FUNCTION IN CLASSIFICATION SEARCH DIALOG ERRORS WHEN LAUNCHED FROM LIST TAB Database Scripts: N/A Manual Changes : N/A --- APAR #: IV08839 Defect: 70476 Description: PROBLEM WHEN UPDATING PERSON AVAILABILITY FOR THE 2ND TIME Database Scripts: N/A Manual Changes : N/A --- APAR #: IV36388 Defect: 74128 Description: COPY POLINES BUTTON MATERIALS TAB FRON INVOICE APPLICATION REFERENCING THE INCORRECT WONUM Database Scripts: N/A Manual Changes : N/A --- APAR #: IV02778 Defect(s): 78849 Description: In the Assets application, when you try to change the asset status from OPERATING to NOT READY after reporting downtime for a date/time in the future, a System Message dialog displas the incomplete message "asset#statusdate". Database Scripts: N/A Manual Changes: See Manual Changes Section III for this Issue/APAR. --- APAR #: IV36990 Defect(s): 76766 Description: In the Assignment Manager application, when a work order is marked for deletion and then undeleted by clicking on the icon a second time followed by the user clicking on 'Start Assignment', "BMXAA4200E - Record has been updated by another user. Refetch and try again." is encountered . Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11735 Defect(s): 76532 Description: When using Web Services Interactions in a secondarty Language, when the Interaction is invoked the Interaction screen reverts to the Base Language. Once the data is pulled into the Application that called the Interaction this also reverts to the Base Language Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21933 Defect(s): 12-13238 Description: CONTRACTS HAVE INVOICE VARIANCE AMOUNT DESPITE A SINGLE CURRENCY Database Scripts: HF7118_25.dbc Manual Changes: N/A --- APAR #: IV30804 Defect(s): 80932 Description: When entering location meter reading through UI or MEA, got error "BMXAA2906E-Readings cannot share the same reading date and time" due to null ASSETTRANS.TOLOC value not being handled as expected in SQL that determines what assets were in the location on the reading's date. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV29695 Defect(s): 80933 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." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09911 (dup of IV09068) Defect(s): 80658 Description: In the Assets application, if you set your profile and your language to German, the last Meter Reading value is not calculated correctly after you create an asset. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99403 Defect(s): 80931 Description: When you enter a back-dated meter reading from the UI or from the MEA process, the delta and the total meter reading to date are not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37650 Defect(s): 81120 Description: DECOMMISSIONED LOCATIONS APPEARING IN SELECT VALUE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37788 Defect(s): 81261 Description: INVTRANS RECORD NOT CREATED WHEN ADDING A NEW INVBALANCES RECORD IN THE INVENTORY APP AFTER SELECT ACTION CURRENT BALANCE ADJUSTMENT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38141 Defect(s): 82232 Description: EDIT HISTORY WORK ORDER ALLOWS TASKS TO BE CREATED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86673 Defect(s): 82136 Description: WHEN REMOVING THE PARENT (WORKORDER.PARENT) FROM A WORKORDER, GET ERROR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37718 Defect: 82549 Description: Start Timer Won't Start - BMXAA4214E - An unknown error has occurred. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV37693 Defect: 80726 Description: SAVING QBRS IN A MULTILANGUAGE ENVIRONMENT CAUSES PRESENTATION NOT FOUND WHEN RUNNING SAVED ACTUATE QUERIES Database Scripts: N/A Manual Changes : Generate request pages from the Report Admnistration application once the fix has been applied. --- APAR #: IV37318 Defect: 79065 Description: INCORRECT ERROR MESSAGE JAVA.LANG.NULLPOINTEREXCEPTION WHEN SCHEDULED REPORT FAILS Database Scripts: N/A Manual Changes : N/A --- APAR #: IV39525 Defect: 86344 Description: INVTRANS.CURBAL RECORDS THE BALANCE "AFTER" THE CURRENT BALANCE ADJUSTMENTS. IT SHOULD RECORD THE BALANCE "BEFORE" THE TRANSACTION. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV39179 Defect: 85057 Description: LOCALIZED DESCRIPTION FIELDS IN QBR REPORTS NOT LOCALIZING THECORRECT DESCRIPTION Database Scripts: N/A Manual Changes : This change only affects new QBR reports. Existing reports must be recreated to be affected. --- APAR #: IV37667 Defect: 84753 Description: "VIEW WORK DETAILS" Does not display closed records associated with the CI. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25560 Defect: 62852 Description: The email address is being double quoted inside of LSNRUtil Database Scripts: N/A Manual Changes : N/A --- APAR #: IV37664 Defect: 80539 Description: BMXAA1894E ERROR OCCURRED WHEN ISSUE A ROTATING ITEM WITH CONDITION CODE ENABLED Database Scripts: N/A Manual Changes : N/A --- APAR #:IV42077 Defect: 89816 Description: IF YOU MODIFY MULTIPLE POLINES ATTRIBUTES IN THE SPECIFICATION TAB THE POLINE DESCRIPTION IS CONCATENATED ON THE FIRST POLINE. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV42591 Defect: 90915 Description: ASSET METER LIFE TO DATE AND OTHER CUMULATIVE READING FIELDS NOT UPDATED WHEN ASSET TRANSFERRED BETWEEN SITES. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV38634 Defect: 86147 Description: EXPORT A RECORD WITH LONG DESCRIPTION OVER 4,000 CHARACTERS AND WITH SPECIAL CHARACTERS GETS ERROR Database Scripts: HF7118_26.dbc Manual Changes: N/A --- APAR #: IV43573 Defect:93242 Description: PRLINE/POLINE description was not built by item specification attributes/values when PR/PO are newly saved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43490 Defect:93200 Description: BUG IN TPAE DB CONNECTION WATCHDOG DOG CAUSES DUPLICATECONNECTION IDS, PRODUCING MISLEADING INFORMATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43488 Defect:93203 Description: TPAE WORKFLOW RELATED CONNECTION LEAK FIX; MAY LEAD TO HIGHNUMBER OF DB CONNECTIONS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43493 Defect:93196 Description: REST RELATED CONNECTION LEAK FIX: MBOSET.JAVA Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08660 Defect:11-16443 Description: CURBAL VALUES ARE RECORDED IN A REVERSED ORDER IN ISSUES AND TRANSFERS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43487 Defect:93206 Description: TPAE DB CONNECTION CLOSE A NOT PROMPTLY CLOSED MBOSETSECURITYSERVICE.JAVA Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43036 Defect: 92064 Description: BMXAA4024E EXTERNAL VALUE IS NOT IN DOMAIN MRSTATUS ,SITEID= , ORGID= encountered when changing MR status on a requisition that has the same MRNUM as a requisition in another site and the target MRSTATUS status is organization- or site-specific. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37290 Defect: 78776 Description: You have to click twice on solution detail fields to get them to be active and ready for typing. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36314 Defect: 93998 Description: intermittent maxsession exception Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28105 Defect: 87905 Description: Base Service LAFIX 7118 WO COST -> DISPLAYS WRONG AMOUNTS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43854 Defect: 94314 Description: REORDER EMAIL NOTIFICATION ONLY ALLOWS ONE EMAIL ADDRESS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV44088 Defect: 98253 Description: DURING PM WORK ORDER GENERATION, WORK ORDER HISTORY NOT CREATED WHEN PM HAS A JOB PLAN WITH DIRECTISSUE PLANNED MATERIAL AT THE PARENT LEVEL (THAT IS, NO JOBTASK ID ON THE MATERIAL). Database Scripts: N/A Manual Changes: N/A --- APAR #: IV42682 Defect: 94157 Description: BLIND SQL INJECTION VIA MEAWEB Database Scripts: N/A Manual Changes: create a system property called mxe.int.whereclausepolicy and set the value of that property to "parse" if they want that where clause to be parsed by maximo sql injection verifier [which ofcourse supports catching only a few well known cases of sql injection]. The other option customer can try is to set the value of that property to "block" which will block the free form where clause --- APAR #: IV42684 Defect: 93407 Description: XXE (XML EXTERNAL ENTITY) INJECTION VIA MEAWEB Database Scripts: N/A Manual Changes: create the maximo property mxe.int.resolvexmlextentity - and set the value to be "false". --- APAR #: IZ95542 Defect: 83758 Description: CANNOT SET LONGDESCRIPTION FIELDS FROM ACTIONS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45066 Defect: 98483 Description: CONTRACT TOTAL COST CALCULATED WRONG WITH FILTER Database Scripts: HF7118_27.dbc Manual Changes: Run hotfix script HF7118_27.dbc --- APAR #: IV45913 Issue(s): 100473 Description: In DeployedMeter.processNonContinuousReadings() MEASUREMENT.MEASUREDATE being set with getString(readingDateAttribute) -- should be getDate(readingDateAttribute). Because of this, it is not possible to determine what the most recent measurement is if they have been entered on the same day because the time portion is set to 00:00:00.0. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45230 iFix: 98695 Description: Unable to submit a desktop req when it contains a conditionenabled item. Database Scripts: N/A Manual Changes: Change presentation file resources\presentations\system\library.xml as follows: 1) Search for 2) Check to see if this is under the above line: 3) If not, add there. 4) Save the change and import the file using Application Designer. 5) Restart the MX server for the new field to show up. --- APAR #: IV17350 Issue(s): 98053 Description: ESCALATION TASK TAKING UP EXCESSIVE DATABASE CONNECTIONS AN SHUTTING DOWN THE ENVIRONMENT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV42630 Issue(s): 103666 Description: WHEN A MATERIAL REQUISITION HAS THE SAME MR# FOR DIFFERENT ORGS, WHEN ONE IS CLOSED THE OTHER MR'S STATUS IS APPROVED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40704 IFix: 91117 Description: SR LOOKUP DISPLAYING ASSETS FOR USERS/CUSTODIANS ON DECOMMISSIONRECORDS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47462 IFix: 104424 Description: Issue on Recipt should be read only all the time. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45367 IFix: 100258 Description: E-SIGNATURE IS NOT PROMPTED WHEN YOU SET THE SECURITY CONTROL. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV46770 Issue(s): 103368 Description: SECURITY GROUP DOES NOT HAVE ACCESS TO ADJUST CURRENT BALANCEARE ALLOWED VIA INVENTORY BALANCES SECTION NEW ROW BUTTON Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26717 Issue(s): 106460 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 #: IV47650 Issue(s): 106843 Description: When pr is linked to a wo, but wo was changed on the pr later, the original wo associated with that pr still keeps link to old pr. Database Scripts: N/A Manual Changes: N/A --- Issue(s): 105183 Description: Use translated value of URLTYPR to determine if type is FILE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV46497 Issue(s): 102442 Description: Route button in inbox/assignment portlet disappears when description column order is changed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV43874 Issue(s): 94137 Description: Avgcost is not calculated correctly using internal po. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV49960 Issue(s): 108740 Description: ONLY FIRST VENDOR DISPLAYED WHEN MULTIPLE ASSETS ARE SELECTED FOR ASSET DETAILS REPORT ERROR DESCRIPTION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19609 Issue(s): 109120 Description: Task level attachment is not working correctly in WO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV50387 Issue(s): 111241 Description: CLASSIFICATION ATTRIBUTE OF NUMERIC VALUE SHOWS AS 10.0 UNTIL WORK ORDER IS CLOSED, THEN IT SHOWS AS 10.0000000000 Database Scripts: N/A Manual Changes: N/A --- APAR #: IV46140 Issue(s): 102654 Description: UNABLE TO MOVE AN ASSET BACK TO AN OLD SITE IF THERE IS A DECOMMISSIONED LOCATION ON THE DECOMMISSIONED ASSET RECORD. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40420 Issue(s): 99420 Description: WORK ORDER PICKLIST REPORT NOT WORKING WITH MULTIPLE SITES. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV51567 Issue(s):113589 Description:Inventory average cost was not updated for cross-site internal PO that requires inspection in receiving. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV33509 Defect(s): 113002 Description: When you migrate classifications to an environment by using the CLASSIFICATIONDATA migration group and the DMCLASSIFICATION migration structure, you cannot delete child attributes on the CLASSSPEC classification. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV51476 Defect(s): 113824 Description: This defect only affects Maximo Calibration users. In the Work Order Tracking application's 'View Attachments' dialog, documents appear multiple times. This occurs in core Work Order Tracking when observing calibration-involved work orders generated from PMs using job plans that have multiple revisions. When observing the same calibration-involved work order in Work Order Tracking (Cal), the problem does not occur. Each document appears only once. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV50875 Defect(s): 113858 Description: When entering the value in the Invoice Tatal Tax field, you get the Error: BMXAA4214E, An unknown error has occurred. Please contact your system administrator for assistance. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV52829 Defect(s): 116608 Description: Cross Site Scripting Vulnerability Database Scripts: N/A Manual Changes: N/A --- APAR #: IV51783 Defect(s): 114296 Description: No error prompt after selecting more than 8 KPIs for comparison. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40227 Defect(s): 118883 Description: ATTACHMENT DELETED IN THE ASSET Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27260 Defect(s): 116205 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 #: IV52304 Defect(s): 121704 Description: Flow Control did not flow in the task work orders when the wonum of one of the tasks is the substring of the main work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30761 Defect: 123254 Description: UNABLE TO PERFORM WILDCARD SEARCH IN THE CRAFTRATE LOOKUP Database Scripts: N/A --- APAR #: IV54187 Defect: 123559 Description: In Work Order Tracking when reporting labor actuals, error "BMXAA2569E - Finish date and time must be later than start date and time" encountered when user time zone differs from server time zone and the user-entered End Time is a future value in the server's time zone, that is, user entered End Time - time zone difference > Current server time. The error is seen when tabbing out of the 'End Time' field. Database Scripts: N/A --- APAR #: IV55233 Defect: 123501 Description: Could not receive rotating items after completing the inspection of the received quantity in separate steps. Database Scripts: N/A --- APAR #: IV55717 Defect: 124145 Description: Receipt status on po is changing to partial from none on complete receipt even if no lines were received. Database Scripts: N/A --- APAR #: IV54288 Defect(s): 125733 Description: When trying to change the status of a location from OPERATING to DECOMMISSIONED error "BMXAA0032E - Cannot change the status to the same status" is encountered if the location is referenced on a PM that is already INACTIVE and the 'Change the Status of All Associated PMs to Inactive?' is selected. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV52122 Defect(s): 127257 Description: CHANGE LOCATION STATUS TO DECOMMISSIONED FAILS WHEN THERE IS A PM IN INACTIVE STATUS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV32942 Defect(s): 132196 Description: NEWLY CREATED "LONGDESCRIPTION" ATTRIBUTE CAN NOT BE DELETED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV59386 Defect(s): 131839 Description: App/library changes should be propagated to all nodes (JVMs) in a cluster without needing to restart the maximo servers. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV62345 RTC defect: 140003 Description: PM.NEXTDATE set to null when a PM-generated work order is canceled. This only affects environments that have implemented a crossover domain to set the PMNUM value on child WORKORDER and ACTIVITY records in the work order hierarchy created during PM work order generation using the non-persistent special attribute PM.NEWTASKPARENTPMNUM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV62038 Defect: 139031 Description: DISCREPANCY IN MATRECTRANS AND INVOICE LINE COST IN 7.1.1.8 Database Scripts: N/A Manual Changes: N/A --- APAR: IV34059 Issue: 144940 Description: Reconciliation task does not select assets for reconciliation with SP Database Scripts: N/A --- APAR #: IV63139 Defect(s): 143018 Description: ISSUE WITH REORDERING ITEMS WHEN SAME PO NUMBER IS USING MORE THEN 1 SITE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV64301 Defect(s): 146425 Description: MIF DOES NOT PROPERLY CONVERT A FLAT FILE TO A XML STRUCTURE WHEN LOADING DATA ON WEBSPHERE 7.0 Database Scripts: N/A Manual Changes: N/A --- APAR #: IV42378 Defect: 144726 Description: DATABASE DEADLOCK BECAUSE OF DUPLICATES IN THE TASK SCHEDULER TABLE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV61963 Defect: 145772 Description: There is a difference in behavior between credit invoices and debit invoices. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV64691 Defect: 147155 Description: TASK STATUS CHANGES NOT WORKING IN SOME CHASES Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36538 Issue(s): 152666 Description: THE AVAILABLE BALANCE WILL BECOME NEGATIVE AS A RESULT OF THIS TRANSACTION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09200 Issue(s): 158859 Description: Multiple Reflected Cross-Site Scripting (XSS) vulnerabilities. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV61274 Issue(s): 155844 Description: ABLE TO MODIFY TIME SETTINGS IN CALENDAR APPLICATION WITH ONLY READ PRIVILEGES. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV68506 Issue(s): 159103 Description: MULTIPLE REFLECTED CROSS-SITE SCRIPTING (XSS). Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IV07575 Issue(s): 158770 Description: psdi.util.MXRowUpdateException: BMXAA4200E - Record has been updated by another user error is thrown from ReportQueueManager.acquireLock() method. 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 Oracle and/or its affiliates. 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.