IBM Corporation --- IBM(R) Maximo(R) Asset Management Release 7.1.1.4 Hot Fix Build: 049 Date: October 8th, 2010 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 2008, 2010. 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.4 Dependencies : NONE PREREQUISITES : Maximo Base Services Release 7.1.1.4 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 #: IZ48624 Issues(s): 09-12818 Description: Identical documents attached to multiple work orders do not print when the work orders are printed at the same time. Database Scripts: N/A Manual Changes : Make sure browser local caches are cleared. --- Issue(s): 08-25704 Description: SQL in database update script too global - IS system information erroneously modified Database Scripts: V7110_201.dbc Manual Changes : Apply this hot fix before running upgrade from 7.1.1.0 to a newer version or before executing updatedb.bat with V7110_201.dbc in the execution path. --- APAR #: IZ40370 Issue(s): 08-25640 Description: Attachments to a PM do not print on a Work Order generated from that PM. Database Scripts: HF7114_001.dbc Manual Changes: EXECUTE THE HF7114_001.dbc as per instructions given at the header of this file. Via System Properties UI change the mxe.directprint.inherited.attachment value to true (1) to enable printing inherited docs. --- APAR #: IZ42855 Issue(s): 09-10621 Description: Ticket Template activities are not applied after import. Database Scripts: HF7114_005.sql Manual Changes: EXECUTE THE HF7114_005.sql as per instructions given at the header of this file. --- APAR(s): IZ40481 Issue(s): 08-25662 Description: If the three /schema, /wsdl , and /verify subcontexts are protected through some form of authentication scheme, Maximo Enterprise Adapter fails to deploy Web services or to generate and view sample schema. Database Scripts: HF7114_008.dbc Manual Changes : Change the mxe.int.verifywebappurl maximo property value to 0 and set the mxe.int.resolveschema and mxe.int.wsdlincludesschema maximo properties to 1. --- APAR #: IZ48443 Issue(s): 09-12725 Description: If a security group only has read acess to locations in the Locations application, you cannot do an attribute search. Database Scripts: N/A Manual Changes :Please make the following xml changes: 1. export system xml library.xml 2. Find the dialog: SEARCHATTR (the only popup menu item security allowed) by searching: 3. Find the New Row button in the buttongroup by searching 4. Change mxevent="addrow" in step 3 to mxevent="newrow". The result will be: 5. Find the dialog searchAttributeLocations(the Attribute search from the Location field) by 6. Find the New Row button in the buttongroup by searching 7. Change mxevent="addrow" in step 6 to mxevent="newrow". The result will be: 8. import the system library.xml back. --- APAR #: IZ47390 Issue(s): 09-12212 Description: If you use an inbound transaction in Maximo Enterprise Adapter to issue an item to a person, the record is successfully issued, but the "Issue To" field of the matusetrans record is blank in Maximo Asset Management. Database Scripts: HF7114_011.dbc Manual Changes : EXECUTE THE HF7114_011.dbc as per instructions given at the header of this file. --- APAR #: IZ48487 Issue(s): 09-12729 Description: In the Security Group application, the Approve Warranty Contract option is missing from the Options for Warranty Contracts section. Database Scripts: HF7114_EN_004.dbc Manual Changes : Before running this script please run the following statement in your database to make sure no rows are returned: select * from SIGOPTION where app='CONTWARRTY' and optionname in ('APPROVE','CANCEL','CLOSE','DRAFT','EXPIRE','SUSPND','WSTART') --- APAR #: IZ49640 Issue(s): 09-13136 Description: In the Work Order Tracking application, a work order can be approved with a negative available balance, even though the Disallow Negative Available Balance check box is selected. Database Scripts: HF7114_EN_005.dbc Manual Changes : Before running this script please run the following statement in your database to make sure no rows are returned: select * from maxrelationship where name='WPMATERIALTASK' and parent='WORKORDER' and child='WPMATERIAL' --- APAR #: IZ50327 Issue(s): 09-13517 Description: ATTRIBUTE SEARCH DOESN'T HAVE EFFICIENT SQL QUERY COMMAND Database Scripts: HF7114_015.dbc Manual Changes : Before running this script please run the following statement in your database to make sure no rows are returned: select * from maxvars where varname = 'ISEXACTVALUESEARCH'; After running this script, ONLY AND ONLY when you want your attribute search in Locations to be exact ALN value search: update maxvars set varvalue=1 where varname ='ISEXACTVALUESEARCH'; Please note that the default value is 0, which means partial value search. This has been the normal behavior. --- APAR #: IZ50797 Issue(s): 09-13721 Description: You cannot print large scanned PDF file attachments. Database Scripts: N/A Manual Changes : Make sure after deployment the Local Browser Cache is cleaned up there are applet changes --- APAR #: IZ42714 Issue(s): 09-10505 Description: A Location System cannot be changed to primary if it is the only system in the site and not flagged as primary upon creation. Database Scripts: N/A Manual Changes : If validation of all location systems is desired when the 'OK' button is clicked in the 'Manage Systems' dialog, the ManageSystemsBean needs to be added to the dialog in location.xml as shown below. After making this change, location.xml needs to be imported using the Application Designer application. In location.xml, search for: Replace with : --- APAR #: IZ47257 Issue(s): 09-12180 Description: LDAPSYNC cannot run two LDAPSYNC cron tasks because the second cron task generates a unique constraint error Database Scripts: N/A Manual Changes: Run hotfix script HF7114_017 to drop the current unique index and create a new one for the LdapSyncParams table. This table should be unique by (taskname, taskinstance, paramname). The classfile has been fixed already. --- APAR #: IZ59843 Issue(s): 09-17976 Description: In the Run Reports application, when you run a report for an asset, the downtime information is not displayed, even though the asset has an assetstatus.downtime data specifyied. Database Scripts: N/A Manual Changes : Re-import ASSET reports --- APAR #: IZ55507 Issue(s): 09-16233 Description: In Application Designer, any labels using {x} parameters disappear after you save an application and the label is replaced by 'parentempylable'. Database Scripts: N/A Manual Changes : If this problem has already occurred, edit the presentation file to add the {0} back in, then import the presentation. The problem will not reoccur after subsequent saves. --- APAR #: IZ62827 Issue(s): 09-19915 Description: If a main record contains an attachment control, the system performance becomes slow when you try to open the main record and run the doclinks related query. Database Scripts: N/A Manual Changes : Please complete the following steps: 1. In the webclient.properties file, set webclient.enabledoclinkonload to false. 2. Rebuild and redeploy the maximo.ear file. --- APAR #: IZ60419 Issue(s): 09-18392 Description: If you installed a previous hot fix that contains MaxVar and you try to upgrade your system to a later version, a duplicated key error occurs. Database Scripts: HF7114_018.dbc Manual Changes : Hot fix script HF7114_015.dbc inserted maxvars ISEXACTVALUESEARCH into the database. This caused the DB insert error when user is upgrading to REL 7.1.1.5 at V7115_138.db which attempts to insert the same maxvars records. HF7114_018.dbc drops the maxvars records to avoid the insert problem in upgrading to REL 7.1.1.5. Please run the HF script as a prevention for upgrade to7.1.1.5. --- APAR #: IZ40966 Issue(s): 09-10071 Description: In the Locations application, the drilldown option from the Select Action menu does not appear in alphabetic order. Database Scripts: N/A Manual Changes :Please make the following xml changes: 1. export system xml library.xml 2. Search for: 3.Replace with : 4. Search for: 5.Replace with : 8. import the system library.xml back. Changes to control-registry.xml: 1. Please open applications\maximo\properties\control-registry.xml 2. Search for : 3. Add the following line: 3. Save the file. 4. Rebuild the ear file and restart the Application Server --- APAR #: IZ36651 Issue(s): 08-24067 Description: In the Labor Reporting application, if you run a report, the report does not show the approved labor transactions. Database Scripts: N/A Manual Changes : Re-import the report. --- APAR #: IZ44682 Issue(s): 09-11409 Description: When the HttpGZIPFilter is enabled in Maximo, Korean characters are not correctly displayed. Database Scripts: N/A Manual Changes: 1.Copy the files included in this hotfix to maximo installation location (file changed related to this issue is \maximo\maximouiweb\webmodule\WEB-INF\classes\psdi\webclient\system\filter\HTTPGZIPResponseWrapper.class), then rebuild/reinstall maximo ear , then restart the app server 2. Add JVM argument -Dclient.encoding.override=UTF-8 to WebSphere server, (1). Open WebSphere administrative console, click Servers > Application servers and select the server which maximo is installed on (2). Then, under Server Infrastructure, click Java and Process Management > Process Definition > Java Virtual Machine. (3). Specify -Dclient.encoding.override=UTF-8 for Generic JVM Arguments and click OK. (4). Click Save to save your changes. (5). Restart the application server. --- APAR #: IZ68385 Issue(s): 10-10515 Description: If you try to add a crossover domain from classifications to asset classifications, the value is not carried over. Database Scripts: N/A Manual Changes : If you want to add a crossover domain as described in the issue, manually add a record in the MAXLOOKUPMAP table. In Oracle environments, the Microsoft(R) SQL statement looks like this: insert into maxlookupmap (target, lookupattr, targetattr, sourcekey, seqnum, allownull, source, maxlookupmapid) values ('ASSETSPEC', 'ASSETATTRID', 'ASSETATTRID', 'ASSETATTRID', 1, 1, 'CLASSSPEC', maxlookupmapseq.nextval); --- APAR #: IZ68679 Issue(s): 10-10602 Description: In the Report Administration application, the report .doi files are not displayed on the View Queries tab. Database Scripts: N/A Manual Changes: When entering a file name in the query wizard, users must prefix the name of the file with their Maximo User Name followed by a period. Since user names are case-sensitive, the value entered must exactly match the User Name. Previously generated .doi files will not be visible unless they are manually renamed to use this convention. A user can view a query that they do not own (that does not include their User Name) but if they schedules it, they will not be able to access the resulting .doi file. --- APAR #: IZ70857 Issue(s): 10-11198 Description: In Security Groups, if a user does not have authorization to access all sites, but they are given permission to access a few pre-defined sites, user validation takes a long time. Database Scripts: N/A Manual Changes : When the number of existing sites is small, you need to add the "mxe.db.UseSiteListInQuery" maximo property using the property app in order for this fix to take effect. Please make sure to defined "mxe.db.UseSiteListInQuery" as a YORN type property and give it a value of "1". Afterwards, if you do not restart the server, you need to invoke "live refesh". This will enable you to use the site in the query. If you have a large number of sites, this will not be the solution for you, you need to turn the sql by adding indexes or reduce the number of recrods would be returned by your query by adding additional filtering. --- APAR #: IZ40370 Issue(s): 08-25640 Description: If a PM has attachments, and you use this PM to create a work order is created, the attachments from the PM are not printed when you direct print the work order. Database Scripts: HF7114_001.dbc Manual Changes: EXECUTE THE HF7114_001.dbc as per instructions given at the header of this file. Via System Properties UI change the mxe.directprint.inherited.attachment value to true (1) to enable printing inherited docs. --- APAR #: IZ74747 Issue(s): 10-12813 Description: On the List tab of the Work Order Tracking application, if you select some work orders and assign them to a new parent, all work orders that are displayed on the first page of the List tab are assigned to the parent. Database Scripts: N/A Manual Changes: Edit the library.xml file to change the save property of "Assign To New Parent". Search for - Replace with In Application Designer, Import the library.xml to apply the changes. --- APAR #: IZ67515 Issue(s): 10-10075 Description: In the Work Order Tracking application, when you select one work order from the List tab and assign a new parent for this work order, all work orders from the list are reassigned as well. Manual Changes: Edit the library.xml file to change the save property of "Assign To New Parent". Search for - Replace with In Application Designer, Import the library.xml to apply the changes. --- APAR #: IZ74747 Issues(s): 10-12813 Description: In the Issues and Transfer application, on Filter Row, you are able to edit the Item description field. Database Scripts: N/A Manual Changes: The fix requires presentation changes in the invissue.xml file: 1. In Application Designer, retrieve the INVISSUE application. 2. Export the invissue.xml file and save it to your computer. 3. From the invissue.xml file, search for 4. Replace with 5. Search for
6. Replace with 7. Search for
8. Replace with 9. Save the file and import it to Maximo by using Application Designer. --- APAR #: IZ42405 Issue(s): 09-10376 Description: In the Assets application, when you click the View Work Details icon, the work orders that have a status of 'Closed' are not displayed. Database Scripts: N/A Manual Changes : Default values need to be added to the 'View Work Details' dialogs in library.xml for assets, locations and ci's. Note that all dialogs are in the library.xml file. Also, after making these changes library.xml needs to be imported using the Application Designer application. The changes are shown below. The changes are the addition of two "defaultvalue" controls to each dialog between the table and tablebody controls.
--- APAR #: IZ77247 Issue(s): 10-15069 Description: PRICE CONTRACT INCORRECT - UNIT COST ON PREVIEW REORDER SHOULD BE READONLY IF THE REORDER IS ASSOCIATED WITH A CONTRACT ITEM OF WHICH CHANGE PRICE ON USE IS FALSE. Database Scripts: HF7114_021.dbc Manual Changes: EXECUTE THE HF7114_021.dbc as per instructions given at the header of this file. --- APAR #: IZ80192 Issue(s): 10-16205 Description: POPUPS ARE CAUSING LOAD RUNNER SCRIPTS TO FAIL Database Scripts: N/A Manual Changes : Add the following new property in \applications\maximo\properties\webclient.properties #If the process does not finish within this number of time (in ms), the "query_longopwait" dialog will popup webclient.longopquerydialogwaitetime=3000 The default wait time to popo the longop_query dialog is 3000ms. User can increase the value to be very long such 20 minutes =1200000 ms so that the longop_query dialog will not pop up --- APAR #: IZ84434 Issue(s): 10-17861 Description: IN ITEM APPLICATION, IAS MOVE-TO FUNCTIONALITY FROM CHILDREN TABLE WINDOW DOES NOT MOVE TO PROPERLY, CAUSING PROBLEM IN APPLY IAS IN LOCATIONS APP. Database Scripts: N/A Manual Changes: This fix requires presentation changes using Application Designer. 1. Go to Application Designer. 2. Bring up ITEM application 3. Switch to Item Assembly Structure tab 4. In the Children table window, you will see "Children" is underlined. 5. Right Click Properties and dialog opens. 6. In Bean Class, enter: psdi.webclient.beans.item.ChildrenItemStructBean 7. Save the change. --- APAR #: IZ83590 Issue(s): 10-17630 Database Scripts: N/A Description: Invalid binding in View Service Requests application. Manual Changes: This fix requires presentation changes using Application Designer. Note: If any manual changes have been made to the file resources/presentations/viewsr.xml, then it should be updated manually instead of using the file provided in this hotfix. If this is the case, go to step 1, otherwise skip to step 4. 1. Restore your previous version of viewsr.xml to \resources\presentations\viewsr.xml (You may also choose to export the definition from the application designer) 2. Open viewsr.xml in a text editor and make the following change: Find the line that resembles: and change it to: 3. Save the viewsr.xml file. 4. Go To -> System Configuration -> Platform Configuration -> Application Designer 5. Bring up the VIEWSR application 6. Click the 'Import Application Definition' button 7. Browse to the viewsr.xml file changed above, click ok 8. Save the changes. --- APAR: IZ87029 Issue(s): 10-19214 Description: On the 'Where Used' tab in the Inventory application, assets added from sites that differ from the current inventory record's site disappear after saving. Database Scripts: HF7114_025.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 #: IZ99713 Issues(s): 11-13619 Description: IF THERE ARE MULTIPLE RECIPIENTS AND ONE OR MORE EMAIL ADDRESSES ARE INVALID THE VALID ONES STILL GET SENT BY DEFAULT. Database Scripts: HF7114_027.dbc Manual Changes: Run hotfix script HF7114_027.dbc --- ----- ==================================================================================================== IV. Issues Resolved ==================================================================================================== --- Issue(s): 08-25567 Description: Targets without attributes were not applied and attribute value change wrote original value instead of modified value for the Maximo Mobile upgrade. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-24910 Description: Industry Solution upgrade/SQL Server - Upgrade fails using a folder built through the PSI installers folders in a SQL Case Insensitive Database Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-25603 Description: While upgrading a 6.2.3 to 7.1.1.4 Spatial Industry Solution database, a null pointer was found while configuring the MAXSEQUENCE table. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-25600 Description: Upgrading Industry Solutions products from 6.2.3 to 7.1.1.4 could result in null pointer exception due to newly added attributes in 7.1.1.4 patch. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-25169 Description: The following error message is received when you upgrade from Maximo 6.2.3 to 7.1.1.4 in the French environment: "Cannot activate full-text search for table or indexed view 'quotationline' because no columns have been enabled for full-text search". Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-25704 Description: SQL in database update script too global - IS system information erroneously modified Database Scripts: V7110_201.dbc Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- Issue(s): 08-25169 Description: The following error message is received when you upgrade from Maximo 6.2.3 to 7.1.1.4 in a French environment: "Cannot activate full-text search for table or indexed view 'quotationline' because no columns have been enabled for full-text search." Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10065 Description: When deploying a BPM package, it error out because it needs a valid organization Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-24644 Description: During the upgrade process, the packagemobile.cmd file does not export the MOBILEWO jar file. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10194 Description: The following error message was displayed after running the upgrade process successfully: "java.lang.Exception: BMXAA6836E - No maxattribute for maxviewcolumn WMASSIGNMENT MOVETOLOC". Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-16994, 08-19540, and 08-25499 Description: Reconciliation messages do not work correctly. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-25625 Description: Customizations to CCSD do not take effect after upgrade. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10312 Description: An error occurs when running the Integrity Checker in Repair Mode for a DB2 platform. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10440 Description: Planned modifications are not being displayed on Mobile. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10437 Description: After the upgrade process, the Add Items to Storeroom window message is not diplayed correctly. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10429 Description: After the upgrade process, the Item Details and Organization Details screens do not diplayed correctly. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10596 Description: Fixed the memory leak problem in Relase 7.1.1.5 found in AssetCatalogService class from Classification Search. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10648 Description: UPG - MOBILE - Error message displayed when trying to create MOBILEINV and MOBILEWO jar files Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10865 Description: The WMASSIGNMENT.ESTLABCOST field is required during the upgrade process. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10908 Description: You cannot receive a direct issue rotating item to a location. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10841 Description: The mxe.maxsequencecheck property checks whether unique id exists in table . If it exists, it generates the next id. But the liverefresh for this property is 0. The BPM SNAPSHOT package deploys successfully only when the mxe.maxsequencecheck property is 1, and not 0. Database Scripts: HF7114_004.dbc Manual Changes : N/A --- Issue(s): 09-10551 Description: The Create Trigger statement was not parsed correctly. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-11495 Description: 6.2.X - 7.1.1.4 IMPORTED START CENTERS NOT WORK PROPERLY. Database Scripts: HF7114_007.dbc Manual Changes : N/A --- Issue(s): 09-11344 Description: Receiving Rotating items is not updating inventory balances correctly. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-10343 Description: obscure "Stream has already been closed" error; side effect of fix for 09-10190. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-11483 Description: Cannot select name from the list for the Name field Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-11672 Description: [DB2 - CAL] - Error is displayed when try to perform upgradeui.bat: "Can't find bundle for base name psdi.upgrade.V600.dbmobcalibration, locale en_US." Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-11778 Description: GVT: Can not create new Software Contract Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-12966 Description: In an application, if you run a �WHERE� statement that contains a new line character, and run any related report on an application that does not contain the parameter, the report is not generated. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-14350 Description: After you save a qualification on a labor record, you should not be able to delete the record. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-14771 Description: You can create a scenario where there is no primary system. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-14743 Description: In the Assets application, if you create and save a record, and then try to delete the record by choosing Delete Asset from the Select Action menu, the BMXAA4214E error message is displayed. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-14714 Description: If you extract errors to a file, and the delimiter is a pipe, the resulting file contains many spaces and pipes, but does not contain the data records. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-14474 Description: In the People sub application, if you create a record, change and save the record, then try to exit the application, an unexpected message asks you whether you want to save your changes before continuing. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-14066 Description: In the Assets application, when you try to enter a second meter reading, the meter reading is not registered. You must exit the application and type in the meter reading again. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-12469 Description: In the Person Groups sub application, if you create a record, include sequence and person, and mark the record as group default, then you can delete the group default. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-14745 Description: In the Security Groups application, if you create and save a record, and then try to delete the record by choosing Delete Group from the Select Action menu, the BMXAA4214E error message is displayed. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-13776 Description: Script HF7114_014 cannot find the messages.xml file, but it still returns a 'RunScrpit complete: Successful' result. Database Scripts: N/A Manual Changes: N/A --- Issue(s): 09-16877 Description: In the Search Solutions application, when you try to do a search using the solution field a database error occurs. Database Scripts: N/A Manual Changes: N/A --- Issue(s): 09-17435 Description: In the Job Plans application, if you duplicate a job plan that has a default work order class and you save this job plan, the work order class field is cleared in the original job plan and the duplicated job plan. Database Scripts: N/A Manual Changes: N/A --- Issue(s): 09-22349 Description: If you send an item from SAP ERP to Maximo Asset Management, the following error message is displayed: "BMXAA4195E - Required field Item Type is blank. " Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 09-22980 Description: If you upgrade Maximo Asset Management from version 6 to version 7 on DB2, the DropBackup utility can fail. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-13167 Description: On a newly saved record, if you create an activity, save the record, then choose to duplicate incidents and activities, the BMXAA4214E error message is displayed. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-25592 Description: UpgPoints does not refer to the correct callout list file for Nuclear. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-13767 Description: When you try to generate a work order report or a PM report, no data is displayed. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 10-14295 Description: If you use the menu option Select Action > Run Reports, the reports dialog opens, but no reports are displayed on the list. 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 #: IZ39648 Issue(s): 08-25530 Description: Cannot update the database and overwrite blank accounts. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ39409 Issue(s): 08-25398 Description: When you transfer a capitalized rotating item, the system uses the incorrect GL debit account. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37851 Issue(s): 08-24761 Description: Errors occur in inventory transaction reports when storeroom data restrictions are applied. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39416 Issue(s): 08-25399 Description: Solution's problem code, cause and resolution long description dissapears when the long description dialog for the solution's description gets cleared, or cancel button is clicked. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39321 Issue(s): 08-25358 Description: Multiple sets of tasks that are driven from the user interface eventually result in out-of-connection exceptions. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ40376 Issue(s): 08-25639 Description: The Integration Framework failed when importing classifications with changes to CLASSSPECUSEWITH. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ39821 Issue(s): 08-25555 Description: The Predecessor field on a task is empty when a change record is duplicated. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ40635 Issue(s): 08-25676 Description: When a Job Plan is applied to a Work Order, during the save process there are unnecessary calls to the WorkView table in the database. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ40634 Issue(s): 08-25674 Description: Improved performance of Work Order Task Relation validation. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ39104 Issue(s): 08-25308 Description: Null pointer exception encountered when migrating workflow initiate actions. The null pointer problem is fixed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39641 Issue(s): 08-25527 Description: When building a comparison rule, the Measure Unit field is now 'optional' instead of 'required'. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40374 Issue(s): 08-25642 Description: Quick insert for tickets did not warn the customer about non-active ticket templates. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40377 Issue(s): 08-25641 Description: The Affected Person Name field allows inactive persons to be saved when reporting a new Incident. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39853 Issue(s): 08-25556 Description: The Site is not validating when an Item that has different sites and multiple vendors is a Direct Issue for a Work Order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40175 Issue(s): 08-25617 Description: In the Classification Application, the ORG field should not be readonly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ41658 Issue(s): 09-10190 Description: The Integrity Checker sets the STORAGEPARTITION to Null for text search indexes. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40666 Issue(s): 08-25689 Description: The only way to turn off the Admin Mode within a multi-server environment is to update the MAXSESSION table via the database. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37478 Issue(s): 08-24525 Description: The following error is received when clicking the New Report button: "BMXAA4118E - Boolean field is blank and requires a value." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ41796 Issue(s): 09-10221 Description: Domain type validation fails in the Integrity Checker function in a non-English environment. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40908 Issue(s): 09-10058 Description: You cannot associate Multiple Meters and Points to an Asset. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ35631 Issue(s): 08-23473 Description: You cannot change a default query after entering a value in the Application Restrictions field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42652 Issue(s): 09-10483 Description: The Reconciliation Full CI Comparison compares only top-level CIS and not related CIs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42171 Issue(s): 09-10280 Description: When you press the Enter key to confirm DBCS characters in the filter field, a search on the List tab is launched. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ41658 Issue(s): 09-10190 Description: The Integrity Checker sets the STORAGEPARTITION to Null for text search indexes. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ41259 Issue(s): 09-10173 Description: System date and time are both 24 hours ahead. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42130 Issue(s): 09-10274 Description: When Maxvars table is being rebuilt, ConfigDB is not able to update DBVERSION maxvar. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42793 Issue(s): 09-10562 Description: The Calendar lookup function skips the month of February. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42408 Issue(s): 09-10375 Description: When you migrate a classification from one environment to another, the CLASSIFICATION.DESCRIPTION for that classification does not migrate. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42128 Issue(s): 09-10255 Description: With Admin Mode turned on, a Bulletin Board message should not be created automatically. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42348 Issue(s): 09-10365 Description: The tables defined in MaxTable and not in MaxObject caused the Integrity Checker to fail. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43282 Issue(s): 09-10774 Description: The syntax for the Number of Records field in the SLA List report causes errors in some environments. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ41954 Issue(s): 09-10250 Description: When the base language data is not entered in the source, the Migration Manager fails because a required field is empty. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42840 Issue(s): 09-10620 Description: You cannot create a power application in the Application Designer. The BMXAA4211E error message displays when you try to save the application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43138 Issue(s): 09-10705 Description: If you change the status of a work order that has children, only the child records are written to the outbound queue. The parent work order is not written to the outbound queue. Manual Changes : N/A --- APAR #: IZ41257 Issue(s): 09-10172 Description: Attribute values should not be included in the generation of descriptions when the Use In Description Generation check box is not selected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43196 Issue(s): 09-10893 Description: When the admin is turned on, all the users that are logged on to the cluster receive six e-mail notifications rather than one. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ41878 Issue(s): 09-10228 Description: A Migration Manager package created in a cluster environment cannot be activated when the java server is on more than one physical server with different host names, but points to the same database. Database Scripts: HF7114_002.dbc,HF7114_EN_003.dbc Manual Changes : N/A --- APAR #: IZ43280 Issue(s): 09-10773 Description: After a receipt is generated for a PO with a rotating item, you must create an asset. The auto number for this asset does not work. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ43823 Issue(s): 09-11011 Description: During the migration of custom table data, all integer values were converted into numbers with separators. This caused a data format problem when trying to convert them back to numbers without separators. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43931 Issue(s): 09-11097 Description: When you go to the View Assets application and click the Select Value option next to the rotating item search field, the following error message appears: "Invalid binding error." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43633, IZ42125 Issue(s): 09-10897, 09-10272 Description: If you create a report in the Labor Reporting application and try to submit the report, the following error message is displayed: "BMXAA4214E - An unknown error has occurred. Please contact your system administrator for assistance." Database Scripts: N/A Manual Changes : N/A --- APAR #: APAR IZ41288 Issue(s): 09-10508 Description: AFFECTED / REPORTED BY NAME LOOKUP FAILURE FOR DUPLICATE PERSON DISPLAYNAMES Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42855 Issue(s): 09-10621 Description: Ticket Template activities are not applied after import. Database Scripts: HF7114_005.sql Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ41173 Issue(s): 09-11147 Description: If you try to add a configuration item to a collection, and the configuration item already exists in this collection, then an error occurs and you are no longer able to add more configuration items to the collection. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43771 Issue(s): 09-10978 Description: When you import a valid UTF-8 file in the External Systems application, a SAXPARSEEXCEPTION exception occurs because the application cannot determine the correct xml encoding. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ32505 Issue(s): 08-21714 Description: If an asset is located in a storeroom and it was previously in the location where you are trying to swap the asset from, you cannot swap assets between sites. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ44290 Issue(s): 09-11269 (same as 09-11130) Description: LDAP/VMM Sync mapping of YORN values was not taking effect. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43673 Issue(s): 09-10943 Description: Error when adding a new user "Boolean field is bland" when defaut site is set as a database default. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ38514 Issue(s): 08-24922 Description: If you deactivate a General Ledger component using the UI or a Maximo Enterprise Adapter transaction, and the component is used in a large number of General Ledger account codes, out of memory errors occur. Database Scripts: HF7114_006.sql Manual Changes : N/A. --- APAR(s): IZ44300 Issue(s): 09-11270 Description: You cannot approve an invoice in the Invoice application because of a tolerance error. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42348 Issue(s): 09-10365 Description: seek native indexes on entries defined in MaxObject.EntityName. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43830 Issue(s): 09-11009 Description: CLASSIFICATION SEARCH IN MORE SEARCH FIELDS IS NOT WORKING FOR ASSET APPLICATION Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44675 Issue(s): 09-11408 Description: If you use the Forgot Password function to reset your password, you cannot authenticate to Maximo using the reset password that you receive by e-mail. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42980 Issue(s): 09-10660 Description: If you use Korean OU to synchronize Groups with Microsoft Active Directory, the VMM synchronization of Groups fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44038 Issue(s): 09-11099 Description: If you upload a migration manager package and try to deploy it, the reconciliation rules of the associated package is not deployed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44184 Issue(s): 09-11207 Description: When you duplicate a change work order, you cannot see the newly added tasks on the duplicated work order. This issue occurs when you are in the Change Work Order application and go to the Activities and Tasks application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44233 Issue(s): 09-11211 Description: In Maximo Enterprise Adapter, if you try to import objects from a customer-written database to the Asset table using XML or CSV as the source, and you try to set the ASSETSPEC.TABLEVALUE attribute, then a message of Maximo Enterprise Enterprise informs you that the attribute cannot be set. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44755 Issue(s): 09-11450 Description: If you use the Binocular icon to list all incidents in the Incidents application, Maximo locks up. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44828 Issue(s): 09-11487 Description: If fix pack 7.1.1.4 is installed, and an error occurs when parsing XML or building XML from a flat file, the Details window does not open after you run the Data Import in the preview mode. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ40481 Issue(s): 08-25662 Description: If the three /schema, /wsdl , and /verify subcontexts are protected through some form of authentication scheme, Maximo Enterprise Adapter fails to deploy Web services or to generate and view sample schema. Database Scripts: HF7114_008.dbc Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR(s): IZ44966 Issue(s): 09-11567 Description: After you try to deploy a package definition in the Migration Manager, the following error message is displayed: psdi.util.MXApplicationException: BMXAA4129E. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ44911 Issue(s): 09-11525 Description: If a job plan is first applied, the task route stops are displayed in the child table of a work order instead of the tasks table. Database Scripts: HF7114_009.msg - Note: This message will get reset to its original values when 7.1.1.5 is installed. Manual Changes : N/A --- APAR(s): IZ42795 Issue(s): 09-10572 Description: Applying a job plan to a work order and saving the related work order were very slow processes because of three unnecessary hits to the WOOwnerHistory table in the database. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ45229 Issue(s): 09-11617 Description: In the Date Scheduler window, if you select EVERY 1 MONTH ON DAY 31 as the interval, and the system date is set to a month with 30 days, the Date Preview field shows no list. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ45675 Issue(s): 09-11841 Description: Apply Job Plan logic change by reducing validations that are not needed to improve performance. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ45612 Issue(s): 09-11794 Description: When you try to create a purchase request without adding a PR line in a cloned Purchase Request (Tr) application, the application throws an error. The same error starts to occur in the original application. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ45781 Issue(s): 09-11882 Description: In the Changes application, when you create a row on the Plans tab and select an asset, an extra Children of Change record is created. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ45168 Issue(s): 09-11613 Description: In the Work Order Tracking application, when you do an advanced search, select Location > Drilldown, and choose a location from the Drilldown list, the Location field shows no value. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ46759 Issue(s): 09-12010 Description: The Bulletin Board application holds a large amount of memory, which causes the SQL0805N NULLID.SYSLH203 error. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ44905 Issue(s): 09-11941 Description: If you create a query and insert Order By in it, the Configurable Start Center application does not return an ordered result set. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ46770 Issue(s): 09-12047 Description: In the Labor Reporting application, when you associate a location, the labor GL account is overwritten with the location GL account. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ45406 Issue(s): 09-11700 Description: In Maximo Enterprise Adapter, if you update a person record, and the e-mail and phone information is not included in XML, the e-mail and phone information is deleted. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ47447 Issue(s): 09-12217 Description: In the Work Order Tracking application, if you click on any of the records associated with a canceled work order, and the work order has predecessor relations, the following error message is displayed: "BMXAA0031E - Object WORKORDER is read-only." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43352 Issue(s): 09-10811 Description: The Workflow application sends you an e-mail notification on an action that cannot be performed because you have read-only access to the application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ45148 Issue(s): 09-11885 Description: The SRVE0068E message is logged in the systemout.log file several times a day. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47476 Issue(s): 09-12252 Description: BMXAA4025E - No external default value found for internal value #800080 in Domain Portletcolor. Database Scripts: HF7114_012.dbc Manual Changes : N/A --- APAR #: IZ46041 Issue(s): 09-11944 Description: A memory leak occurs in Maximo 7.1.1.2 . Manual Changes : N/A --- APAR #: IZ47006 Issue(s): 09-12147 Description: After you try to enter multiple CLASSSPEC records with the same attribute and different combinations of Org/Site, the "Record already exists" error message is displayed. Manual Changes : N/A --- APAR #: IZ43587 Issue(s): 09-10894 Description: When Maximo is being upgraded from version 6 to version 7, the upgrade program tries to create an index named MAXSYSKEYS_NDX1, but the database already has an index with that name. Manual Changes : N/A --- APAR #: IZ48087 Issue(s): 09-12521 Description: When LDAP/VMMSYNC creates a user, the created PERSON MBO has PERSONID from LDAP, but it does not have first name, last name, display name, e-mail, and phone entry, even if LDAP has values for these entries. Manual Changes : N/A --- APAR #: IZ47601 Issue(s): 09-12296 Description: In the Migration Manager application, you cannot create a package definition that contains another package definition and migration groups to distribute as template to multiple developers in a distributed development environment. Manual Changes : N/A --- APAR #: IZ47222 Issue(s): 09-12169 Description: You cannot undo the approval for package definitions to add filtering criteria. After you approve a package definition, you can only lock it. Manual Changes : N/A --- APAR #: IZ47989 Issue(s): 09-12428(09-12244) Description: When you create a child of change records using the Select Asset button, the GL account on the child record is set to the parent GL account. Manual Changes : N/A --- APAR #: IZ46683 Issue(s): 09-12007 Description: The xmlfileconsumer cron task does not close consumers and producers. Manual Changes : N/A --- APAR #: IZ37143 Issue(s): 08-24383 Description: After the validation phase is completed, the BMXAA0525E error is displayed, but no errors are found in the Validation log file. Manual Changes : N/A --- APAR #: IZ48033 Issue(s): 09-12495 Description: If you extend the maximoeventfilter custom class and add it to the Publish Channel, an inbound transaction fails to save the outbound transaction to the queue. Manual Changes : N/A --- APAR #: IZ40666 Issue(s): 08-25689 Description: The Admin mode cannot be turned off in a multiple-server clustered environment, except through the back end. Manual Changes : N/A --- APAR #: IZ48059 Issue(s): 09-12497 Description: If you start an item that is in the workflow process and try to change the item status to OBSOLETE, the item status change should not be allowed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47523 Issue(s): 09-12271 Description: If you approve an invoice, the Actual Services section shows the Actuals that you manually added to the associated work order, but not the line from the invoice. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47727 Issue(s): 09-12338 Description: If you generate a work order from a PM cron task, the related asset location is not populated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47651 Issue(s): 09-12811 Description: The promotion codes checks cardinality value and errors return. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ38840 Issue(s): 08-25060 Description: When the application server and clients are in different time zones, the installation date of an asset is displayed one day ahead. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49115 Issue(s): 09-12880 Description: In the Asset application, if you specify a value in the Rotating Item field and remove the value before you save the asset record, the application does not clear the associated Item Type field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48443 Issue(s): 09-12725 Description: If a security group only has read acess to locations in the Locations application, you cannot do an attribute search. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ48621 Issue(s): 09-12814 Description: When the Query Based Report is built on the results of a WHERE clause, the report contains no results because the wrong table is being queried. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47204 Issue(s): 09-12168 Description: In the Receiving application, if you select a stock tool for a PO that contains two distributed cost rows, and try to receive the stock tool, the following error message is displayed: "BMXAA4195E-Required field Issue To is blank." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49605 Issue(s): 09-13152 Description: When you create records using the �Select Asset� button, the records are generated with an incorrect Record Class value of �Activity� instead of the correct �CHANGE� value. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47390 Issue(s): 09-12212 Description: If you use an inbound transaction in Maximo Enterprise Adapter to issue an item to a person, the record is successfully issued, but the "Issue To" field of the matusetrans record is blank in Maximo Asset Management. Database Scripts: HF7114_011.dbc Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ48061 Issue(s): 09-12496 Description: A field validation failure on the �Long Description� field generates an error that is not displayed to the user. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48097 Issue(s): 09-12580 Description: When the Bulletin Board has a large amount of messages, all the Maximo applications become slow. The problem occurs even after the solution to IZ33446 is applied. Database Scripts: HF7114_014.dbc Manual Changes : N/A --- APAR #: IZ37821 Issue(s): 08-24717 Description: If you choose a user record that does not match the person record while you are scheduling a BIRT report, you cannot send the report by e-mail. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49499 Issue(s): 09-13065 Description: In Maximo Enterprise Adapter, if you change an alternate key, the key array might use an overridable method in the MosProcessImpl, and not in MicUtil. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49871 Issue(s): 09-13267 Description: In the System application, if you select the �Job Completed� action for a workflow assignment in the �Complete Workflow Assignment� window and click OK, the workflow assignment does not close. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48678 Issue(s): 09-12824 Description: When �Receive Rotating Asset� is selected in a new purchase order with an operating location of �BOILER�, the following error message is displayed: "BMXAA2660E - Storeroom BOILER is not a valid inventory location." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47571 Issue(s): 09-12269 Description: In the Application Designer, if you select the �HIDE' the signature option, an error in the server log occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49280 Issue(s): 09-12935 Description: If you enter a value in the Vendor field while you are creating a work order, the associated service line details become null. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 08-25629 Description: In the Item Master application, adding a rotating item with an identical classification to an item already in a storeroom fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50048 Issue(s): 09-13344 Description: If you enable the signature option on a tab control, the application does not change the condition of controls on the tab. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50197 Issue(s): 09-13427 Description: Fields that contain blank spaces as values pass LDAP/VMM null checks, but fail MBO null checks. A �Required Field is blank� error occurs. Database Scripts: N/A Manual Changes : N/A --- Issue(s): 09-13329 Description: If you are running Maximo on DB2, the upgrade from Maximo 6.2.3 to 7.1.1.4 fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48263 Issue(s): 09-12647 Description: If you try to change a work order to �COMP� status, the status change fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48265 Issue(s): 09-12648 Description: In the Work Order application, invalid downtime reporting values are being written to the database after being changed by the user. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47801 Issue(s): 09-12360 Description: If you copy �JobPlans� with precedence relations, and the relations are defined for the �JobTasks�, two identical entries are added to the �JPTaskRelation� table with an improper value for �PredJPNum�. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48487 Issue(s): 09-12729 Description: In the Security Group application, the 'Approve Warranty Contract' option is missing from 'Options for Warranty Contracts'. Database Scripts: HF7114_EN_004.dbc Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ46713 Issue(s): 09-12006 Description: When operating Maximo on DB2, Work Order applications that contain long-running SELECT statements can sometimes cause poor performance which can result in the following error: �911 lock timeout�. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50051 Issue(s): 09-13353 Description: In the Tools application, adding a classification to a rotating tool with serialized assets results in the following error: �BMXAA4210E - Database error number 2601 has occurred. QADB02 Cannot insert duplicate key row in object 'dbo.assetspechist' with unique index 'assetspechist_ndx2'.�� Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49152 Issue(s): 09-12925 Description: In the Work Order Tracking application, the 'Open Work Orders and PM' report will run on sites that should not be accessible to the user. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48064 Issue(s): 09-12524 Description: A Workflow process that sends an email alters the Communication Template which causes messages to be sent to the wrong address. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50659 Issue(s): 09-13642 Description: In the Asset application duplicating an item with a valid inventory location results in the following error: �BMXAA2660E - Storeroom is not a valid inventory location.� Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49892 Issue(s): 09-13299 Description: In the Start Center, sorting items by a column header in the 'Inbox/Assignments' section and then clicking the �refresh� link causes a broken link icon to appear. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44845 Issue(s): 09-11490 Description:In the Receiving application, when you receive rotating items the ACTUALDATE on the individual asset, the ACTUALDATE does not match the original receipt record and the transfer record. Database Scripts: N/A Manual Changes : N/A ___ APAR(s): IZ49642 Issue #: 09-13151 Description: In the Purchase Requisition application, currency conversion for service and material type items is not taking place when running the reorder process. Database Scripts: N/A Manual Changes : N/A ___ APAR #: IZ50261 Issue(s): 09-13468 Description: In the Work Order Tracking application, moving a capitalized rotating item back to the storeroom it was issued from, debits the wrong general ledger account. Database Scripts: N/A Manual Changes : N/A ___ APAR #: IZ45298 Issues(s): 09-11640 Description: In the Inventory application, reconciling the balance of the physical count of an item displays an incorrect current balance. Database Scripts: N/A Manual Changes : N/A ___ APAR #: IZ48595 Issues(s): 09-12812 Description: The following error message is received when you upgrade from Maximo 6.2.3 to 7.1.1.4: BMXAA0443E - ERROR -- BMXAA0497E - The following columns are defined to be same-as, but have different definitions Database Scripts: N/A Manual Changes : N/A ___ APAR #: IZ50664 Issues(s): 09-13649 Description: Using a comma to separate keywords in a search of the description field, results in a database error. Database Scripts: N/A Manual Changes : N/A ___ APAR #: IZ49640 Issue(s): 09-13136 Description: In the Work Order Tracking application, a work order can be approved with a negative available balance, even though the Disallow Negative Available Balance check box is selected. Database Scripts: HF7114_EN_005.dbc Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. ___ APAR #: Issue(s): 09-13863 Description: In the Purchase Requisitions application, viewing the history of any purchase order before creating a purchase order, results in a database error when the purchase order is saved. Database Scripts: N/A Manual Changes : N/A. ___ APAR #: IZ45760 Issue(s): 09-11879 Description: You are not logged out of Maximo after a timeout of a browser session using the lightweight directory access protocol. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51051 Issue(s): 09-13867 Description: Purchase orders set for payment on receipt are closed when the items it contains are received, even when Enable Option to Automatically Close PO's on Invoice Approval is not selected. Database Scripts: N/A Manual Changes : N/A --- AAPAR #: IZ49664 Issue(s): 09-13154 Description: Outbound transactions are not generated when a job plan is saved Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51061 Issue(s): 09-13870 Description: In the Error Extract section of the Integration Message Reprocessing Application, error messages that contain end of message markers, result in files that cannot be imported back into Maximo. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50157 Issue(s): 09-13363 Description: Administrators cannot configure start center. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51139 Issue(s): 09-13913 Description: In the Asset application, user that belong to a security group that has not been granted the New or Delete options, cannot associate or delete users or custodians. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40000 Issue(s): 08-25582 Description: In the Database Configuration application, when you turn admin mode on and place crontasks into sleep mode, the application becomes unresponsive. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50765 Issue(s): 09-13693 Description: In the Invoice application, on the Invoice Lines tab, when you copy PO lines that reference a price contract, the following error is displayed: BMXAA0799E- Contract does not exist. Please enter another contract. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50797 Issue(s): 09-13721 Description: You cannot print large scanned PDF file attachments. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ51656 Issue(s): 09-14325 Description: In the Service Requests and Incident applications, if you select an item using a checkbox on the List tab, and then cancel a status change, and then return to the status change dialog box and change the status, the status of all the records on the List tab changes. Database Scripts: N/A Manual Changes : N/A --- APAR #:IZ51560 Issue(s):09-14103 Description: Inbound transactions that result in an error, are updated to Maximo. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42680 Issue(s): 09-10504 Description: In the Service Requests application, when you create a service request and select a description classification, you can see classifications that belong to other organizations. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50327 Issue(s): 09-13517 Description: In the Location application, when you perform an attribute search, an inefficient SQL statement causes system performance to suffer. Database Scripts: HF7114_015.dbc Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. ___ APAR #: IZ50878 Issue(s): 09-13794 Description: If you duplicate a Maximo core application to create a Maximo Asset Management for Transportation application, and then remove security rights for the Maximo core application, the duplicate application does not work correctly. Database Scripts: N/A Manual Changes : N/A ___ APAR #: IZ51656 Issue(s): 09-14325 Description: In the Service Request application, if you change the status of one incident record, the status of all incident records is also changed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51197 Issue(s): 09-13962 Description: When you run the maxinst.bat and configdb.bat files to create and re-create the Maximo Asset Management tables, the CLOB attribute is defined as LOGGED in DB2. However, when DBChange runs the .dbc scripts, it creates the CLOB attribute defined as NOT LOGGED. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51460 Issue(s): 09-14078 Description: In the Work Order Tracking application, if you remove the parent work order from a child work order, and the parent no longer has any child work order, then the HASCHILDREN checkbox that the parent work order contains remains selected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52020 Issue(s): 09-14331 Description: If you try to generate work orders from a PM, a failure occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51095 Issue(s): 09-13903 Description: In the Application Designer application, if you modify the Material Receipts tab of the Receiving application to show row details, and click on "Select Ordered Items" in the Receiving application, the row details are not expanded by default. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42714 Issue(s): 09-10505 Description: A location system cannot be changed to primary if it is the only system in the site and is not flagged as primary upon creation. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ45856 Issue(s): 09-11894 Description: When you are upgrading from Maximo Asset Management version 6 to version 7, the TDToolkit takes a long time to process values. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51707 Issue(s): 09-14196 Description: If you create a job plan, associate it with a flow action that has two tasks, set the job plan to active, then try to apply this job plan to a new work order in Work Order Tracking application, the following is displayed: "The job plan for jobplan XXXXX cannot be copied. Field Flow Action is Field Flow Action Assist is read-only." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52328 Issue(s): 09-14485 Description: After you save, enable, and activate a workflow record, a no promoting warning message is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52382 Issue(s): 09-14548 Description: If you select a communication template that has assigned recipients and search a name on the Recipients tab using any search criteria, the following error message is displayed: �BMXAA4210E - Database error number -206 has occurred. �COMMTMPLTSENDTO.ROLEID� is not valid in the context where it is used.� Database Scripts: HF7114_016.dbc Manual Changes : N/A --- APAR #: IZ52566 Issue(s): 09-14626 Description: If there is a null value in the union statement inside the select statement, no SQL is executed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51216 Issue(s): 09-13994 Description: If a location is associated with network and non-network systems and you decommission the location, the associated network systems and other unrelated systems are erroneously decommissioned. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52244 Issue(s): 09-14427 Description: You should not be able to create a service request and an incident using an inactive site. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50812 Issue(s): 09-13716 Description: In the Incident application, if you run a filter in the Summary field, choose Run Report from the Select Action menu, and click the Create field, the report is displayed empty. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40702 Issue(s): 08-25698 Description: In an application cloned from the Receiving application of Maximo for Transportation, when the �Select Ordered Items' security option is granted to a user�s group, an error message notifies you that your security privileges do not allow access to the selected option. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51103 Issue(s): 09-13904 Description: In Application Designer, you cannot set default value for the WOCLASS field, and a default value of "&" does not work. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ53085 Issue(s): 09-15015 Description: When you enable the E-audit and create and save a release, the following message is displayed: "BMXAA4214E - An unknown error has occurred." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52953 Issue(s): 09-14957 Description: In a work order that you created, if you use �Select Value� to enter a value in a field and use �Select Value� again to enter a different value, the field is not populated with any value. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52609 Issue(s): 09-14663 Description: In the System Property application, after you change the fetchResultLogLimit property to a small number such as 10, restart the server, log in to Maximo, and ensure that you have more than 10 records returned on the result page of the Work Order application, the fetchResultLogLimit stacktraces in your server console or log should contain a full trace. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52990 Issue(s): 09-14991 Description: If Maximo 6.2.3 and Maximo for Transportation 6.3.1 are installed on your computer and you are upgrading them to release 7.1.1.4, the integrity checker and validation utilities pass, but an error with the A_ASSETSPEC.NUMVALUE column occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ53350 Issue(s): 09-15089 Description: When you receive multiples of one rotating item using the MXRCVROTITM interface, the interface fails to create some assets. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47257 Issue(s): 09-12180 Description: LDAPSYNC cannot run two LDAPSYNC cron tasks because the second cron task generates a unique constraint error. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51593 Issue(s): 09-14147 Description: If you generate a work order from a PM using the PM Cron Task and the asset on the PM contains an asset/location priority, the asset/location priority is not displayed on the newly created work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ53306 Issue(s): 09-15087 Description: When you are creating a change from a service request, the following error is returned: BMXAA4129E - Record already exists for WORK ORDER=XXXX, SITE=XXX, ATTRIBUTE=SOM_SSU, SECTION=. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ47257 Issue(s): 09-12180 Description: LDAPSYNC cannot run two LDAPSYNC cron tasks because the second cron task generates a unique constraint error. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ51598 Issue(s): 09-14150 Description: When you try to run a work order on-demand report using a multiple language environment, the following error message is displayed: "Column is ambiguously defined." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52242 Issue(s): 09-14429 Description: In the Work Order Tracking application, when you create a report using a secondary language and save it, the BMXAA4210E error message is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ48293 Issue(s): 09-12672 Description: If the invoice line quantity is greater than the PO line quantity for a material, and the PO line has no receipts, the Invoice application does not save the associated invoice. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52423 Issue(s): 09-14550 Description: In the Receiving application, when you try to autonumber a large quantity of rotating items that have many attributes associated to them, the system locks up. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52106 Issue(s): 09-14341 Description: After you create or change a Start Center template, update or add more than one ticket template to the Quick Insert portlet, and save the Start Center, you cannot change the Start Center again. Database Scripts: N/A Manual Changes : N/A --- APAR #: Issue(s): 09-13776 Description: Script HF7114_014 returns a result of RunScript complete: Successful, even though it misses picking up the messages.xml file Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54256 Issue(s): 09-15605 Description: In the Purchase Orders application, when you try to use a Purchase Order receipt from an external system with an item that needs to be inspected on receipt, instead of changing the status of this item Maximo creates another item and leaves the original with a WINSP status. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ53646 Issue(s): 09-15293 Description: When you try to change the status of multiple assets, you get error 'BMXAA4200E - RECORD HAS BEEN UPDATED BY ANOTHER USER'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ53880 Issue(s): 09-15415 Description: When you use persondata and try to load a location and a locationsite, LDAPSYNC fails to load. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51997 Issue(s): 09-14254 Description: The 'SELECT OWNER' dialog box appears intermittently and that cannot happen. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51567 Issue(s): 09-14110 Description: When the number of current users on Maximo is over 100 and you try to view an attachment, the attachment appears blank or broken. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54567 Issue(s): 09-15779 Description: In the Receiving applications, when you try to autonumber items that belong to an asset using the Apply Item Assembly Structure dialog box, the assetnums are wrongly created. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54667 Issue(s): 09-15892 Description: If a user has no access to a cross site storeroom, this user cannot receive items from that site and gets the following error when trying to perform such action: 'BMXAA3240E - The receipt cannot be created for the selected row 1. BMXAA0024E - ADD is not allowed on MATRECTRANS'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54083 Issue(s): 09-15550 Description: In the Organizations application, when you are using a language different from English and you try to autonumber the name fields no rows are displayed in the list. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51746 Issue(s): 09-14215 Description: When you try to add an application bar to the client area the following error occurs: 'BMXAA0943E - Cannot drop control of type appbar onto control of type clientarea'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54271 Issue(s): 09-15671 Description: In the Purchasing application, when you try to return a receipt, the following error occurs: 'BMXAA4187E - A relationship called ORIGINALRECEIPT does not exist for the SERVRECTRANS business object'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54197 Issue(s): 09-15604 Description: When you create an organization with more than 35000 items and after that start creating more organizations, you receive an out of memory error after a few hours. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54601 Issue(s): 09-15847 Description: In the Features application, if you try to filter your search for an attribute using the detail menu of the Feature field, the following error occurs: 'BMXAA4160E - A major exception has occurred.' Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55262 Issue(s): 09-16108 Description: In the Classifications application, you cannot define the default value for some of the numeric data type attribute. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52130 Issue(s): 09-14338 Description: In the Asset application, when you use the Drilldown option from the Select Action menu to view the assets of a location, only the first asset appears. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54794 Issue(s): 09-15945 Description: When you duplicate a Service Request, change some of the information and try to use this duplicated SR to create another SR, the original SR is used as a template, not the duplicated one. Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ55520 Issue(s): 09-16240 Description: In the Users application, when you change the password for a user the password is set to ':loginid' and not to the new password entered. Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ54632 Issue(s): 09-15841 Description: In the Work Order Tracking application, when you try to save a duplicated WO, the following error occurs: 'BMXAA4241E - An unknown error has occurred. Please contact your system administrator for assistance.' Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ53911 Issue(s): 09-15441 Description: In the Location application, when you try to duplicate a location the following error occurs: 'BMXAA6697E - THE VALUE NULL COULD NOT BE SET DURING THE MBO COPY TO FIELD PARENT FOR OBJECT LOCATIONS.' Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ54276 Issue(s): 09-15669 Description: If you try to filter for a report in the Run Report menu, the database error 'BMXAA4210E'occurs. Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ55431 Issue(s): 09-16198 Description: In the Search Solutions application, when you try to use the '*' as a filter on the Description field, the following error occurs: 'BMXAA4210E - Database Error 20000 Occurred.' Database Scripts: N/A Manual Changes : N/A ----- APAR #: IZ55455 Issue(s): 09-16197 Description: After you install hotfix 5/20, when you make changes in Wokflow, the change is not saved to the Change record and does not appear when you try to re-query for the record. Database Scripts: N/A Manual Changes : N/A ----- APAR #: IZ55695 Issue(s): 09-16323 Description: In the Work Order Tracking application, when you manually enter a start and or finish date on the Advanced Search Screen, a invalid Where Clause is created and the results returned by the search are incorrect. Database Scripts: N/A Manual Changes : N/A ----- APAR #: IZ55875 Issue(s): 09-16423 Description: The read-only condition of the conditional UI works intermittently. Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ55824 Issue(s): 09-16406 Description: In the Work Order Tracking application, when you try to duplicate a job plan you receive a database error number 803. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ56195 Issue(s): 09-16528 Description: In the Work Order Tracking application, when you try to remove a safety plan from a Work Order, the following error occurs: 'Record has been updated by another user.' Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ56185 Issue(s): 09-16538 Description: In Maximo Enterprise Adapter, when you try to use an inbound Integration Framemaker transaction to approve the inspection of a rotating item, the purchase order for this item is duplicated in the records, but the status of the original PO does not change, only the status of the new PO changes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ37427 Issue(s): 08-24486 Description: Parameter changes do not work with VMMSYNC parameters until you restart the application server. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56507 Issue(s): 09-16679 Description: A performance issue is caused when you click the select value button on the advanced search dialog box. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ43840 Issue(s): 09-11022 Description: If you use Chinese chars values, an error occurs when you try run a report using a hyperlink from another report. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51060 Issue(s): 09-13871 Description: Do not count one error multiple times in case and System exception prevets message from being deleted from the queue. Break commit of the mesage extract data in two parts: first before producer commi9t and second after to eliminate miscount Database Scripts: N/A Manual Changes : N/A. --- APAR #: IZ55512 Issue(s): 09-16234 Description: In the Inventory application, when you try to issue an item, Maximo generates a high object count and the system eventually locks up. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56673 Issue(s): 09-16727 Description: If you try to move more than 300 assets from one operating location to another, the Java virtual machine locks up. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56756 Issue(s): 09-16781 Description: In the Purchase Contracts application, if you try to copy the items from a PR line into a purchase contract, the item field becomes a required field and can be edited. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54568 Issue(s): 09-15778 Description: A session is not removed from the Maxsession table when a user becomes inactive. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58684 Issue(s): 09-17204 Description: In the Search Solutions application, if you use Oracle specific word in the self service module, the "ORA-20000" error occurs and the window that opens can only be cleared if you close the browser. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52218 Issue(s): 09-14413 Description: The list of saved queries should be sorted with private queries first and then public queries. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54006 Issue(s): 09-15518 Description: When a user tries to approve and print multiple work orders the following error occurs: "BMXAA4210E - Database error number 0 has occurred. ResultSet is closed." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ49320 Issue(s): 09-12937 Description: In the Labor Reporting application, you cannot select a labor record for approval. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58435 Issue(s): 09-17203 Description: After you apply hotfix MBS_7114_LAFIX.20090624- 2325, you cannot use the direct print function. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56754 Issue(s): 09-16787 Description: In the Routes application, when you try to save a route after selecting an asset from the drilldown, the following error occurs: "Boolean value is blank and requires a value." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59003 (Duplicate of IZ50878) Issue(s): 09-17427 (Duplicate of 09-13794) Description: APPLINK NOT WORKING CORRECTLY DEPENDING ON RIGHTS TO CORE TR AND T&D APPLICATIONS Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50294 Issue(s): 09-13480 Description: Error "BMXAA5609I - This action is not allowed since the item PUMP100 is in Pending or Obsolete status at Item/Organization level" occurred when attempting to Select Vendor Items from Purchasing application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ59481 Issue(s): 09-17736 Description: In Maximo Enterprise Adapter, when you set a rule for a field using action SET, add a sub-record field to set a value, and try to use an object relationship to retrieve this rule to use it on a second rule with action COMBINE, you cannot access the first field rule that you set. Database Scripts: N/A Manual Changes : N/A --- AAPAR #: IZ56247 Issue(s): 09-16573 Description: The Average Cost is not being updated when receiving roataing items through the MXRCVROTITMINTERFACE. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ54367 Issue(s): 09-15725 (Duplicate of 09-15181) Description: The system takes from 10 to 15 minutes to apply a Service Level Agreement to a ticket. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59843 Issue(s): 09-17976 Description: In the Run Reports application, when you run a report for an asset, the downtime information is not displayed, even though the asset has an assetstatus.downtime data specified. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ43337 Issue(s): 09-10809 Description: In Application Designer, when you try to make a check box selected by default for a certain application, this default function does not always work as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59330 Issue(s): 09-17662 Description: In Application Designer, when you assign an image to a push button, this image does not display. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59238 Issue(s): 09-17537 Description: In the Assets application, when you try to make the To Location a required field, the field is marked as required, but you are still able to move or modify an asset when you leave the To Location field blank. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60238 Issue(s): 09-18184 Description: In the Assets application, when you use the advanced search to search for a Classification and the process returns no results, an error message is diplayed. However the message does not inform that no search results were found. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55278 Issue(s): 09-16106 Description: In Application Designer, when you try to modify an external system, you get an �invalid binding� business case. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55507 Issue(s): 09-16233 Description: In Application Designer, any labels using {x} parameters disappear after you save an application and the label is replaced by 'parentempylable'. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ60597 Issue(s): 09-18536 Description: In the Job Plan application, when you create a job plan, add a flow action task to this job plan, and then add more tasks and save the job plan, all tasks are defined as flow action when you try to check all the tasks. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60376 Issue(s): 09-18324 Description: In the Work Order Tracking application, when you do an inbound transaction using FR1CODE and FR2CODE, the following error message is displayed: �The failure report code is not valid.� Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60784 Issue(s): 09-18661 Description: In TAMIT 7.1.1.4, the task filter in the Assets application is not working as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60790 Issue(s): 09-18659 Description: In the Result Set on the Start Center, you cannot display the federated data from an external source. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60547 Issue(s): 09-18525 Description: In Application Designer, you cannot add a signature option to an attachment. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ61302 Issue(s): 09-18877 Description: There is not a method to define the RMI port for each instance. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60858 Issue(s): 09-18710 Description: In the Assets application, if you have the audit table enabled, you cannot create an asset after running updatedb. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59476 Issue(s): 09-17672 Description: In the Work Order Tracking application, when you run a report and try to export data afterwards, an internal server error message is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58708 Issue(s): 09-17210 Description: In the Escalation application, if you have a secondary language set as the default language in your Maximo user profile and you try to run a escalation cron task for an on object that has its own language table, an error message is displayed and the escalation cron fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59272 Issue(s): 09-17602 Description: The report footer displays the time and data that the report was generated according to the server time zone and not according to the time zone that you set. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ47676 Issue(s): 09-12325 Description: In the Service Request application, if you try to create a record as a secondary language user, the following error message is displayed: �reports # failed to create list report.� Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ59824 Issue(s): 09-17974 Description: In Application Designer, after you clone the Items application, change the default itemtype, and save the cloned application, the default itemtype is set back to the itemtype specified for the original application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62164 Issue(s): 09-19271 Description: If you clone the Asset application, the cloned application uses the same permission setting as the one of the original application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ59455 Issue(s): 09-17669 Description: In Software contracts, under Associated Assets and People tab, if you use the New Row button to add an asset to multiple contracts, the following error message is displayed: �This asset is already present in revision 0 of contract XXXXXX.� Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ61969 Issue(s): 09-19202 Description: In the People application, you cannot delete the Termination Date field value. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ60600 Issue(s): 09-18526 Description: In the Item Master application, if an item exists on one or more balance records at the item level, you cannot change the status of the item. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49730 Issue(s): 09-13183 Description: A large number of bulletin board records can cause Maximo to run out of memory and crash. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ54854 Issue(s): 09-15960 Description: In the Changes application, after you change the job plan of a record, the system populates the Owner and Owner Group fields of some tasks with the other tasks owner information. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62828 Issue(s): 09-19914 Description: A connection leak occurs in Service Desk. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ53964 Issue(s): 09-15507 Description: In Maximo Enterprise Adapter, when you are using the Web Service of the MXRCVROTITMInterface for the receipt of multiple receipt transactions with asset numbers and serial numbers provided, the following error message is displayed: �Required Field Asset is blank.� Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62827 Issue(s): 09-19915 Description: If a main record contains an attachment control, the system performance becomes slow when you try to open the main record and run the doclinks related query. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ62786 Issue(s): 09-19843 Description: When a workflow has a wait node waiting on a change record, the record never leaves the workflow wait node. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62549 Issue(s): 09-19556 Description: After you add a BIRT report and a newly created query-based report to the Report List portlet and click the query-based report link, the following message is displayed: �The request page for the report has not been generated.� Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ61516 Issue(s): 09-18959 Description: In the Warranty Contracts application, when you try to specify a cost for a row in a warranty contract, the total cost of the warranty contract is not updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62194 Issue(s): 09-19269 Description: In the Logging application, if you use a cluster environment and you apply a new value to the loglevel, the setting is effective only to the JVM instance that you are connected to. On all other JVM instances, the setting is effective only after you restart them. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63142 Issue(s): 09-20386 Description: In Maximo Enterprise Adapter, when you try to load xml information using cron tasks, the following error message is displayed: "ORA-00001: UNIQUE CONSTRAINT (NAASY1C.MAXINTMSGTRK_X1) VIOLATED." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63360 Issue(s): 09-20539 Description: In the Assets application, when you specify a numeric value for an attribute in the specifications tab and then specify a value for another attribute, the first value specified is cleared. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59808 Issue(s): 09-17930 Description: In the Invoices application, if the conversion factor is higher than 1, the system does not write the invoice variance to the Invoicetrans table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63154 Issue(s): 09-20385 Description: When you try to delete cron task history records, the deletion process is slow and locks the tables. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60419 Issue(s): 09-18392 Description: If you installed a previous hot fix that contains MaxVar and you try to upgrade your system to a later version, a duplicated key error occurs. Database Scripts: HF7114_018.dbc Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ61503 Issue(s): 09-18956 Description: In the Incidents application, if you create a synonym for the internal status Resolved and try to use this synonym to set the status of an Incident, the status appears as Resolved in the Service Request application and not as the synonym. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62874 Issue(s): 09-19921 Description: In the Migration Manager application, if you try to deploy a package, the following error occurs: �ORA-00001: unique constraint (MAXTEST.MAXMENU_NDX2) violated.� Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A, IZ61970 Issue(s): 09-17175, 09-19201 Description: Thread deadlock in WebClientSession.runLongOpQuery OOM PROBLEM Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60367 Issue(s): 09-18326 Description: In the Create Requisition application, if you are creating a requisition and try to select an active item using the Inventory application, this item becomes pending in Create Requisition and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63578 Issue(s): 09-20699 Description: In Maximo Enterprise Adapter, when you modify an xml file for an Inbound MXINVISSUEInterface Transaction, and you try to send this inbound transaction using the import utility, a "java.lang.NullPointerException" error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60312 Issue(s): 09-18271 Description: When you are using your current location with UNC mapping without translations values, and you try to view an attachment, http is added as a prefix to the URL and the file cannot be displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52243 Issue(s): 09-14430 Description: In the Classifications application, when you try to add an attribute to a classification that is already active and is used by an item or an asset, the following error occurs: "Database error number -180 has occurred. The syntax of the string representation of a datetime value is incorrect." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63064 Issue(s): 09-20182 Description: In the Item Master application, you cannot set an item to Obsolete if this item is associated with a canceled work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63837 Issue(s): 09-20998 Description: The greater than and less than characters, used in substitution variables with quotation marks, are incorrectly displayed in the inbox description field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62979 Issue(s): 09-20069 Description: In the Workflow application, when you assign a workflow to a user, the OwenerDescritpiton attribute is displayed as blank in the e-mail sent to the assigned user. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60284 Issue(s): 09-18265 Description: When Single Sign-On is enabled, the application linking option does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64379 Issue(s): 09-21423 Description: In the Assets application, if you enable the "Admin Mode" after migration manager completes deploying the system, the toolbar is displayed where the navigation bar should be. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64208 Issue(s): 09-21344 Description: In the Classifications application, when you try to open the service catalog, the system performance becomes slow. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63065 Issue(s): 09-20183 Description: In the Receiving application, after you receive rotating items and apply the Item Assembly Structure to only some of the received assets (items), all child asset records are generated, including the ones for the assets not selected for the Item Assembly Structure. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64398 Issue(s): 09-21502 Description: If you have a time zone set on your user profile, the time displayed on the BIRT Report and the time displayed on Maximo are different. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64849 Issue(s): 09-21746 Description: In the Purchase Requisitions application, if you use a synonym from the item status domain to specify an item number for a PR line, you cannot go to another field and a database error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64495 Issue(s): 09-21517 Description: If you use a non-English lanaguage environment and you add a new xref control to the "Create Integration Controls" window in the Enterprise Services application of Maximo Enterprise Adapter, the following error message is displayed: "BMXAA4024E - EXTERNAL VALUE CROSSREFERENCE IS NOT IN DOMAIN CONTROLTYPE." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ48451 Issue(s): 09-12730 Description: In the Configuration Item application of Maximo Integration Framework, after you import CI/CISPEC data, cispec.classpecid is null and you are unable to select the domain values from the specification. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65146 Issue(s): 09-21954 Description: In the Locations application, if you use a not in query to search for some records that are not storerooms, the system does not display the results so fast. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62752 Issue(s): 09-19821 Description: In the Workflow Administration application, if you reassign a record, choose to send an e-mail notification, and change the notification message or subject, the modification is saved to the communication template that you used. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63366 Issue(s): 09-20617 Description: In the E-Audit application, if you change the e-audit filter to ':istask = 1' and try to run a query on a work order audit table, the task rows on the work order are not audited. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63359 Issue(s): 09-20538 Description: In the Work Order Tracking application, when you use the continuous queue process to create work orders, and one of the work orders fails to be created and needs to be refetched, the work order is recorded on the Maximo databse. Therefore, when the process is delivered again, a duplicated entry is created in the system. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64715 Issue(s): 09-21664 Description: When two users try to run a BIRT report, the error 500 randomly occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63118 Issue(s): 09-20268 Description: In Maximo Enterprise Adapter, if you configure an alternate key for a ticket object, and then try to create an object structure web service based on the MXINCIDENT Object structure, the system returns the primary key instead of the alternate key. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64856 Issue(s): 09-21761 Description: In Application Designer, when SSL is enabled, the system cannot export an application to Internet Explorer and you are unabled to save the .xml file using the Save As option of the browser. However, when you try to save the file, no message warning you that the file was not saved is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65747 Issue(s): 09-22514 Description: In the Receiving application, if you create a required user-defined attribute for a PO object and do not specify the attribute before saving the PO, the quantity received is doubled. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64018 Issue(s): 09-21202 Description: When the user is in a different time zone from the server and tries to run a report which contains date fields, the dates are wrongly displayed on the report. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64015 Issue(s): 09-21198 Description: In the Description field of a record, if you enter a text that contains a script, and then display that record in portlets on the Start Center, the description is not displayed. Instead, the script inside the description text is executed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65648 Issue(s): 09-22396 Description: In the Assets application, on the Specification tab, the BS table for attributes of the table data type does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ40966 Issue(s): 09-10071 Description: In the Locations application, the drilldown option from the Select Action menu does not appear in alphabetic order. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ65460 Issue(s): 09-22211 Description: In the Receiving application, if you return the entire quantity of PO ordered items, the system returns the material items with positive tax values. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ46118 Issue(s): 09-11978 Description: In the Assets application, after you select an asset installation date using the date picker, the system returns an incorrect date. If you select a date for the second time, the date is displayed one day ahead. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ60423 Issue(s): 09-18391 Description: If you upgrade Maximo Asset Management from version 6 to version 7, and a table name exceeds the maximum length, the RestoreFromBackup utility check fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ36651 Issue(s): 08-24067 Description: In the Labor Reporting application, if you run a report, the report does not show the approved labor transactions. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ47450 Issue(s): 09-12249 Description: In the System Properties application, after you restore the global defaults of the mail.smtp.host parameter, which are empty value, the system keeps sending e-mail messages. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ42406 Issue(s): 09-10374 Description: When you modify a record, and then start the "Route Workflow" process, whenever a window is displayed and you click the OK button, the Workflow button on the toolbar shows the incorrect status for the process. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59471 Issue(s): 09-17670 Description: In the Configure Start Center application, when you set Incident list page as default instead of the Start Center, the start page does not display any incidents after you log in to Maximo. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ44682 Issue(s): 09-11409 Description: When the HttpGZIPFilter is enabled in Maximo, Korean characters are not correctly displayed. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR --- APAR #: IZ64982 Issue(s): 09-21902 Description: If you change the status of a work order record in the background and then try to change the status of other records, the system sets the other records to the same status of the work order whose status you changed in the background. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65646 Issue(s): 09-22392 Description: Assets included in revised, canceled, or closed contracts cannot be associated with an active contract. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ47004 Issues(s): 09-12140 Description: The incorrect account is used for issue and return transactions. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ66643 Issues(s): 09-22937 Description: The maximum number of errors allowed for the LDAP and VMM synch tasks is hardcoded as 1000. The number of errors should be parameterized. Database Scripts: HF7114_019.dbc Manual Changes: EXECUTE THE HF7114_019.dbc as per instructions given at the header of this file. --- APAR #: IZ65976 Issues(s): 09-22636 Description: When you try to upgrade Maximo Asset Management from version 6 to version 7, an index out of bounds error occurs and the upgrade process fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65656 Issues(s): 09-22394 Description: If you use Mozilla Firefox, the resultset link does not work after you apply hot fix MBS_7114_LAFIX.20091030-1919. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65464 Issues(s): 09-22209 Description: In Application Designer, if you add the Hazard lookup to the Advanced Search page, and then, in the Item Master application, choose Select Value from the Hazards field in the Advanced Search window, the system does not return any rows. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64379 Issue(s): 09-21423 Description: In the Assets application, if you enable the "Admin Mode" after Migration Manager completes deploying the system, the toolbar is displayed where the navigation bar should be. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ66418 Issue(s): 09-22854 Description: When you receive rotating items and apply an item assembly structure, the related spare parts are not copied over. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ59666 Issue(s): 10-10167 Description: In the Actual Configuration Items application, after you create an authorized CI, the system does not populate the CI field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66317 Issue(s): 09-22779 Description: In the Incidents application, if you choose to duplicate an incident record with its activities from the Select Action menu, the system does not transfer the activities to the duplicated record. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39303 Issue(s): 08-25355 Description: In the Inventory application, if you try to download the items that you listed on the Where Used tab to an .xls file, only 200 files are downloaded to the file. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66228 Issue(s): 09-22735 Description: If you edit the history of a closed work order and then go to the Materials subtab of the Actuals tab, you cannot add a material to the work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67091 Issue(s): 09-23060 Description: If you do not have delete rights for System level applications and you try to select QBR attributes in the Create Report window in these applications, the following error message is displayed: �Delete is not allowed on maxattribute.� Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67109 Issue(s): 09-23074 Description: In Reporting Administration, if you create a Korean location and use Korean assetnum to run assetmove_history.rptdesign, the expected result is not displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67173 Issue(s): 09-23101 Description: If you do not have KPI manager privileges and hover the mouse over the KPI Graph on the Start Center, you receive a message to warn you that you lack KPI permissions. In addition, the system displays a blank screen. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67180 Issue(s): 09-23110 Description: When you add a parent to a location in a networked system and the parent already exists as an ancestor of the location, the error "BMXAA4211E - Database error number 1 has occurred when operating on LOCANCESTOR Site=BEDFORD Location=TEST System=STORM Search Location Hierarchy=MH100. ORA-00001: unique constraint (MAXIMO.LOCANCESTOR_NDX1) violated." is thrown. This only occurs when you operate on the location, in a networked (as opposed to hierarchical) system. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68242 Issue(s): 10-10458 Description: When you set the order quantity to 0, the system sets the unit cost to 0 on a PR line or PO line. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68105 Issue(s): 10-10323 Description: In the Problems (SP) application and Problems (IT) application, if you select Go to Changes (SP) or Changes (IT), create and save a new change record, and then try to return with the work order value to the Problems applications, an error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68110 Issue(s): 10-10322 Description: The modifications to downtime in the Asset Manage Downtime History window are not reflected in the Asset's 'Total Downtime' on the Asset tab. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66101 Issue(s): 09-22679 Description: When you use the Maximo integration framework to import a location update and you do not change classstructureid, the location specifications are deleted. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64612 Issue(s): 09-21580 Description: In the Invoice application, if you copy the PO line to a new invoice, and the received PO contains a tax rate, the system does not copy the tax rate to the invoice. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68382 Issue(s): 10-10512 Description: In the Workflow Designer application, if you apply a new workflow process to a PO object, add a condition that contains an EXISTS clause, and click back to the Title or Description field, a syntax error occurs. As a result, the condition cannot be parsed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68134 Issue(s): 10-10365 Description: After you duplicate a change record, click the detail menu on the CLASSSTRUCTURE.HIERARCHYPATH field, and click Classification, the Classification window is populated. However, if you click Cancel, all data that is on the duplicated record is cleared. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64966 Issue(s): 09-21846 Description: If you use Application Designer to set startempty to true for the Incidents application, go to the Incidents application, and then try to use the smartfill feature while searching for persons in the Reported By field, the feature is disabled. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68385 Issue(s): 10-10515 Description: If you try to add a crossover domain from classifications to asset classifications, the value is not carried over. Database Scripts: N/A Manual Changes : Please refer to Manual Changes section. --- APAR #: IZ65450 Issue(s): 09-22208 Description: On an item record, if you change a classification that has defined attributes to a classification that has different attributes and try to save the record, the following error message is displayed: �BMXAA4210E - Database error number - 180 has occurred.� Database Scripts: N/A Manual Changes : N/A --- APAR #: Z69300 Issue(s): 10-10770 Description: Some workflow conditions fail in Maximo Asset Management version 7. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69679 Issue(s): 10-10823 Description: If you receive rotating items and apply item assembly structure, the parent attribute of the child item is set to the parent asset, but the ancestor attribute is blank. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67785 Issue(s): 10-10198 Description: In the Changes application, although the Entire tab is read-only, you can edit the classification attribute. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70139 Issue(s): 10-10979 Description: If you use the Move Modify function to update multiple asset attributes at once, the software does not update all specifications in the result set. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68511 Issue(s): 10-10541 Description: When you create a record which uses or refers to a Location, and you try to filter for this Location using the Select Value option, a database error occurs if the name of the Location contains the "-" character. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67094 Issue(s): 09-23062 Description: In the Job Plan application, if you filter for a Job Plan on the List tab, select two or more records and then click the Job Plan tab, the system hangs when you return to the List tab and the list is displayed only after refreshing the browser. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68605 Issue(s): 10-10574 Description: When a communication template has multiple recipients and you try to use the template in the Stop Workflow window, the BMXAA4407E AND BMXAA4049E error messages are displayed. Database Scripts: HFV7114_020.dbc Manual Changes : N/A --- APAR #: IZ70109 Issue(s): 10-10952 Description: When there is a comma in the domain id field, the maxdomvalcon records are not displayed for this domain value. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70610 Issue(s): 10-11080 Description: In the Classifications application, if you try to delete a Use With Item row from a classification, and then create a record using this classification, the attributes from the classification are not carried over to the new record. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69148 Issue(s): 10-10742 Description: In the Work Order tracking application, if you create a work order with different tasks, delete one of the tasks and change the status of the Work Order, the status change is not reflected on the other tasks. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68163 Issue(s): 10-10413 Description: In the Reports application, if you select a Person Details Report, specify a value in a parameter box, and press Enter, the software locks up when you try to return to the application by using the return button on the Web browser navigation bar. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68679 Issue(s): 10-10602 Description: In the Report Administration application, the report .doi files are not displayed on the View Queries tab. Database Scripts: N/A Manual Changes: Please refer to Manual Changes section. --- APAR #: IZ70459 Issue(s): 10-11068 Description: If you install hot fix MBS_7114_LAFIX.20100203-0902 or hot fix build 18 for Maximo base services 7.1.1.5, and try to navigate between applications, the software locks up. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67094 Issue(s): 09-23062 Description: In the Job Plan application, if you filter for a Job Plan on the List tab, select two or more records and then click the Job Plan tab, the system hangs when you return to the List tab and the list is displayed only after refreshing the browser. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70927 Issue(s): 10-11228 Description: In the Assets application, a null pointer exception is thrown when you try to save any change to the Meters tab. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70857 Issue(s): 10-11198 Description: In Security Groups, if a user does not have authorization to access all sites, but they are given permission to access a few pre-defined sites, user validation takes a long time. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ72266 Issue(s): 10-11430 Description: In Communication Templates, if you duplicate a communication template and change the Reply To field to the E-mail address of a role, INBOUNDCOMM.REPLYTO is null when an e-mail is sent using this template. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63698 Issue(s): 09-21323 Description: In the Item Master application, the "Stop Query" button on the "query_longopwait" window does not work. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ61970 Issue(s): 09-19201 Description: A deadlock in DataBean and AppBean is generating an Out of Memory error. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ71075 Issue(s): 10-11274 Description: In the Receipts application, if you create a Unit of Measure for ORFERUNIT and ISUUEUNIT, Inventory Balance is not properly updated when you receive internal orders that use this new unit. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ71925 Issue(s): 10-11356 Description: In the Item application, when you hyperlink a rotating asset to the inventory application, the list of items is not displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73230 Issue(s): 10-12033 Description: After upgrading, the unique IDs of the existing work orders are incorrectly number, and you cannot cancel a PM that was generated from a work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72906 Issue(s): 10-11809 Description: When the static text control is related to a data attribute, the static text control only displays the label override value. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ40370 Issue(s): 08-25640 Description: If a PM has attachments, and you use this PM to create a work order is created, the attachments from the PM are not printed when you direct print the work order. Database Scripts: HF7114_001.dbc Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ73191 Issue(s): 10-11992 Description: In the Work Order Tracking application, when you try to select an Originating record, you can select records from Sites and Organizations that you do not have permission to access. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73703 Issue(s): 10-12260 Description: In the Work Order Tracking application, if a PM belongs to a hierarchy, and you try to change the status of this PM without selecting the run in background mode, the Maximo application server runs out or memory and crashes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73123 Issue(s): 10-11956 Description: In the Assets application, when you try to create an asset using a tool as a rotating item, the following error message is displayed:"BMXAA4146E - NOT A VALID GL ACCOUNT. EITHER THE REQUIRED COMPONENETS ARE NOT FILLED OR THE COMPONENT VALUES ARE NOT VALID." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73088 Issue(s): 10-11952 Description: In the Assets application, when you try to move a rotating item that is associated to a parent to a new location, and this location has a different parent, the following error occurs: "BMXAA0139E - Asset item XXXXX does not match location item XXXXX and is not an alternate item." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73385 Issue(s): 10-12078 Description: After you apply hot fix MBS_7114_LAFIX.20100310-1047, the show path drill-down does not work as expected. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73099 Issue(s): 10-11949 Description: In the Assets application, the inspector field is populated with the user ID and not the person ID by default. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73851 Issue(s): 10-12309 Description: The date and time widget displays the wrong month. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72470 Issue(s): 10-11599 Description: In Rpt: Harrier Engine, when you try to remove a security group from an application using the Set All Application Security option, the following error message is displayed: "BMXAA4210E - DATABASE ERROR NUMBER 1795 HAS OCCURRED." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72757 Issue(s): 10-11727 Description: In Work Flow, an Invalid Class cast exception is thrown when you use certain code combinations. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ46819 Issue(s): 09-15037 Description: In the Assets application, when you Mass Move an asset, the CI Location is not automatically updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70871 Issue(s): 10-11203 Description: When single sign-on is enabled, some data disappear from the login tracking table. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73535 Issue(s): 10-12216 Description: You cannot properly create Tickets or work orders because the long description fields are limited to 32000 characters. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ58355 Issue(s): 09-17126 Description: In the Preventive Maintenance application, when you generate work orders for a PM hierarchy, not all the work orders for the currently active children of the parent PM are created. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72975 Issue(s): 10-11885 Description: In Security Authentication, after you apply a Global Restriction to a hardware application, the links from the hardware application to the operating environment application no longer function properly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67515 Issue(s): 10-10075 Description: In the Work Order Tracking application, when you select one work order from the List tab and assign a new parent for this work order, all work orders from the list are reassigned as well. Database Scripts: N/A Manual Changes: Please refer to Manual Changes section for this Issue/APAR. --- APAR #: IZ74747 Issues(s): 10-12813 Description: In the Issues and Transfer application, on Filter Row, you are able to edit the Item description field. Database Scripts: N/A Manual Changes: Please refer to Manual Changes section for this Issue/APAR. --- APAR #: IZ74626 Issues(s): 10-12721 Description: On the asset drill down, the message "No assets found at this location" is not displayed when there are no assets listed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ72394 Issues(s): 10-11536 Description: If a page locks up, and you press the F5 key, you are redirected to the login page. After you log in again, you are redirected back to the page you were working in, but this new page displays the debug information. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73483 Issue(s): 10-12148 Description: In the Invoice application, if you create an invoice using a PO containing items that use a conversion factor, and you change the conversion factor to a decimal number with 4 or more decimals, an error occurs when you try to approve the invoice. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68126 Issue(s): 10-10386 Description: In the Incident and Service Request applications, when you try to send a communication e-mail to 30 or more people, after the 29th recipient, the remaining recipients are strung together in one line only. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75216 Issue(s): 10-13566 Description: In e-mail listener, if an attachment has spaces in the name, when you view the file, the spaces become a "+" sign instead of "%", and you cannot open the attachment. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42405 Issue(s): 09-10376 Description: In the Assets application, when you click the View Work Details icon, the work orders that have a status of 'Closed' are not displayed. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ73253 Issues(s): 10-12041 Description: In the Receiving application, when you use an Item Assembly Structures to create Assets using items that belong to a hierarchy, the children assets are not created separately. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76034 Issue(s): 10-14199 dup of 10-12711 Description: In the Incident application, when you use the advanced search, the following error message is displayed: "BMXAA4185E - cannot query on field HIERARCHYPATH." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76062 Issue(s): 10-14247 Description: If you enable the cross site script, and you enter any information in the long description field, the information entered is garbled. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70699 Issue(s): 10-11147 Description: In Ad Hoc reporting, if your Maximo user ID starts with a # character, the report fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76777 Issue(s): 10-14818 Description: ASSET SPECIFICATIONS CHANGED USING THE MOVE/MODIFY ARE NOT UPDATING THE ASSET DESCRIPTION Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75087 Issue(s): 10-13313 Description: "BMXAA3210E FAILURE WHEN GENERATING WO" error thrown when trying generate workorder in Enlish login from meter-based PMs for Assets whose meter readings are entered with Dutch login (and vice versa). Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76902 Issue(s): 10-14906 Description: NUMERIC VALUE IS DISPLAYED WITH .00000000 AFTER IT IN MOVE//SWAP/MODIFY ASSETS IN WORK ORDER TRACKING. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76245 Issue(s): 10-14337 Description: WHEN ORDER UNIT ON MOST RECENT VENDOR RECORD DIFFERS FROM ORDER UNIT ON INV ITEM RECORD MAXIMO IGNORES CONVERSION FACTOR Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76733 Issue(s): 10-14742 Description: DURING EMAIL PROCESSING THE INBOUNDCOMM MBOS BUILD UP AND CAUSE AN OOM ERROR. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75859 Issue(s): 10-14050 Description: Oracle ORA-01000 error - 'Maximum open cursors exceeded' when generating a set of work orders from a complex pm. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76937 Issue(s): 10-14939 Description: CANNOT MOVE MULTIPLE ASSETS TO OTHER ORGS/SITES FROM CHANGE-> MULTI ASSETS, LOCATIONS, CIS. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74502 Issues(s): 10-12664 Description: ERROR RUNNING PMWOGENCRONTASK: "BMXAA3782E - THE ITEM SET IDENTIFIER IS NOT VALID". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77247 Issue(s): 10-15069 Description: PRICE CONTRACT INCORRECT - UNIT COST ON PREVIEW REORDER SHOULD BE READONLY IF THE REORDER IS ASSOCIATED WITH A CONTRACT ITEM OF WHICH CHANGE PRICE ON USE IS FALSE. Database Scripts: HF7114_021.dbc Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ77149 Issue(s): 10-15072 Description: AFTER APPLYING THE LATEST 7.1.1.4 HOTFIX, THE "GO TO ITEM MASTER" OPTION FROM THE ASSETS APPLICATION NO LONGER WORKS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ67187 Issue(s): 09-23119 Description: WF NODE PROPERTIES WINDOWS GETS HIDDEN Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-16878 Description: Performance fix: eliminated redundant validation when WO ancestors updated; eliminated unnecessary top-of-hierarchy fetch when the WO in question is a task. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77417 Issue(s): 10-15139 Description:GL ACCOUNT DOES NOT GET UPDATED ON WO WHEN ASSET IS MODIFIED FROM MOBILE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76602 Issue(s): 10-14608 Description:When using the advanced search in Incident, you get error BMXAA4185E Cannot query on field HIERARCHYPATH . Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77584 Issue(s): 10-15250 Description: PROBLEM RESET BEING CAUSED BY LAYOUT.ADDTO METHODS Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78395 Issue(s): 10-15729 Description: AFTER APPLYING HOTFIX TO ADDRESS IZ75216, NULL POINTER ERROR E-MAILS ARE SENT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78531 Issue(s): 10-15826 Description: Can't move back an asset that moved cross site that has a user custodian relationship Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77632 Issue(s): 10-15307 Description: ADVANCED SEARCH WINDOW DOES NOT CLOSE AFTER THE STATUS WINDOW IS CLOSED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74302 Issue(s): 10-12603 Description: REPORT NOT SHOWING PLANNED MATERIALS WITOUT ITEMNUM Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76930 Issue(s): 10-14942 Description: STARTCENTERS DO NOT DISPLAY PROPERLY IF MODIFIED IN A DIFFERENT LANGUAGE Database Scripts: HF7114_EN_006.dbc, HF7114_022.dbc Manual Changes: N/A --- APAR #: IZ58743 Issue(s): 10-14942 Description: ATTRIBUTES FOR CONFIGURATION ARE NOT INSERTED IN ASSETSPEC. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80192 Issue(s): 10-16205 Description: POPUPS ARE CAUSING LOAD RUNNER SCRIPTS TO FAIL Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ77498 Issue(s): 10-15208 Description: When creating a service requisition for a material or service, assetnum, location and gldebitacct information is not written to the MRLINE as expected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ33043 Issue(s): 08-21922, 10-10551 Description: MR LINES CREATED WITH '0' QTY ARE BEING CONVERTED TO QTY OF '1' Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77384 Issue(s): 10-15135 Description: Fix CLOB/BLOB columns that are not compatible with HADR. Only applies to DB2 databases. Database Scripts: HF7114_023 Manual Changes: N/A --- APAR #: IZ80218 Issue(s): 10-16236 Description: "BMXAA4200E - RECORD HAS BEEN UPDATED BY ANOTHER USER. REFETCH AND TRY AGAIN." WHEN SELECTING ROTATING ITEMS IN WO TRACKING APP Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ42761 Issue(s): 09-10563 Description: INBOUND MEA INVOICE TRANSACTIONS WILL HAVE INVOICE MATCHING PERFORMED EVEN WITH COLLABORATION SWITCHES SET TO TURN IT OFF. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74861 Issue(s): 10-13210 Description: WHEN CHILD ROTATING ASSET IS MOVED TO A STOREROOM, IT SHOULD BE DISCONNECTED FROM ITS PARENT ASSET. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80233 Issue(s): 10-16243 Description: QUERY ON CHARTOFACCOUNTS DOESN'T USE AN INDEX Database Scripts: n/a Manual Changes: If you don't want the upper function used on GLACCOUNT in qbe, go to the System Properties app, add a new property named mxe.upperGLValues and set its value to 1. --- APAR #: IZ80247 Issue(s): 10-16296 Description: JOB PLAN PERFORMANCE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78500 Issues(s): 10-15812 Description: When you use the Classify dialog box to select a classification, no query results are displayed in the log. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69689 Issue(s): 10-10849 Description: If you set a user group to have read access to the Domains application, users who belong to this group can delete domain values. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76947 Issue(s): 10-14953 (dup of 10-14210) Description: When you create a Service Request, save the record and create a communication using a Communication Template, if you include an invalid email address in the To field, the email is not sent to any of the receivers and an error occurs. Database Scripts: N/A Manual Changes : Go to System Properties app, add a property named mail.smtp.sendpartial, and set its value to 1. --- APAR #: IZ76930 Issue(s): REWORK 10-14942 Description: STARTCENTERS DO NOT DISPLAY PROPERLY IF MODIFIED IN A DIFFERENT LANGUAGE Database Scripts: HF7114_EN_006.dbc, HF7114_022.dbc Manual Changes: N/A --- APAR #: IZ76581 Issue(s): 10-14540 Description: In the Person Group application, when you add a PersonGroupTeam record to the People table window, an unqualified SQL statement is issued against the Person table when you set the RespPartyGroup attribute. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80187 Issue(s): 10-16240 Description: BULLETIN BOARD COUNTER IS REFRESHING TO SHOW ALL THE APPROVED MESSAGES WHEN A RECORD IS UPDATED IN ANOTHER APPLICATION Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ81244 Issue(s): 10-16748 Description: SAFETY PLANS ARE NOT ASSOCIATED TO CHILD WORK ORDERS CREATED FROM A NESTED JOB PLAN. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ59510 Issue(s): 09-17752 Description: APPFIELDDEFAULTS DOESN'T WORK CORRECTLY Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80225 Issue(s): 10-16237 Description: START CENTER PERFORMANCE ISSUE Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ83528 Issue(s): 10-17565 Description: JOB PLAN TASK WITHOUT A CLASSIFICATION POPULATES WORK ORDER TASK WITH THE CLASSIFICATION FROM ANOTHER TASK Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80504 Issue(s): 10-16361 Description: Sigoption and conditions can cause unexpected behaviour if present in Action menu ( see desc) Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70353 Issue(s): 10-11046 Description: REORDER IS NOT REORDERING ITEMS IN DB2.PREVIEW SHOWS NO ITEMS Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ84434 Issue(s): 10-17861 Description: IN ITEM APPLICATION, IAS MOVE-TO FUNCTIONALITY FROM CHILDREN TABLE WINDOW DOES NOT MOVE TO PROPERLY, CAUSING PROBLEM IN APPLY IAS IN LOCATIONS APP. Database Scripts: N/A Manual Changes: Please refer to Manual Changes section for 10-17861 --- APAR #: IZ71353 Issue(s): 10-13561 Description: CI Application: CI links (Assets, CI Location) validity is not being verified. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ29749 Issue(s): 08-20088 Description: The relationship from an AssetMeter to its MeterReadings relies on the ASSETID attribute. The ASSETID is not being correctly set on the MeterReadings. The ASSETID that is on the AssetMeter appears to be incremented by 1 on the AssetMeter's MeterReadings. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75069 Issue(s): 10-13377 Description: E-MAIL LISTENER NOT WORKING AFTER UPGRADE. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ85701 Issue(s): 10-18400 Description: ReconResult.CreateDate and ReconLink.LinkDate set to server date Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52568 Issue(s): 09-14625 Description: ABLE TO VIEW ITEMS WITH DIFFERENT ITEM SET WITH IN ITEM MASTER. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ85679 Issue(s): 10-18401 Description: CURSOR LEAK IN LOCATIONSPEC.GETCLASSSPECUSEWITH() Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ79118 Issue(s): 10-15908 Description: DEFAULT LENGTH OF MAXINTMSGTRKDTL.ERRORTEXT IS TOO SMALL CAUSING ERRORS AND INFORMATION NOT SAVED. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ84676 Issue(s): 10-17954 Description: Correctly add SendTo as a Person, not Role Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68523 Issues(s): 10-10547 Description: RUNNING MAINTENANCE COST ROLLUP IN MAXIMO 7114 DOES NOT SET THE ROLLUP FLAG = 1 WHEN FINISHED Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86315 Issue(s): 10-18802 Database Scripts: N/A Description: SAVE QBR REPORTS IN CLUSTERED ENVIRONMENT REQUIRE XML GENERATION Manual Changes: N/A --- APAR #: IZ85368 Issue(s): 10-18279 Database Scripts: N/A Description: ReportLabelLoader runs in to exception when REPORTLOOKUP.LABELOVERRIDE is null. Manual Changes: N/A ---- APAR #: IZ66899 Issue(s): 09-23031 Database Scripts: N/A Description: THERE ARE CHARGE STORE PURCHASE ORDER LINE ITEMS. CANNOT MOVE ASSET TO INVENTORY TYPE TYPE LOCATION ERROR. Manual Changes: N/A ---- APAR #: IZ76892 Issue(s): 10-14889 Database Scripts: N/A Description: SHOWCOUNT PROPERTY DOESN'T WORK IN V7 - Performance Manual Changes: N/A ---- APAR #: IZ86023 Issue(s): 10-18552 Database Scripts: N/A Description: CANNOT DO PHYSICAL COUNT IN INVENTORY RESULT SET BECAUSE THE SQL STRING GENERATED IS TOO LONG Manual Changes: N/A --- APAR #: IZ69575 Issues(s): 10-10810 Description: importreports.cmd does not disconnect the MAXSESSION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87230 Issues(s): 10-19343 Description: PO Description does not get populated from PR on Contract Items if Create Approved PO from Contract on PR Approval is true. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63331 Issues(s): 09-20506 Description: MAXIMO REQUEST URL NOT WORKING PROPERLY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87823 Issues(s): 10-19610 / 10-17033 Description: DEFAULT QUERY PERFORMANCE PROBLEM Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88496 Issues(s): 10-19776 Description: USERS ARE ABLE TO SEE ITEMS IN ITEMSETS THEY DONT HAVE RIGHTS TO Database Scripts: N/A Manual Changes: N/A --- APAR: IZ87029 Issue(s): 10-19214 Description: On the 'Where Used' tab in the Inventory application, assets added from sites that differ from the current inventory record's site disappear after saving. Database Scripts: HF7114_025.dbc Manual Changes: Refer to the Manual Changes section for this Issue/APAR. --- APAR: IZ82994 Issue(s): 10-17175 Description: WONUM IS NOT TRACKED IN ASSETTRANS TABLE AFTER WORKORDER WITH PLANNED SWAP COMPLETION Database Scripts: N/A Manual Changes: N/A --- APAR: IZ87502 Issue(s): 10-19476 Description: CANNOT DUPLICATE A WORKORDER WITH INACTIVE SUPERVIOR OR LEAD Database Scripts: N/A Manual Changes: N/A --- APAR: IZ88083 Issue(s): 10-19627 Description: CLASSIFICATION RECORDS DO NOT NEED TO BE FETCHED WHEN USERS VISIT APPLICATIONS THAT USE CLASSIFICATIONS BUT NOT USING THE CLASSIFICATION TREE VIEWS. Database Scripts: HF7114_026.dbc Manual Changes: Run the database script HF7114_026.dbc --- APAR: IZ55594 Issue(s): 09-16291 Description: RECEIVE "BMXAA4049E - THE VALUE SPECIFIED EXCEEDS THE MAXIMUM FIELD LENGTH" WHEN SUBMITTING A QBR AS 30 LENGTH USERID. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ90438 Issue(s): 10-20810 Description: BMXAA4211E:DB ERROR 2601 HAS OCCURRED WHEN OPERATING ON ROUTE_STOP ADDING ROUTE STOPS WHEN RECORDSET IS FILTERED Database Scripts: N/A Manual Changes: N/A --- APAR: IZ90072 Issue(s): 10-20606 Description: THREAD DEADLOCK CAUSES APPLICATION SERVER CRASH Database Scripts: N/A Manual Changes: N/A --- APAR: IZ90051 Issue(s): 10-20567 Description: RECEIVING ERROR BMXAA3576E THE RFQ LINE WAS ALREADY ASSIGNED TO PO XXXX. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ88552 Issue(s): 10-19771 Description: EMAIL LISTENER DOESN'T ATTACH .MSG FILE EXTENSION. Database Scripts: N/A Manual Changes: Two new properties are being used in the code, however they are not required unless you don't want to use the default values. In that case, add these properties via 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: IZ89293 Issue(s): 10-20116 Description: MAXIMO IS FETCHING ALL THE RECORDS FROM BBOARDMSGSTATUS EVERY TIME WHEN USER NAVIGATES TO START CENTER Database Scripts: N/A Manual Changes: N/A --- APAR: IZ72323 Issue(s): 10-11535 Description: GROWING NUMBER OF REPORTSCHEDULE CRON TASKS Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90673 Issues(s): 10-20934 Description: WHEN YOU DUPLICATE A WORK ORDER THAT HAS CHILDREN WITH MULTIPLE LOCATIONS THE LOCATIONS DO NOT CARRY TO THE NEW CHILD WO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86562 Issues(s): 10-18876 Description: Close set in EventResponse to prevent DB Session growth. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58883 Issues(s): 09-17284 Description: Event Response should not use System UserInfo. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76191 Issue(s): 10-14290 Description: When a work flow is invoked on an object that has attributes that are both null and flagged as REQUIRED in the user interface, the 'Required field is blank' error message dialog may hang. This situation can occur when: 1. the required fields are *conditionally* required and the conditions are met by running a different work flow just previous to the work flow that encounters the hanging 'Required field is blank' error dialog. In this case, the fields do not become required until after the object is saved and then refetched into the UI. 2. Application Designer is used to flag an attribute as REQUIRED and records already exist in the database with null values for the newly UI-required attribute. When work flow is run on one of these records, the 'Required field is blank' error message dialog may hang. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75118 Issue(s): 10-13391 Description: 'Route Workflow' icon is grayed out when an exception is thrown during save of the workflow. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92825 Issues(s): 11-10704 Description: ASSET ATTRIBUTE SEARCH IN SR RETURNS DECOMMISSIONED ASSETS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74398 Issues(s): 10-12654 Description: BMXAA0019E - FIELD SITE IS READ-ONLY, WHEN TRYING TO ADD ASSETS TO A TASK USING THE "SELECT FROM -> WO HIERARCHIES AND RELATIONS Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ49790 Issues(s): 09-13234 Description: WORK ORDER STATUS NOT UPDATED FROM WMATL TO APPR AFTER RECEIVED ALL DIRECT ISSUES ITEMS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01531 Issues(s): 11-14218 Description: CANNOT DELETE A DUPLICATED INCIDENT OR PROBLEM RECORD Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93317 Issues(s): 11-10820/10-19025 Description: REOPT_ONCE OPTION NEEDS TO BE ENABLED FOR DB2 ON MAXIMO 7.1.1.4 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 #: IZ91079 Issue(s): 10-21125 Description: When creating classifications at the parent level assigning attributes with prefixes, the prefixes do not roll down to the child specifications. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62668 Issue(s): 09-19734 Description: ELECTRONIC SIGNATURE DOES NOT UPDATE THE REASON FOR ALL RECORDS CHANGED ON THE LOGINTRACKING TABLE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86441 Issue(s): 10-18835 Description: PERFORMANCE PROBLEM IN STARTCENTER RELATED NEW RECORDS WHEN VALIDATING CONTENTUID Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92240 Issues(s): 11-10423 Description: REDUCING QUERIES ON CLASSSTRUCTURE TABLE - PART 2 OF THE ORIGINAL APAR # IZ88083/ISSUE#10-19627. INITVALUE OF CLASSSTRUCTURE.DESCRIPTION_CLASS - USE NOACCESSCHECK|NOVALIDATION_AND_NOACTION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92184 Issues(s): 11-10380 Description: REDUCE QUERIES TO MAXOBJECT Database Scripts: N/A Manual Changes: --- APAR #: IZ86315 Issue(s): 10-18802 (Rework) Database Scripts: N/A Description: SAVE QBR REPORTS IN CLUSTERED ENVIRONMENT REQUIRE XML GENERATION Manual Changes: N/A --- APAR #: IZ94283 Issue(s): 11-11022 Database Scripts: N/A Description: CLEAR CLASSIFICATION AND THEN RECLASSIFY WITH THE SAME CLASSIFICATION CAUSED DUPLICATED SET OF ATTRIBUTES. Manual Changes: N/A --- APAR #: IZ89658 Issues(s): 10-20333 Description: HAS FOLLOW-UP WORK CHECKBOX IS TICKED FOR THE WORK ORDER AT THE WRONG SITE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95072 Issues(s): 11-11424 Description: LABOR REPORTED END DATE ERROR BMXAA4214E - An unknown error has occurred. Please contact your system administrator for assistance. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68549 Issues(s): 10-10544 Description: Default Terms and Conditions not editable on a PO created from a contract. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64902 Issue(s): 09-21790 (dup of 09-21944) Description: TAMIT 7.2 : CONDITION SPECIFIED IN THE SYNONYM DOMAIN DOES NOT TAKE EFFECT Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ42183 Issue(s): 09-10279 Description: DATA WAS DISPLAYED WRONGLY - Item Availability Report Database Scripts: N/A Manual Changes: Re-import INVENTOR/item_availability_tbl.rptdesign --- APAR #: IZ96152 Issue(s): 11-12127 Description: When entering meter readings under the 'Multiple Assets,Locations and CIs' section of Work Order Tracking, the meter reading Inspector field is not set. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96279 Issue(s): 11-12145 Description: Do Not copy attachments when MEA import of work order with doclink. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95437 Issue(s): 11-11763 Description: RECEIPT STATUS FOR INTERNAL PO FOR ROTATING AND NON ROTATING ITEMS IS SET FOR PARTIAL WHEN ALL RECEIPTS ARE COMPLETE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ67847 Issue(s): 10-10239 Description: THE COST OF THE RELEASE PO EXCEESDS THE MAXIMUM VALUE OF XXX USD ON THE CONTRACT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94360 Issue(s): 11-11106 Description: RESTRICTIONS NOT APPLYING TO WORKFLOW ADMINISTRATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97769 Issue(s): 11-12993 Description: BMXAA4210E:DB ERROR #954 HAS OCCURRED NOT ENOUGH STORAGE IS AVAILABLE IN APPLICATION HEAP TO PROCESS STATEMENT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86872 Issue(s): 10-19140 Description: Stub files are missing for some remote classes. This may result in performance problems. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00126 Issue(s): 11-13758 Description: Recon COMPLETIONDATE HOURS IS STORED INCORRECTLY IN THE DATABASE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99574 Issue(s): 11-13557 Description: MATERIAL RESERVATION NOT WORKING ON ACTIVITY TICKETS IF WORKORDER IS APPROVED BY WORKFLOW/COMMUNICATION TEMPLATES Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00704 Issue(s): 11-13952 Description: :CUSTOM FIELD ON INVISSUE MATUSETRANS DOES NOT GET COPIED BACK ON SELECT ITEMS FOR RETURN - MAXIMO 7114. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01044 Issue(s): 11-13870, 11-14062 Description: : Mark field as Changed in the MIF only if value is different from initial value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56294 Issue(s): 09-16617 Description: : APPBAR DOESN'T INCLUDE ANY APPLICATION LINKS IN A MODULE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99282 Issue(s): 11-13439 Description: : WHEN TRYING TO CHANGE CALARENDAR TO THE END OF DATE FOR ANY MONTH, GOT ERROR " THE DATE FORMAT IS NOT VALID " Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77631 Issue(s): 10-15299 Description: : MAXIMO WOSTATUS CONDITIONS ON DIFFERENT OBJECTS DO NOT FIRE CORRECTLY Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99713 Issues(s): 11-13619 Description: IF THERE ARE MULTIPLE RECIPIENTS AND ONE OR MORE EMAIL ADDRESSES ARE INVALID THE VALID ONES STILL GET SENT BY DEFAULT. Database Scripts: HF7114_027.dbc Manual Changes: Run hotfix script HF7114_027.dbc --- APAR #: IV01474 Issues(s): 11-14214 Description: WHEN YOU DUPLICATE A RECORD AT AN INTERACTION NODE IN WORKFLOW THE DUPLICATE NOW IS IN WF AT THE SAME NODE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01595 Issue(s): 11-14258 Description: On the List tab in the Assets application when moving more than one asset to a different site and location via the 'Move/Modify' dialog, user experiences the following error: BMXAA4200E --"Record has been updated by another user. Refetch and try again." if one of the assets selected for the move is already in the destination site and location. When selecting multiple assets to move, the user may not notice that he has selected an asset that is already in the intended destination but should not receive this error. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02145 Issue(s): 11-14449 Description:ALTERNATE ITEM IS NOT DISPLAYED IN SPARE PART SECTION OF ASSET IN MAXIMO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98873 Issues(s): 11-13322 Description: SAVING MULTIPLE LINES OF ROUTE STOPS IN ROUTES APPLICATION GIVE INDEX ERROR Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95222 Issues(s): 11-11549 Description: DATA RESTRICTIONS SHOW VALUE WITHIN DOWNLOAD - SPREADSHEET VALUE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02850 Issues(s): 11-14695 Description: WHEN CI IS LINKED TO ASSET CI, THE SERVICE AND SERVICE GROUP ARE GRAYED OUT Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63205 Issues(s): 09-20508 Description: In the Assets application, if you move an Asset with no meter attached to a Location, add a meter to this Asset, and then try to move the Asset back to the original Location, the following error message is displayed: "A new ASSETMETER cannot be added because the asset no longer exists at Site XXXXX." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00382 Issues(s): 11-13813 Description: MEMORY LEAK AT ASSET ATTRIBUTES SEARCH WHEN THERE ARE LARGE NUMBER OF ASSETS RETURNED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00741 Issues(s): 11-13979 Description: WORKLOGS CAN BE SEEM FROM OTHER WORKORDERS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV04702 Issues(s): 11-15304 Description: CHILDREN LOCATION'S STATUS ARE CHANGED WHEN THE STATUS OF THE SAME LOCATIONS IN DIFFERENT SITE IS CHANGED. 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 #: IV05746 Issues(s): 11-15518 Description: MAXIMO CROSS ORG MOVE LOSES WONUM VALUE IN ASSET MOVE TRANSACTIONS WHEN THE MOVE/MODIFY IS RUN IN THE WORK ORDER TRACKING APP. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07204 Issues(s): 11-15775 Description: ATTRIBUTES FROM POLINE CLASSIFICATION ARE NOT DELETED WHEN POLINE IS DELETED. Database Scripts: N/A 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 #: IV09449 Issues(s): 11-16728 Description: A PURCHASE ORDER RELEASE FROM A CONTRACT DOES NOT ASSOCIATE THE ITEM SPECIFICATIONS TO THE PO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68556 Issue(s): 10-10550 Description: If you set the default value for Companies attribute INCLUSIVE 1 to false in Database Configuration, create a company record in the Company Master application, you can retrieve the record in the Company application. However, the Pay Tax to Vendor check box is still set to true. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44768 Issue(s): 09-11455 Description: In the Communication Template, if you create a template, use this template to send an e-mail, attach a document to the e-mail, and then delete this document, the attached document is still sent with the e-mail. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77652 Issue(s): 10-15320 Description: In the Locations application, if you specify a value for the Memo field that is greater than the database length, an error occurs as expected. However, when you click the OK button to close the error message, the dialog box is displayed again and keeps appearing until you close the browser. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV07847 Issues(s): 11-15986 Description: Upgrade corrupts closing dates of financial periods. Database Scripts: UpgradeCOA.db2 UpgradeCOA.ora UpgradeCOA.sqs Manual Changes: N/A --- APAR #: IV09270 Issues(s): 11-16660 Description: BMXAA6772W - GROUP MEMBERS COULD NOT BE RETRIEVED FROM THE LDAP CONTEXT Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81233 Issues(s): 10-16721 Description: NULL POINTER EXCEPTION WHEN SETTING ADMIN MODE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11553 Issues(s): 11-17388 Description: DEADLOCK ON INCIDENTIMTICKETAPPBEAN CAUSING OOM Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12816 Issue(s): 12-10111 Description: In the Incidents application, if you try to close an Incident that has an Activity with an associated asset, the following error occurs: "BMXAA0024E - ADD is not allowed on MULTIASSETLOCCI." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90699 Issue(s): 10-20938 Description: MAXIMO HANGS WHEN EXECUTING SEARCH FROM THE LIST TAB AND NEVER RETURNS OR DISPLAY THE DIALOG TO STOP IT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00361 Issue(s): 11-13809 Description: In the Assets and Work Order 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 #: IZ64443 Issue(s): 09-21516 Description: AFTER MOVING ASSET WITH ROTATING ITEM TO STOREROOM, PARENT IS NOT DISASSOCIATED FROM THE CHILD ASSET IN MAXIMO 7 Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03601 Issue(s): 11-15012 Description: ERROR - BMXAA3326E - SENDING PO WITH CONTRACT REFERENCE FROM SAP TO MAXIMO Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91796 Issue(s): 11-10154 Description: UPDATE - ERROR - NOT ALLOWED ON CK HISTORY ON A CLOSED INCIDENT RECORD (SRM 61 - MX 624) Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17979 Issue(s): 12-11553 Description: PO/PR ATTRIBUTES SHOW ALL THE ATTRIBUTES DESPITE "USE IN SPECIFICATION'" BEEN UNCHECKED IN THE CLASSIFICATIONS APP. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV15684 Issue(s): 12-10876 Description: TEXT GET WRAPPED AND SHOWING AS MULTIPLE LINES ON READ-ONLY TABLE. Database Scripts: N/A Manual Changes: To use this fix, set webclient.removeLDbreaksontablerow=true in webclient.properties. --- APAR #: IZ80954 Issue(s): 10-16523 Description: In the Work Order application of some Industry Solutions, if you use the Report Downtime dialog box, the work order numbers entered are not saved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01664 Issue(s): 11-14309 Description: EXACT SEARCH ALWAYS CONVERTS KEYWORD TO UPPER CASE WHICH CAUSE PERFORMANCE ISSUE AND INCORRECT SEARCH RESULT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09218 Issue(s): 11-16646 Description: THE SEARCH BEHAVIOR HAVE CHANGED WHEN SEARCHTYPE SET TO EXACT - RESULT SET IS NO LONGER CASE SENSITIVE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24107 Issue(s): 12-13762 Description: ATTRIBUTE SEARCH SETS RESULT SET TO BE CASE-SENSITIVE, CAUSING WILDCARD SEARCH IN RESULT SET NOT FUNCTIONING CORRECTLY. 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 #: N/A Issue(s): 10-16850 Description: ISSUING A ROTATING ASSET TO A WORK ORDER DOES NOT ATTACH THE ASSET ON THE WORKORDER AS THE PARENT OF THE ROTATING ASSET. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98911 Defect: 63548 (Issue# 11-13335) Description: 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 #: IZ84834 Issue(s): 78140 Description: REORDER PROCESS CAN CREATE MIS-NUMBERED PRS Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96610 Issue(s): 78138 Description: REORDER CRON GENERATES PR FOR INCORRECT ORG WHEN YOU HAVE MULTIPLE SITES IN DIFFERENT ORGS IN DIRECTISSUE PARAMETERS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36169 Issue(s): 77022 Description: "BMXAA1758E - THIS ITEM IS NOT ON THE LINE" - WHEN ISSUING ITEMS TO DESKTOP REQUISITION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV42631 Issue(s): 91262 Description: "BMXAA0024E - ADD IS NOT ALLOWED ON DOCLINKS" when closing a work order on an asset or location that has doclinks with COPYLINKTOWO set to true. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30384 Issue(s): 90571 Description: Users who only have read and save privileges are still able to create new workorders as child workorders. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24609, IV23838, IV22698 Defect: 90567, 90568, 90569 Description: Cross-Site Security Vulnerability Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54666 Defect: 92656 Description: In the purchasing applications, when you create a PO or PR from a RFQ the wrong RBNI account is being used as a credit account. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV49663 Defect: 111590 Description: BMXAA0024E - ADD IS NOT ALLOWED ON TKOWNERHISTORY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV17350 Defect: 113164 Description: ESCALATION TASK TAKING UP EXCESSIVE DATABASE CONNECTIONS AND SHUTTING DOWN THE ENVIRONMENT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94003 Defect: 112915 Description: Base Services IFIX 7114 Inventory Costs Conversion Issue with Internal PO Receipts Database Scripts: N/A Manual Changes: N/A --- APAR #: IV56223 Defect: 125565 Description: Unit Cost and Line Cost are incorrect transferring out an item via internal POs using the Issues and Transfers application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV61225 Defect: 136702 Description: Invalid bindings in Activities and Tasks application on Parent Attributes Database Scripts: HF7114_029.dbc 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.