IBM Corporation --- IBM(R) Maximo(R) Asset Management Release 7.1.1.6 Hot Fix Build: Date: Note: Before you start using this document, read the information in the Notices section at the end of this document. (C) Copyright International Business Machines Corporation 2009, 2011. 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.6 Dependencies : NONE PREREQUISITES : Maximo Base Services Release 7.1.1.6 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 #: IZ16969 Issue(s): 08-13389 Description: There is a conflict between the way the Receiving application and the Invoices application are updating and or calculating the ReceivedTotalCost on POs, POLine objects and Mat/ServRecTrans records displayed in the Receiving application. Manual Changes: Please run the following update statement depending on the database that you are on - Oracle and IBM DB2(R): =================== update maxrelationship set whereclause = 'ponum = :ponum and belongsto is null and positeid=:siteid and status not in (select value from synonymdomain where domainid=''RECEIPTSTATUS'' and maxvalue=''TRANSFER'')' where name = 'PARENTMATRECTRANS' and parent = 'PO' and child = 'MATRECTRANS' ; Commit ; SQL Server: ============ update maxrelationship set whereclause = 'ponum = :ponum and belongsto is null and positeid=:siteid and status not in (select value from synonymdomain where domainid=''RECEIPTSTATUS'' and maxvalue=''TRANSFER'')' where name = 'PARENTMATRECTRANS' and parent = 'PO' and child = 'MATRECTRANS' go Commit go --- APAR #: IZ66767 Issue(s): 09-22982 Description: In the Reporting Harrier - Engine, an integration conflict occurs between Maximo Asset Management and CCMDB 7.1.1.5, because this version of CCMDB introduces a new xerces library. Database Scripts: N/A Manual Changes: If you are deploying in Weblogic: 1) Open the applications\maximo\maximouiweb\webmodule\WEB-INF\birt\platform\launch-webapp\launch.ini file in a text editor. 2) Change the 4th line from osgi.parentClassloader=boot to osgi.parentClassloader=fwk 3) Delete the following file, applications\maximo\maximouiweb\webmodule\WEB-INF\birt\platform\plugins\org.apache.xerces_2.9.0.v200805270400.jar If you are deploying in WebSphere: Delete the following file, applications\maximo\maximouiweb\webmodule\WEB-INF\birt\platform\plugins\org.apache.xerces_2.9.0.v200805270400.jar --- APAR #: IZ65668 Issue(s): 09-22393 Description: In the Assets application, if you apply the Move/Modify Assets action to the records resulting from your search on the Search tab, you can change the To Location value. However, if you try to the download the related To Location columns to an xls. file, the To Location columns in the file do not display the value that you have just set. To avoid memory/performance issues, the general design of the table download feature is to fetch data directly from the database table using a discardable MBO set. The only exception is when the parent table is nonpersistant. In some cases, the parent asset table is persistant, but a specific attribute may be nonpersistant and its data has been changed but not yet committed to the database. In this case, the download function is still getting the data directly from the database and not picking up the changed data in the nonpersistent attribute. To handle table download in such cases, a new control property called "usenonpersistentmbofordownload" will be added that can be set on an individual table control in the presentation XML. This property tells the table download function to always display all data from the MBO that is stored in memory, and not from the physical database table, regardless of any limits that may be set using the maxdownloadrows or maxselectrows webclient properties. Manual Changes : To use this new property, edit the table tag in the presentation XML file and set usenonpersistentmbofordownload="true." For example: --- APAR#: IZ68747 Issue(s): 10-10632 Description: New proposed way for the eraser button to operate in Maximo Asset Management 7.1.1.5: - If you provide required information for a record and decide not to continue, you hit the eraser. - If you specify a default query, you are sent back to the List page. The results of the query are displayed. Otherwise, you view the initial state of the filter fields populated as they are when you first enter the application, but no results are displayed. Database Scripts: N/A Manual Changes: To enable the new way the eraser button can operate, include the new webclient property: webclient.emptylistonclear=true. --- 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 #: 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. Manual Changes : The fix only applies when the number of existing sites is small. This fix offer a different way to enforce the site security. In order for it to take effect, you need to add a maximo property through the property app, it is "mxe.db.UseSiteListInQuery". Please make sure to defined it as a YORN type property and give it a value of "1". You need invoke action "live refesh" if you will not restart the server. This would enable using the site is in the query. If without the property, the sql remains the same. 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 #: 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 #: IZ62721 Issues(s): 09-19764 Description: When you convert a BIRT report to pdf format, gaps are displayed on the page. Database Scripts: N/A Manual Changes: All report design files must be updated using the newly provided report update utilities. Consult the IBM support site for more information about using these utilities. --- APAR #: IZ70258 Issues(s): 10-11018 Description: If you work on a multi-sites environment, and you run an asset cost rollup report for an asset located in a different site from the store room, the rollup report does not display material charges. Database Scripts: N/A Manual Changes: Reimport ASSET/asset_costrollup.rptdesign and ASSET/asset_costrollup_update.rptdesign --- APAR #: IZ73194 Issues(s): 10-11990 Description: When you schedule a controllup update report to run in the background, the database is not updated. Database Scripts: N/A Manual Changes: Reimport ASSET/asset_costrollup.rptdesign and ASSET/asset_costrollup_update.rptdesign --- APAR #: IZ72280 Issues(s): 10-11477 Description: The Maintenance (Asset) cost rollup update report does not close the cursors. Database Scripts: N/A Manual Changes: Reimport ASSET/asset_costrollup.rptdesign and ASSET/asset_costrollup_update.rptdesign --- APAR #: IZ80243 Issue(s): 10-16297 Description: In Item Assembly Structures, if you use the 'Move To option' on the 'Belongs To' field to move an item with children associated to it, the Item Assembly Structure loses the top level. 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. Cick on the second datasrc (there are two) and edit Properties. You will see the values displayed as: Control ID: parentitem parent Data Source ID: ias relationship: PARENT In Bean Class: please enter: psdi.webclient.beans.item.BelongsToItemStructBean 5. Save the changes. --- APAR #: IZ80016 Issues(s): 10-16126 Description: In the Invoice application, if you use a receipt with invoice varieance to create an invoice, the Invoice field does not populate. Database Scripts: HF7116_14.dbc Manual Changes: Run hotfix script HF7116_14.dbc --- APAR #: IZ81455 Issues(s): 10-16912 Description: In the Changes application, you can edit the Description field on the Related Work Orders tab of MOC Requests. Database Scripts: N/A Manual Changes: The fix requires presentation changes in the change.xml file: 1. In Application Designer, retrieve the CHANGE application. 2. Export the change.xml file and save it to your computer. 3. From the change.xml file, search for
with 5. Search for with 7. Save the file and import it to Maximo by using Application Designer. --- APAR #: IZ85249 Issue(s): 10-18173 Description: A property must be created in Maximo for a return address for toke validaiton for users of Cognos Integration. Database Scripts: HF7116_15.dbc Manual Changes: 1. Copy the file CAM_AAA_MXCSP.jar from reports\cognos\c8\webapps\p2pd\WEB-INF\lib to the required location(s) on the Cognos server. Consult the "IBM Maximo Asset Management Cognos Integration Install Instructions" for additional details. 2. In the System Properties application, set the value of the new property mxe.rest.webappurl to the URL for the maxrest application that will validate the token issued by the current Maximo instance. Include the maxrest application context path, for example, http://:/maxrest. --- APAR #: IZ85794 Issue(s): 10-18454 Description: In the Rpt: Harrier Engine, you cannot run the update reports utility with a context other than Maximo. Database Scripts: N/A Manual Changes: No manual change needed if you are not planing to change, or have not changed, MboWeb's contextname. If you are planning to change, or have already changed, the contextname of MboWeb then importreport and exportreport commands in report\birt\tools folder will not work. If your context name is newcontextname then add the following line to the report\birt\tools\reporttools.properties file: maximo.report.birt.contextname=/newcontextname/reporttool --- APAR #: IZ86213 Issue(s): 10-18697 Description: In the Inventory application, if you create an Item Material Requisition with 500 line items, a Stay Alive message is required. Database Scripts: HF7116_16.dbc Manual Changes: This is only necessary if you issue large numbers of items in Issues and Transfers and would like to have the Long Operation(Please Wait) instead of hour glass upon clicking of the save icon. The long op will prevent the browser time-out problem. 1. Go to System Properties application. 2. In Global Properties, filter mxe.app.invissue.doLongOpOnSAVE 3. Expand the table window row, and in Global Value field, change value 0 to 1. Save the change. 4. Select the record and then click Select Action Live Refresh. 5. Live Refresh opens with the property. Click OK. 6. The above 5 steps will launch long operation(Please Wait) when you click SAVE in Issues and Transfers. Note If you decide to turn it back to hour glass, repeat steps 1-5 but change Global Value from 1 to 0. --- APAR #: IZ86382 Issues(s): 10-18808 Description: In the Assets application, when you select the "Select Value" option from the menu options of the filter, the select value dialog box does not open. Database Scripts: N/A Manual Changes: The fix requires presentation changes in the library.xml file: 1. Open the library.xml under resources\presentations\system. 2. Search for lookup_usercust. Go to the end of this element right after where it says and enter the following:
3. Save the file and import it to Maximo by using Application Designer. --- APAR #: IZ69492 Issues(s): 10-10788 Description: In the Inventory application, if you return a rotating item, decommission this item and then delete it, the value of the current balance is incorrectly calculated. Database Scripts: N/A Manual Changes: For HF7116, when user tries to delete a rotating asset in a storeroom, error will be displayed as "asset#assetInStoreroomNoDelete". If user would like the message to display as in 7117: "BMXAA7782E - The asset cannot be deleted. It is in a storeroom location", optionally, the user can run the insert statement: insert into maxmessages(msgkey,msggroup,value,displaymethod,options,msgid,prefix,maxmessagesid) values('assetInStoreroomNoDelete','asset','The asset cannot be deleted. It is in a storeroom location.','MSGBOX',2,'BMXAA7782E',1,maxmessagesseq.nextval); --- APAR #: IZ89746 Issues(s): 10-20440 Description: The performance of the calendar date selection is slow. Database Scripts: HF7116_18.dbc Manual Changes: By default, there is a date lookup besides a date field, user can click on the date look up to open the Maximo date /time calendar. Under this fix, we add a new dojo type of calendar to display date and time. When the new dojo calendar is enabled, the date field will not show a date lookup button,it will popup the dojo calendar when user have mouse over a date time field. User needs to go through the following manual change steps to enable the dojo calendar : 1. Apply hotfix database script HF7116_18.dbc 2. Go to System Configuration -->Platform Configuration --> System Properties Set both system properties values : webclient.dojo = 1 mxe.webclient.dojocalendar = 1 3. save and live refresh the two system properties values changed in step 2. --- APAR #: IZ86996 Issue(s): 10-19159 Description: When you click on the select value button in the package lifecycle report, an invalid binding issue occurs. Database Scripts: N/A Manual Changes: Open \resources\presentations\system\lookups.xml, go to the line containing "dmpkgdef", you should find: Now change it to:
If it was customized it might be different, fix the problem adding to the tag the attribute: mboname="dmpackagedef". Save and re-import lookups.xml from Application Designer. --- APAR #: IZ87518 , IZ91465 Issue(s): 10-19482 dup of 10-21411 Description: If you create and delete a workflow process revision with Email Notifications, and then recreate this process revision, a unique constraint error occurs after you save the revision. Database Scripts: HF7116_22.sql Manual Changes: Run script to clean up the WFNotification table. --- APAR #: IZ94173 Issues(s): 11-10979 Description: After you restart the JVM, an error occurs and logging.properties stops. Database Scripts: N/A Manual Changes: If user wishes to ignore logging.properties found on classpaths, but use the logging settings in database always, a new property named mxe.logging.disableLoggingPropFile has been added for this purpose. Perform these steps only if you wish to turn on this feature: 1. Add the following lines to maximo.properties // Flag to indicate that logging.properties on classpaths should be ignored and database logging properties will be used always. // Default is set to 0. mxe.logging.disableLoggingPropFile=1 2. Add the same property to the database via System Properties app. Property Name: mxe.logging.disableLoggingPropFile Description: property for disabling the use of logging.properties for logging Data Type: YORN Online Changes Allowed: unchecked Live Refresh: unchecked Encrypted: unchecked Security Level: SECURED Nulls Allowed: unchecked Global Value: 1 3. Restart server. --- APAR #: IZ90139 Issues(s): 10-20639 Description: The Asset Details report does not return any data. Database Scripts: - Manual Changes: Reimport ASSET/asset_detail.rptdesign --- APAR #: IZ95703 Issues(s): 11-11888 Description: When you change the average cost in an inventory item and then run an inventory transaction report different from CURBALADJ, you note that the value in Old Balance is missing. Database Scripts: N/A Manual Changes: Re-import INVENTOR/inventory_transactions_adjustments.rptdesign --- APAR: IZ88083 Issue(s): 10-19627 Description: If you add a classification to the Classification Catalog, the performance of all applications slows down. Database Scripts: HF7116_23.dbc Manual Changes: Run the database script HF7116_23.dbc ----- APAR #: IZ98716 Issues(s): 11-13302 Description: In the Purchase Requisitions application, you can duplicate obsolete items, process them to a PO and receive them into an inventory. Database Scripts: HF7116_EN_002.dbc When a user tries to duplicate a purchasing document (for example, a PR or PO) having one or more lines with an item of status 'OBSOLETE', those lines will not be copied to the new purchasing document. If the script HF7118_EN_001.dbc has been executed, the following will be displayed to the user in a message box: 'BMXAA8285W - One or more of the lines on the original purchasing document contain an item with a status of OBSOLETE. These lines were not duplicated.' Manual Changes: N/A --- APAR #: IZ97889 Issues(s): 11-13002 Description: When you open Excel 2007 from Labor Reporting, the Regular Hours column replaces negative values with #VALUE. Database Scripts: N/A Manual Changes: Add the following new property to webclient.properties #Used to download duration type as text in Excel webclient.downloaddurationastext=true Note: By default, the value is set to false. --- APAR #: IZ99713 Issues(s): 11-13619 Description: If an e-mail is supposed to be sent to many users and at least one of them is invalid, the e-mail is still sent to the valid ones. Database Scripts: HF7116_29.dbc Manual Changes: Run hotfix script HF7116_29.dbc --- APAR #: IV01076 Issue(s): 11-14084 Description: In Upgrade Utility, the COMMITMENTTYPE Synonym domain has Default checked for all 'OTHER' internal values. Database Scripts: HF7116_31.dbc Manual Changes: Run the database script HF7117_30 --- APAR #: IV06186 Issue(s): 11-15412 Description: DB ERRORS WHILE CREATING/SAVING ACTIVITES/TASKS Database Scripts: HF7116_34.dbc Manual Changes: Run the database script HF7116_34.dbc --- APAR #: IV19240 Issues(s): 12-12021 Description: MAXIMO LOG SHOWS VERY HIGH WEBCLIENTSESSIONS COUNT AND JVM MUST BE RESTARTED Database Scripts: HF7116_37.dbc, HF7116_EN_003.dbc Manual Changes: Run the database scripts HF7116_37.dbc and HF7116_EN_003.dbc then afterwards set the System Property mxe.webclient.maxUISessionsPerHttpSession to a value greater than 0. Around 5 is a good starting point. --- APAR #: IV02646 Issues(s): 118060 Description: In the Bulletin Board, when you try to perform a "Delete the expired bulletin messages", only the status records are deleted. Database Scripts: N/A Manual Changes: If you wish to have expired BULLETINBOARD records removed by escalation ESCESCBLTNEXP, you need to add a new system property from System Properties app, name it "mxe.crontask.deleteBB", type YORN, and set it to 1. By default this property doesn't exist, and expired BULLETINBOARD records are not removed. --- ==================================================================================================== IV. Issues Resolved ==================================================================================================== --- APAR #: N/A Issue(s): 10-10126 Description: Internal automation: after you use View Release Costs in the Purchase Contracts application, the system displays incorrect amount received. This causes the committed cost to be incorrect. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-21823 Description: TPM DE does fails to start on TSAM first environment where TAMIT is installed. Database Scripts: HF7116_002.dbc Manual Changes : N/A --- APAR #: N/A Issue(s): 09-13580 Description: An automatic way to apply hot fix scripts is required. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-23005 Description: Ad-hoc report function should build query based on entity name instead of object name. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-22751 Description: IVT 72 : java.lang.VerifyError excpt thrown while accepting RFC. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-10411 Description: Using BLOB maxtype on SQL Server to store Java Objects results in error. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-10664 Description: Portal Mode parameter is ignored with UI session changes Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-10797 Description: PMSCOAUSR is not able to approve SR by Route Icon. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-10597 Description: table audit setting is not migrated. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-10517 Description: In the System Properties application, if you search for the mail.smtp.server and open the server twistie, the application returns a please wait box that contains a stop query push button. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-11008 Description: When you click the red Instant Message icon, the Instant Messaging Configuration application opens. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-11139 Description: In the Service Request application, when you try to create an incident, a SQL error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-10803 Description: On the Manage Core Multiplier Groups window, in the Remarks field, if you specify a value that exceeds the Field length, you are unable to correct the value and the error BMXAA4049E keeps occurring. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-11174 Description: In the Migration Manager application, when you try to distribute a recently created BPM package, the following error occurs: "BMXAA4160E - A major exception has occurred." Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-11297 Description: In the Instant Messaging application, the version number must be added to all IMI driver domains. Database Scripts: HF7116_04.dbc Manual Changes : N/A --- APAR #: N/A Issue(s): 10-11512 Description: In Instant Messaging, non-alphanumeric characters must be removed from request parameters. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-11616 Description: If you create table on DB2 that is in a system-managed table space, UpdateDB fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-12140 Description: After you distribute a package in Migration manager, the navigation bar disappears. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-11862 Description: You cannot create an escalation. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-11639 Description: If you use DB2, performing a query using Mboset returns uncommitted data. Database Scripts: HF7116_06.dbc Manual Changes : N/A --- APAR #: N/A Issue(s): 10-10686 Description: If a UI page has hidden sections, an empty space is displayed on the browser. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-12186 Description: In the Communication Template, when you insert an or an URL, the substitution variables are not resolved. Database Scripts: HF7116_001.dbc Manual Changes: N/A --- APAR #: N/A Issue(s): 10-12469 Description: When you migrate the SLA for Service Provider, the SLACOMMITMENTS table is locked. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-11047 Description: When allowinsubframe is set to true, logut.jsp generates incorrect url. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-12054 Description: If you use the RHEL 5.1 X86 64 OS, bsi fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-12416 Description: In the Integration Module, no software image is displayed when you try to select an image using the 'Select for OMP' option. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-12474 Description: If you work in a SQL Case Sensitive environment, and you try to save a configuration made for TPMIM, the following error message is displayed: "BMXAA4210E - Database error number 208 has occurred." Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-11520 Description: If a panel has both test boxes and radio buttons, when you enter a data in the text box, the radio button does not work when you first click it. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-12548 Description: The filter used to retrieve only the software modules with certain capabilities in REST API does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-11548 Description: Required updates to support Rich Text Editor eFeature Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-12548 Description: You cannot enable the filter using the following call through REST API: http://localhost:7001/maxrest/rest/os/TPV02SOFTWAREMODULE ?_lid=maxadmin&_lpwd=maxadmin&TPCAPABILITY.CAPABILITY_ID=126 Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-13115 Description: In the Work Order application, after you apply HF011, an unknown error occurs when you try to attach a communication to a work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-21823 Description: TPM DE fails to start on TSAM first integration environment when TAMIT is installed. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issues(s): 10-13547 Description: After you apply the hot fix for issue 10-12054, the installer fails when you update from 7116 to 7117. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-13711 Description: The Instant Messaging chat is unable to connect with Sametime server. Database Scripts: HF7116_04.dbc Manual Changes: N/A --- APAR #: N/A Issues(s): 10-13310 Description: When you shut down the product, any outstanding work in all open database connections is committed and closed. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-13878 Description: TDToolkit Escapes does not work for nested tags and ASCII 10. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-12806 Description: A MEA REST security exposure is occurring. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-13167 Description: If you specify the project URL on the Rest WebService interface, you are able to see the cleartext root password. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 09-15552 Description: In the Translation Data Toolkit, VMMSync does not work in a GVT environment. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 09-22890 Description: The long description field is not ML enabled. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-13594 Description: When you run a UI workload scenario with 100 concurrent users, a UI Threads deadlock occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-13878 Description: TDToolkit Escapes does not work for nested tags and ASCII 10. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-14011 Description: The Base Service Installation fails on rhel 5.1 x86-64. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-13434 Description: When you try to run a report after generating a report page for the Process Request and CI application, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-15459 Description: When you merge two applications using the tag in the product xml file, the resulting application has duplicated controls. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-13275 Description: The labels on the Format tab of the QBR dialog box do not align correctly when skins are used. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-15384 Description: Running the longevity test fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-14567 Description: In the Work Order Tracking application, Class Releases are not displayed on the Related Records tab Related. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-18554 Description: Follow up issue for fix to 10-17174, AutoKey logic must be reworked. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-18679 Description: In Desktop Requisitions, when you select an item for a row in the Requisition Line Items dialog box, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-18776 Description: You cannot change the status of Invoice records. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-18679 Description: When you add a row to the Requisition Line Items table, an unkwon error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-18390 Description: MS-SQL Activating CI Type fails will Null Ptr Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 10-19440 Description: In Migration Manager, when you create a package, the following errror message is displayed: "Entered value $AUTOKEY$ is not a valid integer." Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-20053 Description: In the Application Designer, when you try to open the "Add/Modify Toolbar Menu" dialog box, you cannot select anything from the Select Value dialog box. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-19768 Description: When you try to upgrade the SQL Server, the upgrade fails with Spatial: Exception for file V600_06.sqs Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-13588 Description: In the Object Structure application, after you view an object structure property, you cannot query this property. Database Scripts: N/A Manual Changes: N/A --- APAR: N/A Issue(s): 10-21073 Description: The required fields are not marked with "*" symbol. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-10283 Description: After you install Harrier BS + 7116 and run upgrade, an error occurs and informs that the Database column is specified as BIGINT when it should be INTEGER. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 11-10569, 11-10563, and 10-20181 Description: You can create scripts in DB2. If your script has a freeform statement that contains an insert statement, an error occurs and informs that there are values missing for some required columns. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-11060 Description: When you try to create a script on the UpdateDB in DB2, an error occurs and tables are not created. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 09-16920 Description: If you upgrade the language package from 6 to 7 and you use French, some values do not find a match in the DomainId. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 11-11631 Description: If you use DB2 and you run the Integrity Checker of Maximo 7.5 against the 7.1.1.7 version, some errors occur and you cannot complete the Integrity Checker. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-15485 Description: When you update a German DB2 Maximo 6.2.6/Transportation 6.3.1 to Maximo 7.1.1.7/Transportation 7.1.1, you cannot see the TABDISPLAY with the list of applications in the Go To menu. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-13055 Description: In the Work Order application, when you try to specify a meter reading to a work order that contains an asset with meters, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-10560 Description: In the Configure application, a method used to specify the field length uses two different connections on the SQL Server. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-15242 Description: The PMAncestor/WOAncestor HasChildren flag must be 0 or 1. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 10-19102 Description: After you successfull upgrade (logs attached) from an Oracle Maximo 6.2.6/TND 633 database, deploy and login to the application, an error is displayed on BEA Console logs in the Crew Types (T&D) application: java.lang.ArrayIndexOutOfBoundsException: -1 Database Scripts: N/A Manual Changes: N/A --------- --------- =============================================================================================== Begin HF001 (HF001: MBS_7116_LAFIX.20091223-1213.psi.zip) =============================================================================================== --------- --------- --- APAR #: IZ16969 Issue(s): 08-13389 Description: There is a conflict between the way the Receiving application and the Invoices application update or calculate the ReceivedTotalCost on the POs, POLine objects, and Mat/ServRecTrans records that are displayed in the Receiving application. Database Scripts: N/A Manual Changes: See the Manual Changes Section for this Issue/APAR. --- APAR #: IZ64495 Issue(s): 09-21517 Description: If you use a non-English 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 #: IZ64736 Issue(s): 09-21677 Description: In the Purchase Requisitions Application, when you create a PR and specify a valid GL debit in the default table data area, the conversion factor is not properly displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65376 Issue(s): 09-22140 Description: In the Problems application, if you create a problem from a service request and try to apply a problem template for this new problem, the activities from the template are not copied into the Activities tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52351 Issue(s): 09-18715 Description: If you access a cloned application using a profile that has a secondary language set, the tabs and menu bar items for this cloned application are not translated into the secondary language. Database Scripts: N/A Manual Changes: N/A --- APAR#: IZ52351 Issue(s): 09-14513 Description: If you create computer system CI and try to move the life cycle status to build, you are prompted to create some required relationships. However, after you create the relationships, you cannot change the life cycle status to build. 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 #: IZ64204 Issue(s): 09-21346 Description: In the Issues and Transfer application, when you try to run the list query, the following error message is displayed: “BMXAA4210E - Database error number -101 has occurred. The statement is too long or too complex. ? Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62722 Issue(s): 09-19760 Description: In the Database Configuration application, when you try specify a default value for the Location field of the Work Order application, the following error message is displayed: "BMXAA0658E - Default value xxx is not in value list LOCATIONCROSSCI." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63027 Issue(s): 09-20070 Description: In the Master PM application, the system displays the values of all work type fields, and not only the values of the work types for the woclass work orders as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65246 Issue(s): 09-22046 Description: In the Meters application, when you use integration framework to import a meter reading, you are able to specify values in the observation field of this reading that are not valid in the meter domain. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64188 Issue(s): 09-21505 Description: In the Configuration Items application, when you click the asset field 'Details' icon and choose 'View Asset Details', the 'View Asset Details' window is displayed with 'Invalid Binding' errors in some of the fields. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ65978 Issue(s): 09-22637 Description: In the Job Plans application, when you duplicate a job plan with Direct Issue set as true, the storeroom location and storeroom site fields of the job material lines do not become read-only. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65976 Issue(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 #: IZ64397 Issue(s): 09-21503 Description: In the Reporting Harrier - Engine, when you have multiple languages installed on the system and you try to import reports from the command line, the system imports only the report for the language set as default. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ65935 Issue(s): 09-22610 Description: After you apply Cross-site scripting article(1389946), you cannot log in to the system if the system generated password that contains the ">","<" and, or the "%" characters. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66674 Issue(s): 09-22946 Description: In the Invoice application, when you return an item, the average cost is not updated and the current balance in Inventory is set to zero. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66767 Issue(s): 09-22982 Description: In the Reporting Harrier - Engine, an integration conflict occurs between Maximo Asset Management and CCMDB 7.1.1.5, because this version of CCMDB introduces a new xerces library. Database Scripts: N/A Manual Changes: See the Manual Changes Section for this Issue/APAR. --- APAR #: IZ29194 Issue(s): 08-19779 Description: A CLASSSTRUCTUREID needs to be created for the MXAUTHCI object structure. Database Scripts: HF7116_001.dbc Manual Changes: N/A --- 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 #: IZ67129 Issue(s): 09-23076 Description: In the Locations application, when you associate a system with an operating location, the SystemID is not exported to an XML file by using the MXOPERLOCInterface. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67231 Issue(s): 09-23143 Description: In the Issues and Transfers application, when you try to reserve a material item that is from a storeroom different from the storeroom that you are on, the system does not display the associated request. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66671 Issue(s): 09-22947 Description: In the Purchase Contracts application, you cannot import a purchase contract of PURCHASE type by using the integration framework. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67134 Issue(s): 09-23102 Description: If you use the MXRCVROTITM interface of Maximo Enterprise Adapter to transfer multiple rotating items from one site to another, some sites are not transferred. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67309 Issue(s): 09-23176 Description: In Maximo Enterprise Adapter, when you choose the Select Value next to the Integration field, the User-added Cross-Reference Control is not displayed in the "Replace Sub-Record Field Values" window if the values were translated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66870 Issue(s): 09-23028 Description: When you use your SQL tool to update the xcoordinate of a workflow to a value that is greater than 999, the Workflow application does not display the related workflow canvas. 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 #: IZ67291 Issue(s): 09-23169 Description: If you set the default insert site to A in Start Center, create a PO, and then select Go to Work Order Tracking to select a work order and change the default insert site to B, you can return with the work order value. However, if you change the default insert site back to A and approve the work order, then the system cannot create the receipt for the selected row 1. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66527 Issue(s): 09-22896 Description: MATRECTRANS invoice transactions should not update POLINE.RECEIVEDQTY. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67533 Issue(s): 10-10076 Description: When you try to save a receipt with pay on receipt and cross-site work order, a null pointer exception error occurs. 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 #: 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 #: IZ68111 Issue(s): 10-10319 Description: In PO lines and PR lines, if you use the item select value, you can query only on the first 5000 records. The system does not display any other items that exceed the 5000 limit. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64130 Issue(s): 09-21280 Description: You cannot open the Drilldown action from the Location field on the Asset 'List' tab or in the Advanced Search window. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66500 Issue(s): 09-22893 Description: In the Issues and Transfers application, the second time that you use the lookup to select an item that is associated with the same bin number associated with the item that you selected first, an error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ65668 Issue(s): 09-22393 Description: In the Assets application, if you apply the Move/Modify Assets action to the records resulting from your search on the Search tab, you can change the To Location value. However, if you try to the download the related To Location columns to an xls. file, the To Location columns in the file do not display the value that you have just set. Database Scripts: N/A Manual Changes : See the Manual Changes section for this Issue/APAR. --- 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 #: IZ68343 Issue(s): 10-10498 Description: In the Purchase Contracts application, when there are positive invoice variances, the committed cost is incorrect in View Release Costs. 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 #: 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 #: IZ68588 Issue(s): 10-10563 Description: When you promote CIs to IGA PROD, the system performance becomes slow. 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 #: IZ65450 Issue(s): 09-22208 Description: After you classify a rotating item and create an asset using this item, you can save the asset. However, if you retrieve the item in the Item Master application and change it to a different classification, an error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68613 Issue(s): 10-10573 Description: The system prevents you from receiving a service that has quantity equal to null or 0. 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 #: 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 #: IZ68329 Issue(s): 10-10487 Description: When you use the GL transaction processing class (MoutGLProcess) for Physical Count Adjustment (PCOUNTADJ) transactions, the SenderSysId on the InvTrans object is not populated with the MXSYSID. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67489 Issue(s): 10-10033 Description: On the Transfer In tab of the Issues and Transfers application, if you add a row and select a storeroom for the To Location field, the BMXAA4214E error message is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68682 Issue(s): 10-10604 Description: If the telephone number for users in the Directory Server has leading or trailing spaces, the LDAPSYNC cron task fails with an error. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67323 Issue(s): 09-23212 Description: When you use the continuous queue to process multiple inventory transactions for the same item at the same time, the system allows negative inventory balances to occur. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68294 Issue(s): 10-10470 Description: On a PR record, if you set the line type to item and specify the related information and then change the line type to service and specify the relevant information, the system displays the BMXAA3432E error message when you save the record. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68345 Issue(s): 10-10497 Description: In the Labor application, if you renew a qualification for a labor, the system sets the expiring date to null. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67541 Issue(s): 10-10083 Description: On the Domain application page, if you change the page by clicking the right arrow button for a few times and close the window for domain setting, the page always leads you back to the first page. 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 : 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 #: IZ65784 Issue(s): 09-22506 Description: You cannot approve an invoice because the difference in cost between line 1 of the invoice and the purchase order line is -0 USD. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67295 Issue(s): 09-23166 Description: The data restrictions that you set up for the Locations application do not work on the drilldown. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66672 Issue(s): 09-22948 Description: On an incident record, if you set the target start and target finish values, and save the record, you can create a communication. However, after you set the message values and send the message, the Message field displays incorrect target start and target finish values. 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 #: IZ69134 Issue(s): 10-10719 Description: If you keep signed in to Maximo, shut down and restart the database for backup, the Maximo connection pool tries to establish a new connection to the database several times until the database runs out of connections. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69617 Issue(s): 10-10798 Description: The update program tries to insert a value that is incompatible with the data type of its assignment target. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68000 Issue(s): 10-10246 Description: You cannot approve the PO from the workflow. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69144 Issue(s): 10-10743 Description: In the Issues and Transfers application, if you change a condition code of a rotating item transfer and transfer the item from one site to another, the system doubles the item balance. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68785 Issue(s): 10-10649 Description: In the Work Order Tracking, after you apply webclient.emptylistonclear=true in the webclient.properties file, the Clear Filter Results brings you back to a blank screen without the Is Task and History flag default values (N). Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69805 Issue(s): 10-10887 Description: If a spare part item is registered as a spare on three assets and planned on more than one task work order, the following error message is displayed: “Record has been updated by another user, Refetch and try again." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69300 Issue(s): 10-10770 Description: Some workflow conditions fail in Maximo Asset Management version 7. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ57368 Issue(s): 09-16850 Description: In the Assets application, you cannot find any or multiple linear asset features by attributes in the Table Filter row. 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 #: IZ66537 Issue(s): 09-22892 Description: If you receive the ordered services of a PO that has line cost and loaded cost, the Received Line Cost field on the PO Line Receipts section of the Purchase Orders application is populated with the line loaded cost instead of the line cost. 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 system does not update all specifications in the result set. 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. The fix for this APAR was to enlarge the field by changing the field type from UPPER to CLOB. Database Scripts: HFV7116_03.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 #: IZ70186 Issue(s): 10-10988 Description: In the Reporting Harrier - Engine, when you are importing reports by using command line importreports, if you do not specify the password in lowecase, the password does not work. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68747 Issue(s): 10-10632 Description: New proposed way for the eraser button to operate in Maximo Asset Management 7.1.1.5: - If you provide required information for a record and decide not to continue, you hit the eraser. - If you specify a default query, you are sent back to the List page. The results of the query are displayed. Otherwise, you view the initial state of the filter fields populated as they are when you first enter the application, but no results are displayed. Database Scripts: N/A Manual Changes : See the Manual Changes Section for this Issue/APAR. --- APAR #: IZ69780 Issue(s): 10-10855 Description: When dbconnectionwatchdog is enabled, several deadlocks occur when running a number of Maximo cron tasks. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70328 Issue(s): 10-11042 Description: In the Reorder application, when you reorder for items that are on a price agreement, two POs are created instead of one. 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 : See the Manual Changes section for this Issue/APAR. --- APAR #: IZ69689 Issue(s): 10-10849 Description: In the Domains application, you can delete a domain, even though the "read access to domains" option is enabled in security groups. 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 #: IZ70731 Issue(s): 10-11146 Description: In the Inventory application, when you try to reorder an item that is associated with a contract set for multiple organizations, and you have the "Consider Contracts When Creating PRs/POs?" option enabled, the following error occurs: "BMXAA3463E - SEVERE ERROR. PLEASE CONTACT TECH SUPPORT. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67332 Issue(s): 09-23190 Description: In the Inventory application, when you are creating a PO, and you use the "Return with Value" function to return the value of an item set as pending or obsolete, an error occurs as expected. However a value different from null is returned to the PO. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66810 Issue(s): 09-23000 Description: In the Receipts application, when you try to receive a rotating item that has an actual date set within a financial period that has already closed, an error message appears as expected. However, when you close this message, the error message continues to appear. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70288 Issue(s): 10-11028 Description: In the Work Order Tracking application, when you issue a reserved item to a work order, and the status of this work order is still WSCH, the description field of item in the actual - material tab is null. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68579 Issue(s): 10-10578 Description: In the Person application, when you change the FIRSTNAME attribute of a PERSON record, and you try to import this record using the MXPERSON interface, the FIRSTNAME attribute is not updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69116 Issue(s): 10-10720 Description: Autonumber does not work when seed number is greater then 2,147,483,647. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67299 Issue(s): 09-23170 Description: In the Item Master application, on a new item record, if you select a classification and do not specify an Alphanumeric value for a mandatory attribute, you cannot save the record. Then if you specify the missing value, you still cannot save the record. 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 #: IZ70265 Issue(s): 10-11017 Description: 7If you use Maximo 7.1.1.6 with SSL, when you log in and navigate between the application, a window appears displaying the following message: 'This Page Contains Both Secure and Non-Secure Items.' 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 #: IZ67187 Issue(s): 09-23119 Description: After you use workflow designer for some time, the Workflow Node window becomes partly hidden. 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 #: IZ64604 Issue(s): 09-21577 Description: If you create a work order record and go to the List tab before you save the record or change its status, the changes are cleared. When you click No in the message box that is displayed, the List screen is brought back. However, the system queries the entire work order table and brings back all the work orders. As a result, a system performance problem occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67373 Issue(s): 09-23198 Description: In the Inventory application, when you are performing a PCOUNYADJ transaction, the physical count item cost is incorrectly calculated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68600 Issue(s): 10-10575 Description: In the Invoice application, when you try to invoice a PO that has a closed work order associated to it, the following error occurs: "BMXAA4191E - Work Order XXXX is not valid." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66826 Issue(s): 09-23011 Description: In the Receipts application, the POLine.ReceivedUnitCost is not properly updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70185 Issue(s): 10-10987 Description: In the Purchase Order application, when you are creating a PO, if you change the tax amount in the poline, an incorrect loadcost appears in the matrectrans table. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ71778 Issue(s): 10-11342 Description: In the Reorder application, if you create a direct issue item that is active for more than one sites, and you try to create a PR using this item from one of the sites, but not the one from where you created the price contract, reorder crontask does not find the item and the PR is not generated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68172 Issue(s): 10-10417 Description: You cannot save a Start Center template after you add a report using the report list portlet. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67515 Issue(s): 10-10075 (Rework) 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 : N/A --- APAR #: IZ68172 Issue(s): 10-10447 Description: In the Result Set portlet graph, the information of the dot notation field is not displayed and an error occurs when you try to use the relationship field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70100 Issue(s): 10-10950 Description: In the Purchase Orders application, when you use a PR to create a PO, the message confirming that the PO was created is not displayed. 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 : See 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 #: IZ70592 Issue(s): 10-11083 Description: In the Purchase Requisitions application, when a PO is canceled, the status of all PR records related to this PO are changed to approved. 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 database. Therefore, when the process is delivered again, a duplicated entry is created in the system. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ72410 Issue(s): 10-11534 Description: In the Reorder application, you cannot reorder direct issue items and services if the Quantity and Unit Cost fields are null. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ72408 Issue(s): 10-11542 Description: The text displayed when a multilanguage electronic signature is required is not properly translated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72675 Issue(s): 10-11715 Description: If you upgrade from Maximo 6.2.x with MXAMITE to Maximo 7.1.1.5, the description attribute is missing in View Net Device. Database Scripts: HF7115_002 Manual Changes : N/A --- APAR #: IZ72756 Issue(s): 10-11720 Description: When you perform a Select Owner action, the focus is not on a field in the dialog box displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72130 Issue(s): 10-11383 Description: If you belong to a User Group that does not have authorization to access to the Locations(SP) application, but has authorization to access the Storeroom application, when you try to create a Storeroom, the following error occurs: "BMXAA2278E - You do not have authorization for Locations (SP) application." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70886 Issue(s): 10-11222 Description: In the Workflow inbox, the ObjectName attribute does not work. 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 #: IZ49533 Issue(s): 09-13088 Description: Some Maximo threads hold the references of the Maximo objects and do not release them. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ71990 Issue(s): 10-11355 Description: While executing BIRT reports, if a SQL in the report takes too long to execute, the SQL from the other reports are not executed until the first SQL finishes running. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72983 Issue(s): 10-11888 Description: In the Inventory application, the status of an Item cannot be changed to Obsolete if the Item has a pending transactions in another Site. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72484 Issue(s): 10-11608 Description: Error message BMXAA4577E needs to be extended to include the WONUM. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ71309 Issue(s): 10-11316 Description: In the Person application, if you import a person data with multiple phone, sms, or e-mail records, the MXPERSON inbound transaction fails and the following error message is displayed: "The primary record may only be deleted if it is the last record." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70327 Issue(s): 10-11043 Description: In the Crafts application, if you delete a record, and then try to undo the deleting process, an error occurs. 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 #:IZ73132 Issue(s): 10-11966 Description: In the Classification Catalog, when you use the attribute search from the Advanced Search menu, the search value is not restricted to the domain of the attribute. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72873 Issue(s): 10-11783 Description: in the Item application, you cannot change an item into a rotating item using integration framework, even if the current balance of the item is zero. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68459 Issue(s): 10-10520 Description: If you use the tivoli09 skin, you cannot use the download button from the applications. 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 #: IZ73068 Issue(s): 10-11925 Description: If you attach a Web site, the address is linked as "_www" and the link does not work. Database Scripts: N/A Manual Changes : N/A --- 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 #: IZ70638 Issue(s): 10-11111 Description: In the Issues and Transfer application, after you fully return an item, this item is still available on the Select Item list. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68634 Issue(s): 10-10584 Description: If you add one conditional expression to a PO, you cannot delete a POline if the associated PR is closed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73541 Issue(s): 10-12214 Description: In the Purchase Request application, if you use a default GL Account Code, when you create a PR line, and then change the type of the PR line to Service, the GL account code is removed from the PR line. Database Scripts: N/A Manual Changes : N/A --- APAR: #: IZ67293 Issue(s): 10-10685 DUP 09-23164 /IZ67293 Description: If you use Windows 7, and you try to direct print an Office 2007 document with attachments using Internet Explorer 8, an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ66787 Issue(s): 09-23001 Description: Slow performance when MEA tries to use the ASSETCATALOGSERVICE.GETCLASSSTRUCTUREFROMPATH. 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 #: IZ70407 Issue(s): 10-11064 Description: The e-mail listener application does not save the original Send To information from the e-mail header. Therefore, when you reply to an e-mail, the Outgoing e-mail address is not populated based on the original incoming mailbox address. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74027 Issue(s): 10-12389 Description: In the Asset application, when you try to move or modify an asset for a work order, an unknown error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74017 Issue(s): 10-12372 Description: In the Incidents application, when you create a record from an SR, the alphanumeric value field is not copied to the incident record. 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 #: 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 #: IZ73088 Issue(s): 10-11952 Description: In the Assets application, when you try to move a rotating item 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 #: 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 #: 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 #: IZ73483 Issue(s): 10-12148 Description: In the Invoice application, if you create an invoice using a PO that contains item that uses 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 #: IZ74168 Issue(s): 10-12503 Description: In the Assets application, when you try to change the item number of an asset, you cannot retrieve information from the Inventory application. 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 #: IZ72127 Issue(s): 10-11392 Description: In the Inventory application, the invcost table is not properly updated after you change the commodity group. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72128 Issue(s): 10-11393 Description: In the Inventory application, if you change the commodity group of an item, the invcost table is not properly updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72757 Issue(s): 10-11727 Description: In the Workflow application, Invalid Class cast exception thrown with certain code combinations. Database Scripts: N/A Manual Changes : N/A --- APAR #: Issue(s): 10-12570 Description: In Workflow designer, if you use the "(:schedfinish - :schedstart) < 1" clause, the following error occurs: ""BMXAA3056E The expression could not be parsed because of a syntax error"." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72323 Issue(s): 10-11535 Description: On task scheduler, records that use the auto removal cron tasks are not removed, and accumulates in the table. 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 #: IZ68650 Issue(s): 10-10583 Description: You cannot manually filter for results in date columns. 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 is limited to 32000 characters. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73041 Issue(s): 10-11922 Description: When you are installing or migrating, updatedb fails because it tries to install files that exist in the Maximo database. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73520 Issue(s): 10-12164 Description: If you use Hebrew as a second language, an error occurs when you try to use a solution application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74112 Issue(s): 10-12465 Description: In the Invoice application, if you create a direct pay Invoice, specify a previous financial period on the Entered Date field, and approve this invoice, the financial period displayed in the SERVRECTRANS record generated is incorrect. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66899 Issue(s): 09-23031 Description: When you create a PO with a service line and a work order associated to it, approve and cancel the PO because no repair was needed, and then close the associated work order, when you try to move the asset from this work order to an inventory location, the following error message is displayed: "There are charge store purchase order line items." 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 #: IZ74596 Issue(s): 10-12728 Description: In the Communication Template, the user must be able to use variables in the COMMTEMPLATE.SENDFROM field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74679 Issue(s): 10-12765 Description: In the Assets application, when you change the status of a work order to COMP, an error message is displayed stating that the asset is down, even though the status of the asset is set to 'up'/IsRunning=true. Database Scripts: N/A Manual Changes : N/A --- 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: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ66207 Issues(s): 09-22718 Description: When you upgrade from 6 to 7, the integrity checker repair mode does not repair collumns set as "same as" another collum. Database Scripts: N/A Manual Changes: N/A --- 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 #: IZ74838 Issue(s): 10-13182 Description: In the Work Order application, when you create a task work order with direct issue items, the Vendor field becomes a read only field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74976 Issue(s): 10-13242 Description: In the Classification Catalog, the Specifications Table Value does not show in the Asset description, eventhough the Generate description and the use in description check boxes are selected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72904 Issue(s): 10-11808 Description: In the Work Order application, before changing the status of a work order from WMATL to INPRG, you need to undo the approval of the work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75154 Issues(s): 10-13457 Description: In IBM Tivoli Monitor Agent for Maximo, when LDAP is being used for authentication, the monitoring add on for ITM does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74666 Issues(s): 10-12760 Description: On the communication log, you cannot run a query on the SENDTO field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73561 Issues(s): 10-12217 Description: In the Service Requests application, when you try to set the GLAccount before setting the AssetOrgId, the following error message is displayed: "BBMXAA4198E - Organization needed for GL attribute GLACCOUNT on object 1." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74757 Issues(s): 10-12816 Description: In the Warranty Contracts application, when you change the contract line of a warranty contract, the change date is not updated on the database. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75213 Issues(s): 10-13569 Description: Whenever you modify a work order record with attachments, and then save the changes to this record, the product tries to reattach the attachment and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74893 Issues(s): 10-13206 Description: In some cases, the e-mail authentication does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73859 Issues(s): 10-12310 Description: If you use a custom application that has BLOB data, a row lock contention occurs when you use the "select dummy_blob from dummy_table for update" statement, and the performance of the application is affected. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75267 Issues(s): 10-13562 Description: In the Purchase Orders application, after you apply the HF022, Core FldPurOrderQty class does not recalculate the unitcost if the PO is updated using MEA. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75054 Issue(s): 10-13299 Description: In ITAM Reconciliation, when you try to reconcile an asset, an error message is displayed saying that the asset or CI has no attributes. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75279 Issue(s): 10-13584 Description: In the Escalations application, when you modify a record, the Changed By and the Changed Date fields are not updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73150 Issue(s): 10-11986 Description: In the Message Reprocessing application, when you try to reprocess an error message using the Ifacetable endpoint, an error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62721 Issues(s): 09-19764 Description: When you convert a BIRT report to pdf format, gaps are displayed on the page. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ74031 Issue(s): 10-12619 Description: In Configuration Items (Authorized), you cannot add multiple CI relationships. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75592 Issue(s): 10-13788 Description: In the Reorder application, when you run the inventory reorder cron task for an item that refers to an approved contract, the following error message is displayed: "BMXAA3496E - Trouble processing item location=XXXXX itemnum=XXXX itemsetid=XXXX.Cause:BMXAA3324E - Please enter an approved contract." 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, the spaces become "+" signs instead of the % character, and you cannot open the attachment. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75253 Issue(s): 10-13565 Description: When you receive rotating items, inconsistent or incorrect transactions are shown on the matrectrans record. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75755 Issue(s): 10-13916 Description: After you apply the MBS_7115_LAFIX.20100406-0659 ot fix, child and task work orders are not sent out by intergration. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73129 Issues(s): 10-11967 Description: If you use the Application Designer to add a field to the work order application or to the worklog screen, the change is saved, but no change is displayed on the screens. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75464 Issues(s): 10-13644 Description: In the work Order application, in quick reporting, if you have 1500 rows in work order steps, and you try to update 50 of those rows, an out of memory error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75833 Issues(s): 10-14040 Description: In the Item application, when you create a work order plan, you can add an item that has a status of PENDOBS to the direct issue line. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75739 Issues(s): 10-13902 Description: In the Inventory application, when you try to receive a non-condition rotating item that has a default bin, the following error message is displayed: "Receipt failed to be created for selected row 1. Field to condition code is read only." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75701 Issues(s): 10-13869 Description: In the Labor application, an error occurs when you try to remove the Calendar value from a Labor record. Database Scripts: N/A Manual Changes: N/A --- 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 #: IZ75783 Issues(s): 10-14002 Description: When you are creating a report, hyperlink a report from a different application, and then try to print or export the new report using the toolbar, the following error message is displayed: "Unauthorized to run the report." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ70258 Issues(s): 10-11018 Description: If you work on a multi-sites environment, and you run an asset cost rollup report for an asset located in a different site from the store room, the rollup report does not display material charges. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ73194 Issues(s): 10-11990 Description: When you schedule a controllup update report to run in the background, the database is not updated. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ72280 Issues(s): 10-11477 Description: The Maintenance (Asset) cost rollup update report does not close the cursors. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ75835 Issues(s): 10-14041 Description: When the PathXX property is blank, UNC mapping is not used to display attached documents. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73567 Issues(s): 10-12228 Description: In the Migration Manager application, if you create a datadictionary migration group, using a snapshot package with a condition attached, the package fails to deploy. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69133 Issues(s): 10-10722 Description: The Migration Manager application does not export internal objects. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75947 Issue(s): 10-14126 Description: In Database Configuration, if you increase the purchase contract line unit cost decimal scale from two to five, specify the unit cost in the purchase contract, and then tab out of the field, the unit cost is rounded. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76034 Issue(s): 10-14199 Description: In Incident, 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 #: IZ63698 Issue(s): 09-21323 Description: The "Stop Query" button from the "query_longopwait" window does not work. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76197 Issue(s): 10-14300 Description: When the storage information is null, the PSDI.CONFIGURE.UTIL.GETSTORAGECLAUSE() method creates an invalid where clause. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75744 Issue(s): 10-13917 Description: In the Invoice application, when you are creating an invoice, and you tab out of the PO field, the company and address fields are populated with the wrong values. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76239 Issue(s): 10-14324 Description: In the Request for Quotation Application, when you duplicate an RFQ service line, the item field is set as required Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75982 Issue(s): 10-14123 Description: In the Inventory application, When you try to change the status of a rotating item with balance of zero to OBSOLETE, the following error message is displayed: "BMXAA2115E - Cannot change status. Item is attached to one or more assets at the inventory level." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76260 Issue(s): 10-14361 Description: E-mail Listener is not correctly processing autogenerated emails from termination notices. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76113 Issue(s): 10-14282 Description: If you create a classification to be used with a location, create a second classification with the same name but to be used with assets, create an Assets, type in the name of this new classification in the Classification field, and then tab out of the field, the following error message is displayed: "BMXAA0184E - The classification XXXXX cannot be used for ASSET." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76002 Issue(s): 10-14161 Description: If you use the Tivoli skin, the icons are not displayed in the QBR Style tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75582 Issue(s): 10-13787 Description: If you disable the Undo Approval of Purchase Order security option, you cannot change the status of a PO to a synonym of the WAPPR status. Database Scripts: HF7116_09.dbc Manual Changes: N/A --- APAR #: IZ75181 Issues(s): 10-13456 Description: In the Receiving application, if the Issue to field is required, and you do not specify this field when you are receiving items, an error message is displayed as expected. However, when you click OK to close the error message, the service received quantity is doubled on the PO line. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76395 Issue(s): 10-14497 Description: In the Inventory application, during an inventory transaction, the GL accounts uses INVENTORY for GL debit and credit accounts instead of INVCOST as a default. 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 #: IZ75056 Issue(s): 10-13298 Description: In workflow, if you have not been granted access to that Status in the Security Groups application, you can no longer change the status of a record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76576 Issue(s): 10-14544 Description: If E-mail Listener fails to process an email, an email with the errors is sent back to the user. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76620 Issue(s): 10-14606 Description: In the Work Order application, when you create and approve a work order, and then go to the Actuals tab and add a row for a Special Order, the following error message is displayed: "BMXAA0274E - SPORDER is not a valid line type." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76594 Issue(s): 10-14609 Description: When you try to create a Work Order Details Report, all records that have the same Work Order Number as the record you are using to create the report are included in the report, even the ones from different sites. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76733 Issue(s): 10-14742 Description: When processing emails, the INBOUNDCOMM MBOS build up causing an out of memory error. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75745 Issue(s): 10-13915 Description: When you print a work order record, the Work Order Print Details report shows Related Records from other Organizations. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69981 Issue(s): 10-10945 Description: When you transfer a work order with GL Accounts to MS Project, the project adapter does not transfer the GL account. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76933 Issue(s): 10-14940 Description: When IBM Maximo for Service Provider is installed, the migration of the data dictionary fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76782 Issue(s): 10-14819 Description: In Work Order Tracking, when you search by Scheduled Start Date, you receive incorrect results. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76953 Issue(s): 10-14957 Description: If you do not have privilege to approve a PO, you cannot cancel a PO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73145 Issue(s): 10-11983 Description: When you run the writreportpropertoes command as part of the installation or on it's own, a null pointer exception occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76745 Issue(s): 10-14741 Description: When you attach a document to an email, the name of the attached file comes with the full directory path. Therefore, Email Listener throws an error because this directory structure does not exist. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77089 Issue(s): 10-15018 Description: In the Locations application, when you apply an Item Assembly Structure, the current item filed is incorrectly populated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76293 Issue(s): 10-14373 Description: In the Receiving application, when you receive a rotating asset from an internal storeroom to a storeroom PO across sites and the assetnum exists in both the source and destination stores, the Asset.Moved flag is not updated correctly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66132 Issue(s): 09-22688 Description: If many assets or locations use a meter group, and you select Apply This Meter Where Group is Used check box on a new meter, an out of memory error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76259 Issue(s): 10-14334 Description: When you run a report, the Scheduled reports create crontask threads that are not cleared. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76103 Issue(s): 10-14246 Description: In Application Designer, if you export the REPLIBRARY.xml file, save and reimport the file without making any changes, and then go to the Asset application and run a report, the following error message is displayed: "BMXAA4210E - Database error number 920 has occurred." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77322 Issue(s): 10-15114 Description: In the Item application, if you use a synonym for an Item Status, the following error occurs: "BMXAA2108E - cannot change the status to the same status at Item level." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75878 Issue(s): 10-14081 Description: In the Desktop Requisitions application, when you are creating a requisition, if you enter a GL account, click Continue and try to add a line item by searching a catalog, the catalog screen appears as blank. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76627 Issue(s): 10-14604 Description: In the Workflow application, incident records do not fully exit from Workflow even though Workflow History shows that the incident record reached the Stop node. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76659 Issue(s): 10-14651 Description: When LDAP is enabled, the following error message is displayed when you try to sign in: "BMXAA3840E - The electronic signature entered is not valid for the user currently signed in to the application." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77075 Issue(s): 10-15020 Description: When you run UpdateDB, the following error occurs: "add_attributes statement requires a value for attribute object." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77557 Issue(s): 10-15244 Description: In the Service Catalog, the images on all Offerings do not display. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77553 Issue(s): 10-15247 Description: In the Purchase Requisitions Application, when you duplicate a closed PR, the tax calculation is not updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77295 Issue(s): 10-15078 Description: Migration Manager fails to import packages that include indexes. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75766 Issues(s): 10-13943 Description: The NullPointerException thrown from BBSet.searchBBMsgStatusSet() appear endlessly, affecting the performance of the system. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75875 Issues(s): 10-14079 Description: In the work order detail report, the asset location is displayed instead of the storeroom location for the actual material charges. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75209 Issues(s): 10-13490 Description: If you work with a great number of work orders, the Start Center bar charts are displayed out of order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77524 Issues(s): 10-15210 Description: In the Labor Reporting application, when you select a value for the Labor field, the Select Value dialog box is displayed full of invalid biding fields. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77693 Issues(s): 10-15350 Description: In Workflow Admin Console, when you try to reassign a task to a user that does not have an email address, the following error occurs: "BMXAA0259E - The email could not be sent. No recipient addresses." However, the task is reassigned to this user. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77721 Issues(s): 10-15364 Description: In the Assets application, the conditional expression for signature options is not working. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77003 Issues(s): 10-14990 Description: If you use Japanese as a base language and you modify the Description field of the Domain Application, the value ID is changed to Japanese characters. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77862 Issues(s): 10-15392 Description: When you launch the Service Requests application, the following error message is displayed: "BMXAA6173E - no template matches were found to be applied." 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: If customer wants this fixed, they need to go to the System Properties app, add a new property named "mail.smtp.sendpartial", and set its value to 1. Make sure Live Refresh is run for this property. --- APAR #: IZ77917 Issue(s): 10-15424 Description: In the Receipts application, when you are receiving items, the conversion factor is not taken into account. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77641 Issue(s): 10-15301 Description: In the Inventory application, you cannot make an item obsolete at one site if the item number is being used by an open work order or job plan in another site. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75948 Issue(s): 10-14124 Description: In the Purchase Contracts application, on Advanced Search, when you use the Select Value action on the Item field, no items are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78156 Issue(s): 10-15558/IZ78156 dup of 10-14959 Description: The system property "PMBBISTRACKED" is not working as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78156 Issue(s): 10-15558/IZ78156 dup of 10-14959 Description: The system property "PMBBISTRACKED" is not working as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78072 Issue(s): 10-15502 Description: When you clone the Service Requests application, the route workflow toolbar button does not appear on the cloned application. Database Scripts: HF7116_11.dbc Manual Changes: N/A --- APAR #: IZ76618 Issue(s): 10-14605 Description: In Desktop Requisitions, when you add a requisition line and specify the description, quantity and order unit fields, the following error occurs: "BMXAA5609I - This action is not allowed since the item XXXX is in Pending or Obsolete status at Item/Organization level." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75087 Issue(s): 10-13313 Description: In the Preventive Maintenance application, an error occurs when you try to generate a work order in an English environment, using meter-based PM records for assets with readings entered in a Dutch environment. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80008 Issue(s): 10-16073 Description: You cannot change the status of work orders to APPR or a synonym of the APPR status. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68090 Issue(s): 10-10292 Description: In Security Groups, the restrictions for Site and organization are not working properly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ79115 Issue(s): 10-15909 Description: Even though you specified an application in Data Restriction, the application is still displayed in the Classification Hierarchy. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80090 Issue(s): 10-16141 Description: You must run updatedb twice to have the correct byte code for some classes. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51139 Issue(s): 09-13913 Description: In the Asset application, if a user belongs to a security group that has not been granted the New or Delete options, they cannot associate or delete users or custodians. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80472 Issue(s): 10-16350 (dup of 09-22632) Description: If you configure an object in Source and promote this asset to UAT or Production, you must also configure the 'same as objects' values in the Target field during the migration process. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77629 Issue(s): 10-15305 Description: In the Receiving application, if you receive a PO that has the same item in multiple PO Lines, the average cost is incorrectly calculated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74502 Issues(s): 10-12664 Description: In the PM application, if you are creating a work order using a PM crontask, but your user profile belongs to a different site or organization than the one defined on the PM, an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77862 Issues(s): 10-15392 Description: When you launch the Service Request application, the following error message is displayed: "BMXAA6173E - No template matches were foung to be applied." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78660 Issue(s): 10-15845 Description: In the Issues and Transfer application, if you create an internal PO to transfer items from one organization to another using a courier, the credit GL Account ot the transfer in transaction is incorrect. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80086 Issue(s): 10-16160 Description: If you clone a Work Order application that has multiple languages and display this cloned application using another language that is not English, the languages get mixed up. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ79225 Issue(s): 10-15972 Description: In the Issues and Transfer application, if you are performing an internal transfer between organizations that use different currencies, the exchange rate is not used. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77575 Issue(s): 10-15260 Description: In the Receiving application, if you create parent and child records and receive only the parent record, the service cost you set for the parent record is added to the child record as well. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80533 Issue(s): 10-16395 Description: In the Purchase Orders application, when you are creating a record, you can choose disqualified vendors without receiving an error message. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80473 Issue(s): 10-16344 Description: In the Inventory application, when you reorder an item, the contract is taken in consideration even if the "Consider Contracts When Creating PRs/POs?=NO" option is selected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77636 Issue(s): 10-15309 Description: In the Inventory application, if you modify the query function of the Rotating Assets tab according to the instructions on the Application Designer Guide, no records are displayed when you query for result. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77445 Issue(s): 10-15191 Description: After upgrading your database, if you delete a spreadsheet report from the Report Administration application, you cannot run a report. Also if the server is restarted you cannot log in back. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81291 Issue(s): 10-16781 Description: In the Change application, if you delete a task, and then click the trash icon again before saving the record to cancel the delete process, the following error occurs: "BMXAA4187E - A relationship called $MBO_INSTANCES does not exist for the WOACTIVITY business object." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80219 Issue(s): 10-16239 Description: After you upgrade from Maximo 6 to 7 using the upgrade utility, the Integrity Checker does not handle MaxTable domains correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76930 Issue(s): 10-14942 Description: If you modify the Start Center from an environment that uses a different language, and then go back to the original language, the start center are not displayed correctly. Database Scripts: HF7116_012.dbc, HF7116_EN_001.dbc Manual Changes: N/A --- APAR #: IZ80243 Issue(s): 10-16297 Description: In Item Assembly Structures, if you use the 'Move To option' on the 'Belongs To' field to move an item with children associated to it, the Item Assembly Structure loses the top level. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ81458 Issue(s): 10-16911 Description: In the Item application, you can type in an item number on the Find field and fetch this item even though this item belongs to a site that you do not have access to. Database Scripts: N/A Manual Changes: --- APAR #: IZ80478 Issue(s): 10-16351 Description: After you run configDB and restart your system, the TLOAMCONTRACTASSET view fails. Database Scripts: N/A Manual Changes: --- APAR #: IZ78420 Issue(s): 10-15730 Description: In the Inventory application, if you select the 'Roll New Status to Organizations and Inventory?' check box,and try to change the status of an item that exists in multiple organizations, Maximo freezes if this item already has the status to which you are trying to change in another organization. Database Scripts: N/A Manual Changes: --- APAR #: IZ79189 Issue(s): 10-15967 Description: In the Invoice application, if the inventory balance is 0, the average cost is not updated in the invoicetrans table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ82951 Issue(s): 10-17174 Description: In the Work Order application, if multiple users try to create work orders at the same time, the work order numbers are not generated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80808 Issue(s): 10-16478 Description: In the Locations application, when you try to change the status of a record, you receive the following error message: "cannot change status to the same status." However, the status is changed despite the message. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75679 Issue(s): 10-13864 Description: In the Companies application, if you import the company master record, and then import a company record, the following error occurs: "BMXAA1408E - Company master XXXXX does not exist in set COMPSET1." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78367 Issue(s): 10-15709 Description: In the Desktop Requisition application, when you perform an Item Look Up, the results display obsolete items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ20873 Issues(s): 08-15769 Description: In Report Administration application, when you direct print a work order details report, there is a 30-second delay before the report is launched. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81345 Issues(s): 10-16844 Description: In Rpt: AD Hoc Reports, when you try to create a QBR report from new ROS that have inherited relationships, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84702 Issues(s): 10-17980 Description: In the Service Request application, the Data Restriction for the Owner and the Owner Group dialog boxes do not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73851 Issues(s): 10-12309 Description: The date and time widget displays the wrong month. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83424 Issues(s): 10-17462 Description: If you create an Incident QBR report, schedule this report as recurring in the Submit tab, and try to change the email address list after the initial submission, the following error occurs: "BMXAA4176E - Attribute EMAILTO does not exist." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ82994 Issues(s): 10-17175 Description: In the Work Order application, if you complete a work order with planned Assets swap, the work order number is not tracked in the Asset transaction table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80905 Issues(s): 10-16511 Description: In the Assets application, if you decommision a Location that is linked to a PM hierarchy, the following error message is displayed: "Record is being updated by another user." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83479 Issues(s): 10-17525 Description: In the Star Center, after you delete a portlet, the maximize and minimaze portlet function does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77359 Issues(s):10-15123 Description: In the Issues and Transfer application, you cannot transfer a rotating asset from one site to another using an internal PO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83472 Issue(s): 10-17514 (dup of 10-17434/IZ83271) Description: The port designated by property mxe.rmi.port to be used for RMI is not being used. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ82827 Issues(s): 10-17087 Description: In the Configurable Start Center, the descriptions of the querycolumn are not translated if you log in using a profile in a language other than English. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81529 Issues(s): 10-16951 Description: In Migration Manager, if you use a locale in a language other than English, the database values are corrupted when you perform a migration. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84206 Issues(s): 10-17776 Description: In the Purchase Orders application, if you have a PO with multiple lines, and one of the lines has an item with the status of Pending Obsolete, you cannot approve this PO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81388 Issues(s): 10-16869 Description: In the Invoice application, if you create a service PO with an empty Quantity field, an error occurs when you try to distribute the cost. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ82929 Issues(s): 10-17138 Description: Not all of the multiple default values on a table body are autopopulated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83528 Issue(s): 10-17565 Description: In the Work Orders application, if you are creating a job plan with different tasks, and one of the task does not have a classification, the classification filed for this task is populated with the classification from another task. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ85262 Issues(s): 10-18212 Description: In the Deployed Assets application, if you use a secondary language, an invalid build occurs on the Software tab. Database Scripts: HF7116_13.dbc Manual Changes: N/A --- APAR #: IZ82379 Issues(s): 10-17000 Description: When you try to transfer a rotating asset to another bin in the same storeroom, using the 'Move/Modify Assets' dialog box, the inventory balances are not correctly updated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84437 Issues(s): 10-17864 (dup of 10-17790) Description: In the receiving application, if you use autokey for ASSET.ASSETNUM, the Autonumber button does not work correctly if you receive two separate POs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80016 Issues(s): 10-16126 Description: In the Invoice application, if you use a receipt with invoice variance to create an invoice, the Invoice field does not populate. Database Scripts: HF7116_14.dbc Manual Changes: Run hotfix script HF7116_14.dbc --- APAR #: IZ85243 Issues(s): 10-18167 Description: If you use a Communication Template to send and receive emails for workflow assignments, the links in the body of the email are not formed correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81455 Issues(s): 10-16912 Description: In the Changes application, you can edit the Description field on the Related Work Orders tab of MOC Requests. Database Scripts: N/A Manual Changes: See Manual Changes section for this Issue/APAR. --- APAR #: IZ83507 Issues(s): 10-17567 Description: Sometimes, the rptdocument files of the reporttemp directory are not deleted. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85706 Issues(s): 10-18405 Description: In the Inventory application, the GL Credit Account field is set as read-only. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84834 Issues(s): 10-18009 Description: In the Reorders application, if you reorder items for a site that is not the same as the one currently set as your default insert site, the PR created uses the prefix for your default site to create the PR number. 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 #: IZ84966 Issues(s): 10-18057 Description: In the Issue and Transfers application, if you enter an unvalidated value for records in a List, these values are overwritten when you tab over to another record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84323 Issue(s): 10-17819 Description: In the Work Order application, after you apply hot fix 20100706-1031, the "Has Follow-up Work Flag" function does not work correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ81244 Issue(s): 10-16748 Description: In the Work Order application, if you create a child work order from a nested job plan, you cannot associate safety plans to this work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85507 Issues(s): 10-17979 Description: In Workflow, if you enable workflow to clear Bulletin Board messages, and you try to activate the Admin Mode, an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85507 Issue(s): 10-18351 Description: In the Work Order application, if you attach several files to a Job Plan, and select more than one of these files to be carried over to the work order, only the first two files are attached to the work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84912 Issue(s): 10-18046 Description: In the Classifications application, if you import a classification to a site using MIF, but this classification exists in the system, but to another site, the following error occurs: "BMXAA5591E the same classification hierarchy already exists." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ81233 Issue(s): 10-16721 Description: When you are setting the Admin Mode in a clustered environment, a null pointer exception occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ83242 Issue(s): 10-17356 Description: In the Work Order application, on the Actual tab, if you use Select Value to select the item number for the Material, the items displayed are not restricted to the OrgID and ItemSet from the originating work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ81330 Issue(s): 10-16827 Description: In the Invoice application, you can send invoices without PO reference to a closed work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ83954 Issue(s): 10-17717 Description: In Rpt: Ad Hoc Reports, the time columns in QBR Reports display a date instead of a time value. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64018 Issue(s): 09-21202 Description: In Rpt: Ad Hoc Reports, if you are in a different time zone from the server, and you try 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 #: IZ67781 Issue(s): 10-10197 Description: In the Work Order application, you cannot change owner for multiple records in work order tracking application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64040 Issues(s): 09-21199 Description: In the Inventory application, no record exists on receipts and transfers tab in the inventory application for the rotating item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86160 Issues(s): 10-18651 Description: In the Inventory application, if you create an item, specify a value for the balance field, and then create a quick report using the same value on the quantity field of the materials subtab, the following error occurs: "BMXAA1892E - The balance in the bin will become negative as a result of this transaction." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ79970 Issues(s): 10-16123 Description: In the Work Order application, if you delete a work plan, the children work orders are automatically deleted as well. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85252 Issues(s): 10-18171 Description: In the Locations application, if you use a synonym value for the STOREROOM location type, you cannot use the Select Value option to return with a value for the Item filed on the 'Requisition Line Items' tab. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68523 Issues(s): 10-10547 Description: In Rpt: Harrier Engine, running maintenance cost rollup does not set the ROLLUP FLAG = 1 when finished. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65457 Issue(s): 09-22210 Description: In the Create Desktop Requisition application, if you have the same ITEMNUM in multiple storerooms, the incorrect storeroom is populated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ85249 Issue(s): 10-18173 Description: A property must be created in Maximo for a return address for toke validaiton for users of Cognos Integration. Database Scripts: HF7116_15.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ86579 Issue(s): 10-18886 Description: In the Issues and Transfers application, when you reserve rotating items against a work order, and then select the same items on Select Materials, the following error occurs: "BMXAA4200E - Record has been updated by another user. Refetch and try again." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68578 Issue(s): 10-10551 Description: In the Create Desktop Requisitions application, a quantity must be entered before adding an item to your requisition. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ86237 Issue(s): 10-18699 Description: In the Purchase Contracts application, if you create a contract in one organization, and someone revises this contract in another organization, the contract can no longer be used because you cannot change the status on the revision. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ85368 Issue(s): 10-18279 Description: In Report Administration, if the reportlookup.labeloverride column contains null values, the birthreportlabelloader script runs into an exception during upadatedb. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85794 Issue(s): 10-18454 Description: In the Rpt: Harrier Engine, you cannot run the update reports utility with a context other than Maximo Database Scripts: N/A Manual Changes: See the Manual Change section for this Issue/APAR. --- APAR #: IZ85367 Issue(s): 10-18280 Description: In the Email Listener application, during smtp authentification, only one function works correctly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74683 Issues(s): 10-12767 Description: If you use the 'Generate Work 'menu action on the PM application to generate work orders from large PM sets, an out of memory error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83173 Issues(s): 10-17329 Description: In Report Administration, if the "mxe.db.UseSiteListInQuery" property is enabled, you cannot run reports. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86820 Issues(s): 10-19087 Description: In Rpt: Harrier Report, when you create a data report, and you export it in pdf, the pdf look different from the report shown in the Report Viewer. Database Scripts: N/A Manual Changes: Reimport INVOICE/invoice.rptdesign --- APAR #: IZ85350 Issues(s): 10-18272 Description: In the Preventive Maintenance application, when you create a merter redings report, using the ALL meter avarage calculation method, the results can be negative average calculations. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86213 Issue(s): 10-18697 Description: In the Inventory application, if you create an Item Material Requisition with 500 line items, a Stay Alive message is required. Database Scripts: HF7116_16.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ86806 Issue(s): 10-19075 Description: In Security Groups, if a user belongs to one security group and one site, the suggested reorder report is blank when they try to use it. Database Scripts: N/A Manual Changes: Reimport INVENTOR/invpurch.rptdesign --- APAR #: IZ86382 Issue(s): 10-18808 Description: In the Assets application, when you select the "Select Value" option from the menu options of the filter, the select value dialog box does not open. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ86155 Issue(s): 10-18650 Description: In the Work Orders application, when you are routing a work orfer, duplicate unique IDs are created, causing unique key errors. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87042 Issue(s): 10-19220 Database Scripts: N/A Description: In DBChange Utility, when you upgrade from Maximo Asset Management 6.2.5, an error occurs. Manual Changes: N/A --- APAR #: IZ81301 Issue(s): 10-16782 Database Scripts: N/A Description: You cannot create a toolbar button to launch a URL. Manual Changes: N/A --- APAR #: IZ85739 Issue(s): 10-18429 Database Scripts: N/A Description: In the Receipts application, when you are receiving items that require inspection, the loaded cost is not calcualted. Manual Changes: N/A --- APAR #: IZ83660 Issue(s): 10-17639 Description: In the Configurable Start Center, when you have a result set portlet with a condition attribute set up, the protlet is displayed on the console whenever the Start Center is opened. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80064 Issue(s): 10-16140 Description: In the Receipts application, if you use a foreign currency, the Received Total Cost filed of the PO Line is incorrectly updated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76892 Issue(s): 10-14889 Description: The showcount property does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85044 Issue(s): 10-18101 Description: In the Work Order application, if you create a Task for a Work Order from a PM record, the Calculated Priority is incorrectly calculated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86565 Issue(s): 10-18875 dup of 10-16361 Description: The option to delete a SR is available in the Select Action menu. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69575 Issues(s): 10-10810 Description: In Rpt: Harrier Engine, importreports.cmd does not disconnect the MAXSESSION after the requested imports are done. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86257 Issue(s): 10-18789 Description: In Workflow Designer, a workflow assignment cannot be assigned in parallel. To implement parallel assignments, wfassignment.roleid was changed from being required to being not required. Database Scripts: HF7116_17 Manual Changes: N/A --- APAR #: IZ86817 Issue(s): 10-19072 Description: In Security Groups, the data restriction is not working for users application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85374 Issues(s): 10-18315 Description: In the Assets application, In the View Work Details tab, the options flag (=Include History Flag?) is not working. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ82789 Issues(s): 10-17084 Description: An asset is referenced two time in the assetstatus tabel instead of only once. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87985 Issues(s): 10-19620 Description: In Application Designer, when you add an image, the image only algins to the ledt of the section. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86727 Issues(s): 10-19009 Description: If the URL attachemnt names have more than 40 characters, and you display them in a List View, the names wrap, and are no longer hyperlinks. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83241 Issues(s): 10-17375 Description: In the Receipts application, when you are creating a service receipt for multiple partial receipts, without saving each time you add a row, the Line Cost is incorrectly calculated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87363 Issues(s): 10-19426 Description: When 2 fields point to the same DB field, the required icon is sometimes shown when it should not be. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69492 Issues(s): 10-10788 Description: In the Inventory application, if you return a rotating item, decommission this item and then delete it, the value of the current balance is incorrectly calculated. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ88271 Issues(s): 10-19743 Description: In the Item application, if you do not have the security right to approve recordss, you cannot approve a record in workflow. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88801 Issues(s): 10-19906 Description: In Rpt: Harrier Reports, the work order hierarchy report (BIRT) does not handle duplicate work order numbers from different sites. Database Scripts: N/A Manual Changes: Reimport WOTRACK/workorder_hierarchy.rptdesign --- APAR #: IZ84852 Issues(s): 10-18015 Description: In the Work Order application, you cannot select an incident for the fields of the Originating Record unless you select the Originating Record class. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88848 Issues(s): 10-19901 Description: You can create more than one primaru sustem for one site. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88720 Issues(s): 10-19852 Description: If you set the classification and classification description fields as required, no warning is displayed when you create a job plan but do not specify one or both fields. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87459 Issues(s): 10-19472 Description: You cannot view the document that is attached to an inbound communication. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88731 Issues(s): 10-19871 Description: If you apply the hotfix for APAR IZ62752, and you create a PO workflow escalation, the workflow assignments on the PO are duplicated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77631 Issues(s): 10-15299 Description: In the Domains application, when you have conditions on the WOSTATUS domain that are applicable to different objects, the conditions are not correctly fired. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89748 Issues(s): 10-20441 Description: When the database is disconnected, MAXIMO is removed from the MAXSESSION table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77149 Issues(s): 10-15072 Description: In the Assets application, after you apply the latest hot fix for 7.1.1.4, the Go to Item Master option no longer works. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75236 Issues(s): 10-13489 Description: The date time search queries fail when time is specified(hh:mm) after updating AIX from TL06 to TL09. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88561 Issues(s): 10-19774 Description: In the Request for Quotation application, if the "Require Approval to Convert PR to PO or Contract" check box is enabled, the records that use a synonym status for approved are not selected when you copy the PR Lines to a RFQ record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85253 Issues(s): 10-18172 Description: In Workflow, when you cancle a workflow interaction node, the More Search Fields window opens unecessarily. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86066 Issues(s): 10-18610 Description: In the Classifications application, if you use a SQL Server, and you try to change the Classification for Items, the following error occurs: "BMXAA4210E - Database error number 8115 has occurred." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86062 Issues(s): 10-18598 Description: When you select "View Contracts" on the Asset field, the following error occurs: "BMXAA4187E - A relationship called VIEWCONTINPUT does not exist for the CI business object." Database Scripts: HF7116_19.dbc Manual Changes: N/A --- APAR #: IZ90072 Issues(s): 10-20606 Description: The application server is crashing because of a thread deadlock. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86152 Issues(s): 10-18649 Description: In the Assets application, if you work in an environment that uses different decimal grouping characters, and you try to add a meter reading to an asset, the following error occurs: "BMXAA4148E - Not a valid value." Database Scripts: HF7116_20.sql, HF7116_20.class Manual Changes: N/A --- APAR #: IZ90430 Issues(s): 10-20793 Description: You cannot apply a ticket template to a SR from the Quick Insert portlet on the Start Center. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88735 Issues(s): 10-19904 Description: In the Assets application, the drilldown values are not displayed in complete ascending order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89604 Issues(s): 10-20289 Description: In the Inventory Balance Report, when you perform a query where the statement for the CONDITIONCODE does not deal with NULL values, the inventory balances on the report are incorrect for items that are not condition enabled. Database Scripts: N/A Manual Changes: Reimport INVENTOR/inventory_balance_tbl.rptdesign --- APAR #: IZ88275 Issues(s): 10-19745 Description: In Migration Manager, you cannot migrate synonym values becase internal synonym domain is not set to false. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ90438 Issue(s): 10-20810 Description: In the Routes application, when you filter a route record for the location where to insert, and than try to add a route stop, a database error number 2601 occurs. 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: IZ89367 Issue(s): 10-20170 Description: Hidden fileds are being rendered, which causes a performance issue for Spatial customers. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89279 Issue(s): 10-20075 Description: In the Preventive Maintenance application, on the Frequency tab, when you clear the PM.EXTDATE field, and then clear PM.NEXTDATE field, the PM.ADJNEXTDUE remains writable and checked. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ87787 Issue(s): 10-19598 Description: In the Report Administration application, some specific type of pdf files attached to Maximo are printed in portrait instead of landscape. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89305 Issue(s): 10-20112 Description: In Rpt: Harrier Reports, if you select an inventory item, make an Inventory Adjustment, and then run the Inventory adjustment report, the new balancedoes not match the Current Balance in Maximo. Database Scripts: N/A Manual Changes: Reimport INVENTOR/inventory_transactions_adjustments.rptdesign --- APAR: IZ91177 Issue(s): 10-21152 Description: In Person Group, after you install hotfix build 21, the object restriction does not work. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ90872 Issue(s): 10-20992 Description: A condition applied to WOSTATUS domain does not work in the work order status lookup of the Preventive Maintenance application. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89902 Issue(s): 10-20500 Description: The application server causes the CPU to work at full capacity because of an infinite loop in the Assets application when the appLink goes from the Item field to the Item application. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ91312 Issue(s): 10-21304 Description: In the Inventory application, in the Site field, you can specify an invalid site and storeroom combination when you are creating an internal record. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ91759 Issue(s): 11-10127 Description: In Locations application, when you try to decomission a location that has decommissioned asset, the following error occurs: "BMXAA0032E - Cannot change the status to the same status." Database Scripts: N/A Manual Changes: N/A --- APAR: IZ86290 Issue(s): 10-18772 Description: In the Job Plan application, a child job plan that has a synonym value for DRAFT does not inherit the status change of parent job plan. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89222 Issue#: 10-20040 Description: In the Purchase Requisitons applicaition, on the PR line, if you click Go To on the PO field, Maximo goes to the PO application, but does not open the PO record.. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86323 Issues(s): 10-18803 (dup of 10-18307 - related to 10-15909) Description: In the Service Requests application, you cannot classify a record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85452 Issues(s): 10-18323 Description: In the Locations application, if you create a location in the Location Hierarchy, the new rows are not added to the Locancestor table. Database Scripts:N/A Manual Changes: N/A --- APAR #: IZ86996 Issue(s): 10-19159 Description: When you click on the select value button in the package lifecycle report, an invalid binding issue occurs. Database Scripts: N/A Manual Changes: See the Manual Changes Section for this Issue/APAR. --- APAR #: IZ87118 Issue(s): 10-19288 Description: INVENTORY_ROP has an error in the SQL statemane, causing a miscalculation of the New ROP value on Rpt: Harrier Reports. Database Scripts: N/A Manual Changes: Re-import INVENTOR/inventory_rop.rptdesign --- APAR #: IZ91287 Issue(s): 10-21248 Description: In the Preventive Maintenance application, Maximo does not automaticaly generate work orders for PM records. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91920 Issue(s): 11-10216 Description: After you configure a proxy host, you cannot run OOB BIRT reports. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88195 Issue(s): 10-19707 Description: In the Locations application, you must have Save permission to enter meter readings. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89286 Issue(s): 10-20079 Description: In the Service Request application, the communication log documents are not created. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== Begin HF023 (MBS_7116_LAFIX.20110307-1220.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ85263 Issues(s): 10-18214 Description: In Rpt: Harrier Engine, if you try to print a report with attachments, and the path name for the file contains spaces, the printing process fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86996 Issue(s): 10-19159 Description: When you click on the select value button in the package lifecycle report, an invalid binding issue occurs. Database Scripts: N/A Manual Changes: See the Manual Changes Section for this Issue/APAR. --- APAR #: IZ87944 Issue(s): 10-19621/IZ87944 dup of 10-16478 Description: In Locations and Assets applications on the List tab, when user attempts to change status on a selected set of multiple records, the following error is thrown: "BMXAA0032E-Cannot change the status to the same status". The fix for the Locations application was created under IZ80808/10-16478. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91638 Issue(s): 11-10096 Description: If you run several large transacitons at the same time, the JVMs run out of memory. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92373 Issue(s): 11-10505 Description: When you create a tab group between existing sections in the product and specify a value for any field in the tab, the "Target Start" field gets highlighted. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87230 Issues(s): 10-19343 Description: In the Purchase Requisitions application, if you set the Create Approved PO from Contract on PR Approval option to true, and you try to create PR records on Contract Items, the PO description does not get populated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89749 Issues(s): 10-20442 Description: In the Inventory application, when you add multiple items to a storeroom, the product might crash if the number of items is too big. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91300 Issues(s): 10-21269 Description: In the Work Order application, when you create parent and children work orders in an external system and change the parent work order status to APPR, XMLs are created and the process occurs normally. However, if you change the parent work order status to WAPPR, an error occurs and XMLs are not created. Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: IZ76191 Issue(s): 10-14290 Description: When start a work flow for an object that has attributes that are both null and flagged as REQUIRED in the user interface, the 'Required field is blank' error message message is displayed and hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92114 Issue(s): 11-10317 Description: When you access Work Order Tracking and add an image to the Work Order tab, no changes are processed in the column field and you cannot save changes to the position of the image within the column. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91457 Issues(s): 10-21387 Description: In the Assets application, when you move assets from the Asset tab or the List tab to a null location and a named bin, you cannot track them properly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77539 Issues(s): 10-15216 Description: UpdateDB fails when unexpected changes are made to Text-Searching on tables. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68203 Issues(s): 10-10416 Description: In the Configure application, WFACTION.INSTRUCTION is not multi-language enabled. Database Scripts: HF7116_21.sql Manual Changes: N/A --- APAR #: IZ91339 Issues(s): 10-21303 Description: In Issues and Transfers application, the SQL does not return any values in the Default Table Data area because the tositeid is null since the table data is based on zombie. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93604 Issues(s): 11-10858 Description: If you specify a date using the wrong date format, the reconciliation process that happens in the ITAM Reconciliation fails. Database Scripts: - Manual Changes: N/A --- APAR #: IZ90139 Issues(s): 10-20639 Description: The Asset Details report does not return any data. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ92159 Issues(s): 11-10367 Description: In the Purchase Orders application, you can change the status of a purchase order to CLOSED. However, if you do this and the purchase order is associated with a large number of InvoiceLine records, a memory error occurs in the JVM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88512 Issues(s): 10-19773 Description: In the Service Requests application, if you copy an existing relationship that is already in use to the database configuration and make changes to this relationship in the SR Object, you get invalid binding errors for all Service Requests you select. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92117 Issues(s): 11-10316 Description: In the Person Group application, if you try to create new rows in a person group after using a filter, an error occurs because the new row considers that the records filtered on the screen are the total records for person groups in the database. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92057 Issues(s): 11-10315 Description: In the Person Group application, when you add a person specified in a person group to another location in addition to the group default, you are not allowed to insert new records or delete existing information unless you unselect one of the specified groups. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94780 Issues(s): 11-11297 Description: In the Classification Catalog, when you create a child classification, the inherited parent attribution does not maintain the sequence definition from the parent. Instead the sequence of all parent attributes is sorted in alphabetical order. Database Scripts: N/A Manual Changes: --- APAR #: IZ95008 Issues(s): 11-11388 Description: In the Purchase Contracts application, if you choose to open a warranty contract or an asset associated to a contract, you do not see the revisions that were made to the contract after it was approved. Database Scripts: N/A Manual Changes: --- APAR #: IZ95298 Issues(s): 11-11613/IZ95298 dup of 10-18000 NONE APAR Description: If you create an Object Structure and specify the main object as Problem, Change or WO Activity, this object is a view. When you try to publish this object, an error occurs and informs that views cannot be published as Cognos packages. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92226 Issues(s): 11-10411 Description: In the Linear Assets application, you can add an asset that contains two features with the same label but different start and end measures to a Service Request. However,when you select one of the features, you notice that the feature field is not populated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92819 Issues(s): 11-10702/IZ92819 dup of 10-15135/IZ77384 dup of 10-20984 NONE APAR Description: When you try to upgrade to Maximo 7.1.1.8, an error occurs and ConfigDB fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87518 , IZ91465 Issue(s): 10-19482/IZ87518 dup of 10-21411/IZ91465 Description: If you create and delete a workflow process revision with Email Notifications, and then recreate this process revision, a unique constraint error occurs after you save the revision. Database Scripts: HF7116_22.sql Manual Changes: See the Manual Changes Section for this Issue/APAR. --- APAR #: IZ94173 Issues(s): 11-10979 Description: After you restart the JVM, an error occurs and logging.properties stops. Database Scripts: N/A Manual Changes: See the Manual Changes Section for this Issue/APAR. --- APAR #: IZ95099 Issues(s): 11-11433 Description: In the Inventory application, when you open an inventory item, you can check the trash icon. If you uncheck this icon later, an error occurs and informs you that you cannot perform undelete action. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95115 Issues(s): 11-11468 Description: In the Assets application, when you try to add assets that have the same number but different locations to the 'Safety Related Asset' subtab, the following error message is shown: "BMXAA3640E - This related asset has already been specified.". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95397 Issues(s): 11-11703/IZ95397 dup of 09-21516 Description: In the Assets application, when you move a child rotating asset to another location, the parent field is not cleared. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95703 Issues(s): 11-11888 Description: When you change the average cost in an inventory item and then run an inventory transaction report different from CURBALADJ, you note that the value in Old Balance is missing. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ91762 Issues(s): 11-10155 Description: In the Locations application, if you try to specify a new location and locationsite to a record, an error occurs unless the location specified is within the existing locationsite. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95159 Issues(s): 11-11487 Description: In the Preventive Maintenance application, you can associate the same asset to two different Master PMs that contain PMs with different frequencies. However, if you move the asset, an error occurs and the PMs turn into the same PM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93242 Issues(s): 11-10764 Description: In the Assets application, when you specify a location to swap a rotating asset and they contain the same item number, the following error message appears: 'Location is currently occupied by asset.'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96150 Issues(s): 11-12120 Description: Some clients that belong to the same Persons and Users Group do not have troubles when they perform tasks in the work flow. However, when one specific client in the same groups tries to perform a task, an error occurs and none of the job plans or work flows start. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93863 Issue(s): 10-20938/IZ90699 dup of 11-10914/IZ93863 Description: When you filter a work order in the Work Order History list, a Please Wait dialog is displayed and, a few seconds later, you can see the work order. However, sometimes, on random occasions, this dialog does not close until it times out and you cannot see the work order you filtered. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== Begin HF024 (MBS_7116_LAFIX.20110415-0654.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ93242 Issues(s): 11-10764 Description: In the Assets application, when you specify a location to swap a rotating asset and they contain the same item number, the following error message appears: 'Location is currently occupied by asset.'. Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: IZ92240 Issues(s): 11-10423 Description: When you bring up specifications for every applications that use classifications, unnecessary queries are shown on the class structure table. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ88083 Issue(s): 10-19627 Description: If you add a classification to the Classification Catalog, the performance of all applications slows down. Database Scripts: HF7116_23.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ95724 Issues(s): 11-11885 Description: In the Preventive Maintenance application, if you move a rotating asset with a continuous meter and a PM to another location, the parameters set to the PM are not copied correctly into the new location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ66444 Issues(s): 09-22846 Description: In the Work Order application, when you specify a Failure Remark, the Remark Date defaults to the current date and time. If you try to change this Remark date, the date always changes to the current date and time, regardless to the date and time you have tried to specify. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74669 Issues(s): 10-12759 Description: In the Workflow General, when multilanguage is enabled for workflow, the multilanguage data is not copied over when a new revision is made. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96319 Issues(s): 11-12177 Description: In the Purchase Contracts application, if you specify a Line Cost or an Unit Cost of 0.31679, for example, the decimal portion is rounded to 0.32. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96453 Issues(s): 11-12208 Description: If you install HF 10-5-10 for Maximo 7.1.1.6 without having the MAXADMIN security group and you try to change the status of an approved work order, an error occurs and the following error messages are displayed: "BMXAA4590E - Could not change Work Order xxx status to WAPPR."; "BMXAA0024E - DELETE is not allowed on INVRESERVE." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96346 Issues(s): 11-12187 Description: When you try to receive rotating items with a three-level IAS, an error occurs and the following message is displayed: "Parent XXX is not a valid asset, or its status is not an operating status". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96548 Issues(s): 11-12309/IZ96548 dup of 06-17632 Description: In the Inventory application, when you edit a saved Primary Vendor, an error occurs and you cannot save the changes made. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96039 Issues(s): 11-12068 Description: When you run the Summary of Asset Failure by Location Report in the JEP site, WASHDRY location, an error occurs and no data is returned. Database Scripts: N/A Manual Changes: Re-import ASSET/sumasset_fail.rptdesign --- APAR #: IZ92788 Issue(s): 11-10676 Description: When you change the Actual Start date of a work order to a past date and then change it again to a future date, the error "BMXAA4494E - Specify actual date that are in past." occurs and you have to click Ok. After you click Ok, the Actual Start updates with the last value specified for this field. However, if you save and refresh the work order, this field is displayed with the original value that was changed first. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95125 , IZ87140 Issues(s): 11-11471/IZ95125, 10-19294/IZ87140 dup of 10-14615 Description: In the Work Order application, if you have the same work order number in different sites and you add these work orders to the Work Log tab, Maximo associates the work log for both work orders. Database Scripts: HF7116_25.dbc Manual Changes: N/A --- APAR #: IZ97334 Issue(s): 11-12777 Description: In the Issues and Transfers application, when you create a default table data section with an invalid location and click the new row button, no error happens and you are allowed to save the record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93313 Issue(s): 11-10821 Description: If you use LDAP and apply a hotfix for Maximo, the Run Reports action does not return reports anymore. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95897 Issue(s): 11-11962 Description: In the Receipts application, after you change the exchange rate of a PO from EUR or USD to another value, the MATRECTRASN.OLDAVGCOST does not get automatically populated when you try to receive an item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98662 Issues(s): 11-13272 Description: In the Inventory application, if you process a search on all active items and save this query as the default, when you select a new row for a PR, the inventory shows all items, not just the active ones. Database Scripts: N/A Manual Changes: N/A -------- -------- =============================================================================================== End HF024 (MBS_7116_LAFIX.20110415-0654.psi.zip) =============================================================================================== -------- -------- =============================================================================================== Begin HF025 (MBS_7116_LAFIX.20110612-2129.psi.zip) =============================================================================================== -------- -------- --- APAR #: IZ89696 Issue(s): 10-20360 Description: In the Issues and Transfers application, the integration point for invoice balances and inventory messages is not being triggered. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-20975 Description: If you specify a different time zone than the one specified by your system, date parameters are not correctly shown. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-19828 Description: When you promote CIs to IGA PROD, the system performance becomes slow. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 11-12163 Description: When you try to upgrade an Oracle Core 6.2.7 database to Core 7.1.1.8 applying the 7.1.1.8 hotfix, the Integrity Checker fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issues(s): 11-12815 Description: If your Login ID contains an apostrophe symbol, you cannot login. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95164 Issue(s): 11-11486 Description: If you add where clauses to a relationship and try to filter for it, an error occurs and the message "BMXAA4210E - Database errror number 907 has occurred. ORA-00907: Missing right parenthesis" is shown. If you make changes to the where clause and try to filter for the relationship again, an unknown error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91185 Issue(s): 10-21168 Description: Some records in the login tracking table are getting the wrong ATTEMPTRESULT value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95882 Issue(s): 11-11961/IZ95882 dup of 10-10413 Description: In the Rpt: Harrier Engine, if a report has a multiline field in the request page, nothing happens after you specify a carriage return to this report and run it. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ97565 Issues(s): 11-12870 Description: If you have a ` in your user name, you cannot create new Changes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98716 Issues(s): 11-13302 Description: In the Purchase Requisitions application, you can duplicate obsolete items, process them to a PO and receive them into an inventory. Database Scripts: See the Manual Changes section for this Issue/APAR. Manual Changes: N/A --- APAR #: IZ99119 Issues(s): 11-13406/IZ99119 dup of 09-13533 Description: In the Classification Catalog, if you create a new classification and add an attribute to this classification, the unit of measure is not applied to the children classifications, even after you check Apply Down Hierarchy. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99296 Issue(s): 11-13447 Description: In the Rpt: Harrier Engine, if an attached document name contains a %20, Maximo does a double encoding of it. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94816 Issue(s): 11-11339 Description: When you select a classification from the tree in the OOTB dialog box, you must click on the blue box next to the name. If you try to click on the name, nothing happens even though the cursor has changed its form to a selection form. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94093 Issue(s): 11-10966 Description: In the Application Designer, when you close a view from an application screen, the application prompts you a message to save your changes even if no changes were made. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97889 Issues(s): 11-13002 Description: When you open Excel 2007 from Labor Reporting, the Regular Hours column replaces negative values with #VALUE. Database Scripts: N/A Manual Changes: Refer to the Manual Changes section for this APAR/Issue. --- APAR #: IZ99363 Issue(s): 11-13481 Description: After you apply Hot Fixes 22, 23 or 24 for Maximo 7.1.1.6, the reports do not show images or icons. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98018 Issue(s): 11-13114 Description: In the Assets application, if you move a rotating asset that is related to active master PM records, create a new PM in this new site and then move the asset back to the first site, an error occurs and a message that informs that the Required Field PM is Blank is shown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98873 Issues(s): 11-13322/IZ98873 dup of 11-11124 Description: In the Routes application, if you save one new route with multiple lines of route stops, an index error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99379 Issues(s): 11-13487 Description: In the Purchase Requisitions application, if the polineseq reaches a value that is not an integer value, you cannot create a changeorder. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95657 Issues(s): 11-11853/IZ95657 dup of 11-13445 Description: If you try to send a communication from an application and you specify an invalid address in the To field, a null error message and a null pointer are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96859 Issues(s): 11-12445 Description: The unique column configuration for the Deployed Assets User Information table is not correct. Database Scripts: HF7116_26.dbc Manual Changes: N/A --- APAR #: IZ99045 Issues(s): 11-13404 Description: In the MEA Integration Framework, if you import an xml to create a work order and the timezone is not specified in the xml date, the reported date/time is incorrect. Manual Changes: N/A --- APAR #: IZ80247 Issues(s): 10-16296 Description: The performance of the Job Plan application is being affected by errors FldFlowControlled.class and FldSuspendFlow.class. Manual Changes: N/A --- APAR #: IZ96292 Issues(s): 11-12151 Description: If you specify an invalid user to the Run as User field on a Cron Task Instance, the error message "BMXAA3858E - Run as User WILSON is not an active user." is shown, but the invalid user name still appears on the table. Manual Changes: N/A --- APAR #: IZ73231 Issues(s): 10-12036 Description: In Workflow, if you cancel a manual input node, the NoStatus Acting setting takes around 30 minutes to reset. Manual Changes: N/A --- APAR #: IV00292/IZ82945 Issues(s): 11-13783, 10-17171/IZ82945 Description: If the spell checker finds a misspelled word in a long description and you select "Replace all" without specifying a new word to replace the wrong one, the section seems to hang and the system performance becomes slow. Manual Changes: N/A --- APAR #: IZ78318 Issue(s): 10-15700 Description: If you have read-only privilege to PM and WOGEN, you cannot generate work orders based on meters. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ70916 Issues(s): 10-11220 Description: When you import labor records with status INACTIVE in MEA, an error occurs and the following message is shown: "ORA-00001: unique constraint (MAXIMO.LABORSTATUS_NDX2) violated." Database Scripts: HF7116_27.dbc Manual Changes: N/A --- APAR #: IZ97079 Issue(s): 11-12614 Description: In the Escalation Manager, even if a scripted action fails, escalation marks it as a successful execution. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98825 Issue(s): 11-13314 Description: In the Inventory application, if you belong to a group that contains many storerooms and you go to Issues and Transfers, a slow performance issue occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98962 Issue(s): 11-13360 Description: In the Work Order (SP) application, if you specify manually an active rotating tool to the Actuals tab from an approved work order, an error occurs and you cannot add the tool to the work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99307 Issue(s): 11-13452 Description: In the Rpt: Harrier Engine, if you try to create new Data Sources in an upgraded database, an error occurs and the following message is shown: "BMXAA4195E - Required Field Data Source Name is blank." Database Scripts: HF7116_28.dbc Manual Changes: N/A --- APAR #: IV00637 Issue(s): 11-13905 Description: In the Inventory application, if you try to save a QBR report in a secondary language, an error occurs and an error message is shown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99576 Issue(s): 11-13555/IZ99576 dup of 10-1994711-13555 Description: If you use Internet Explorer to log in to Maximo, select a record with related PMs, click the Location field and scroll down to select the Detail Menu, the window suddenly scrolls up again. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90445 Issue(s): 10-20845 Description: In the Warranty Contracts application, when you create a work order from an asset that is under a warranty contract, no waring message is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99377 Issue(s): 11-13477 Description: On a specific weekend in March, 2011, one escalation repeatedly sent communication e-mails to some customers and caused an error on the exchange servers. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96940 Issue(s): 11-12489 Description: If your Time Zone is America/Los_Angeles and you try to create a Labor to a Work Order, the dates you specified for the Start Date and the Estimated Next Due Date fields are not shown correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98176 Issue(s): 11-13151 Description: In the Issues and Transfers application, if you enter new values or change existing values in the Default Table Data and in the Issue Details section, these values are not shown after you save your changes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96606 Issues(s): 11-12363 Description: When you try to create a work order with Job Plans associated to different classifications that contain common attributes, an error occurs and you cannot save the work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99570 Issues(s): 11-13549 Description: In the Preventive Maintenance application, when you check the "Use Last WO Start information to Calculate Next Due Frequency" after inserting meter readings with all check boxes unchecked, the estimated meter readings are not calculated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98618 Issue(s): 11-13252 Description: In the Escalation Manager, when you activate an escalation with work orders and the escalation process fails, the settings you specified are not applied and multiple e-mail notifications are sent. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99713 Issues(s): 11-13619 Description: If an e-mail is supposed to be sent to many users and at least one of them is invalid, the e-mail is still sent to the valid ones. Database Scripts: HF7116_29.dbc Manual Changes: Refer to the Manual Changes section for this Issue/APAR. --- APAR #: IZ99235 Issues(s): 11-13437 Description: In the Assignment Manager, if you add some work orders to an active job plan that has some tasks and a labor and you assign these work orders to the labor, the Assign Labor dialog does not show the work orders in the proper numerical order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01234 Issues(s): 11-14136 Description: In the Classification Catalog, if a Job Plan with a Classification that contains attributes and is associated with a Job Plan task is deleted and, after that, you try to create a similar Job Plan with the same name you used for the deleted one, an error occurs and the following message is displayed: "BMXAA4129E The record already exists to Job Plan=x, Task=y, Attribute=z, Secction=.". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01313 Issues(s): 11-14138 Description: If you have a security restriction for an object and you type a partial user name into the AFFECTEDPERSONID or the REPORTEDBYID fields to look for a PersonID, the query created duplicates the security restriction and causes a performance issue. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00696 Issues(s): 11-13953 Description: In the Rpt: AD Hoc Reports, if you save a QBR report in a multilanguage environment, the request pages for all other reports may appear in an incorrect language. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01437 Issues(s): 11-14209 Description: In the Work Order application, if the Start Date of an approved work order is null, the Labor and Craft select value shows an invalid binding. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69739 Issue(s): 10-10842 Description: When you specify a backdated meter reading on an asset meter that has a rollover value that is greater than zero, the delta meter reading value is not updated correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ72172 Issue(s): 10-11409 Description: In Work Order Tracking, when you specify a meter reading value that is higher than the existing reading, a rollover gets applied and no error message is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00287 Issue(s): 11-13780 Description: In the Companies application, if multiple sites have the same company number and you try to modify a company record, an error occurs and the following message is shown: "BMXAA0868E - The exchange rate was not found." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00075 Issue(s): 11-13727 Description: In the Work Order application, you cannot create work orders for nested Job Plans through the NESTEDJOBPLANS MAXVAR functionality. Database Scripts: HF7116_30.dbc Manual Changes: N/A --------- --------- =============================================================================================== End HF025 (MBS_7116_LAFIX.20110612-2129.psi.zip) =============================================================================================== --------- --------- =============================================================================================== Begin HF026 (MBS_7116_LAFIX.20110728-1010.psi.zip) =============================================================================================== --------- --------- --- APAR #: IZ99574 Issue(s): 11-13557 Description: Material reservation does not work on Activity tickets if the work order is approved using workflow actions with communication templates associated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01628 Issue(s): 11-14280 Description: In the Purchase Contracts application, you must change the status of an approved Warranty Contract to EXPIRD before revising it. However, the EXPIRD status is not an available option. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01076 Issue(s): 11-14084 Description: In Upgrade Utility, the COMMITMENTTYPE Synonym domain has Default checked for all 'OTHER' internal values. Database Scripts: HF7116_31.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IV01602 Issue(s): 11-14253 Description: In Rpt: Harrier Engine, the excluded list of attributes for the default Report Object Structure is applied to all object structures used in the application. Database Scripts: HF7116_32.dbc Manual Changes: N/A --- APAR #: IV01790 Issue(s): 11-14363 Description: If you work on a enviroment with the langague set to CZECHn, the BMXAA4129E error message might occur durin the authorization process of some Configuration Items. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01883 Issue(s): 11-14375 Description: In the Classifications application, if you have large top level (4000) classifications, the lookup takes long and generates a large number of sql statements which might be redundant. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01898 Issue(s): 11-14385 Description: In the Issues and Transfers application, if you transfer an item to a COURIER location and then add a line and save the record, the following error message is displayed: "BMXAA1931E "Please specify a To Lot and Bin." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96012 Issue(s): 11-12027 Description: Linked attachemnets do not work. However, copied attachments work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02283 Issue(s): 11-14524 Description: When you remove a vendor from the Items application, you are not prompted for an E-Sig. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02126 Issues(s): 11-14430 Description: In the communication template, the equal sign "=" is displayed as "is". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02348 Issues(s): 11-14544/IV02348 dup of 10-11231 Description: When the existing row menu option is not found, the autoupgradetemplate method tries to add the new option as the last item in the menu. The sql to find the last position is incorrect. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00835 Issues(s): 11-14028 Description: In the Work Order application, if you try to create a record with a "Fail Prompt" worktype, the record fails to be validated when you click the "Complete" WO button. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02631 Issues(s): 11-14615 Description: VMMSYNC does not understand that an id is unique to a domain. Therfore it simply pulls the id and loads it without looking at the full CN entry, causing the following error: "BMXAA6784E - The VMM group membership data failed to synchronize with the database." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02700 Issues(s): 11-14637 Description: After you run a dbconfig, the permissions on some of the views are dropped. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95222 Issues(s): 11-11549 Description: In the System Properties application, if you download tables to a spreadsheet, the mxe.db.password is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02318 Issues(s): 11-14530 Description: If you use Firefox to open an application and scroll down when you open a list to specify a value for a field, the dialog scrolls back to the top when you tab out of the field. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00402 Issue(s): 11-13837 Description: In the Receipts application, when saving a receipt the following error occurs: "BMXAA1925E - Cannot return more than what has been received�. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02795 Issues(s): 11-14669 Description: In the Work Order application, the password information window does not close as it does in the Start Center. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02850 Issues(s): 11-14695 Description: When a CI is linked to Assets CI, the service and service group are unavailable. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78661 Issue(s): 10-15846 Description: In the Inventory application, if no records are selected on the List tab, and you try to add Items to a Storeroom using the Select Action menu, the Item is added to all records on the List tab. Database Scripts: HF7116_33.sql, HF7116_33.class Manual Changes: --- APAR #: IZ68178 Issue(s): 10-10415 Description: If you save the current application query in QBR when the WHERE clause includes an order by, the QBR report returns no records. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ98911 Issue(s): 11-13335 Description: In the Rpt: Harrier Engine, when you add a new parameter to a report and generate the request page, users in different JVMs cannot see the new parameter in a clustered environment. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03298 Issue(s): 11-14852 Description: If you use long description type field with a carriage return in a Communication Template subject, sometimes the e-mails generated by this template are incomplete. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64443 Issues(s): 09-21516(Fixed the problem caused by 09-21516) Description: In the Assets application, after moving an asset with a rotating item to a storeroom, the parent is not disassociated from the child asset. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77571 Issues(s): 10-15245 Description: When you duplicate a Location, a database error 1 occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99341 Issue(s): 11-13462 Description: In the Assets application, when you apply the method that gets the current parent asset, the database connection remains open for a long time and memory or performance errors can occur. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97234 Issue(s): 11-12729 Description: In the Rpt: Harrier Engine, if you change the date or time of a report scheduled for a future date to a date that will occur before the original one, the changes are applied, but the report does not run according to the new date. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02630 Issue(s): 11-14614 Description: When duplicating a configuration item that is linked to an asset, the asset number is copied to the new configuration item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74650 Issue(s): 10-12740 Description: In the MEA Integration Framework, if you call an external system web service and it takes some time to answer, Maximo`s end point times out even if the value specified in the time out parameter was higher than the one the system took to answer. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97822 Issue(s): 11-12986 Description: When you download records from the List Tab results, you cannot open the file in Excel. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77577 Issue(s): 10-15261 Description: In the MEA Integration Framework, when you try to perform a file import process of a MXINVISSUEInterface transaction, a java.lang.NullPointerException error occurs because the MXINVISSUEInterface inbound processing class is overriding the creation of the MboSet and does not set an instance variable. This issue was fixed in Maximo 7.1.1.6 fix pack. Database Scripts: N/A Manual Changes: N/A --- APAR: IV00059 Issue: 11-13718 Description: In the Search Solutions application, when searching for solutions with aliases, solutions are not filtered correctly by status. Database Scripts: N/A Manual Changes: N/A --------- --------- =============================================================================================== End HF026 (MBS_7116_LAFIX.20110728-1010.psi.zip) =============================================================================================== ------ ------ =============================================================================================== Begin HF027 (HF027: MBS_7116_LAFIX.20110909-1032.psi.zip; 9/12/2011 @7:31AM) =============================================================================================== --------- --------- --- APAR #: IZ89746 Issues(s): 10-20440 Description: The performance of the calendar date selection is slow. Database Scripts: HF7116_18.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ93223 Issues(s): 11-10763 Description: BIRT END DAY TIME FUNCTION PRODUCES WRONG RESULT SET Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01469 Issues(s): 11-14215 Description: SERVER RUNNING INTO FREQUENT "STACKOVERFLOW" IN UI SECTION OF CODE AND CRASHING. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65426 Issues(s): 09-22156 Description: CANNOT ATTACH A DOCUMENT TO A CLOSED WORKORDER IN EDIT HISTORY MODE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98470 Issue(s): 11-13206 Description: JOB PLAN FIELD BECOMES BLANK ON PM WHEN ROTATING ITEM IS TRANSFERRED BACK TO INITIAL SITE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03481 Issue(s): 11-14948 Description: When adding a new measure point in the Condition Monitoring application, the unit of measure does not populate if the asset/meter or location/meter combinations do not already exist as an asset meter in the Assets application or location meter in the Locations application respectively. If the asset or location meter already exists, then the measure point's unit of measure is correctly populated from it. The measure point's unit of measure should be populated from the meter template in the Meters application if the asset meter or location meter does not exist before the measure point is created. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03316 Issue(s): 11-14872 Description: CANNOT EDIT FAILURE CODES IN EDIT HISTORY MODE IN WORK ORDER TRACKING APPLICATION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84833 Issue(s): 10-18007 Description: WHEN SR ARE CREATED IN MAXIMO, THE TEXT IS MISSING IN THE BODY FIELD Database Scripts: N/A Manual Changes: N/A --- APAR #: IV05135 Issue(s): 11-15329 Description: # (POUND SIGN) BEING CONVERTED TO %23 IN THE URL. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91079 Issue(s): 10-21125 Description: In the Classification catalog, when you assign prefixes at a parent level, these prefixes do not appear in this parent related child objects. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96940 (REWORK) Issue(s): 11-12489 Description: If your Time Zone is America/Los_Angeles and you try to create a Labor to a Work Order, the dates you specified for the Start Date and the Estimated Next Due Date fields are not shown correctly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV05134 Issue(s): 11-15327 Description: ROTATING BALANCE IN STOREROOM IS INCORRECT WHEN USING ISSUES AND TRANSFERS AND A RETURN TYPE TRANSACTION MAXIMO 7118/7119. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03621 Issue(s): 11-15029 Description:CLASSIFICATION FAILS TO CASCADE UPDATES FROM ITEM SPECIFICATIONS TO ASSET SPECIFICATIONS FOR ROTATING ITEMS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV05833 Issues(s): 11-15410 / 11-14230 Description: ASSIGNMENT MGR. - TASKS IN WRONG EXECUTION ORDER Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06373 Issue(s): 11-15467 Description: IN MULTILANGUAGE ENVIRONMENTS, PARAMETER LABELS ARE OCCASIONALLY IN THE WRONG LANGUAGE Database Scripts: N/A Manual Changes: You must Generate Request Pages for all reports in all languages for the change to take effect. In a clustered environment, you must also restart all nodes before the corrected label values are available on each node. This is a one-time process. --- APAR #: IV06245 Issues(s): 11-15434 Description: MAXIMO ROUND POLINE COST WHICH CAUSE TOHERANCES ISSUE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07112 Issues(s): 11-15710 Description: When generating a work order from a PM, the 'Copy Link to WO" functionality does not copy the linked document to the specified location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07134 Issue(s): 11-15711 Description: WORK ORDER CHANGE STATUS SELF APPROVING TO WMATL OR EVEN APPR WHEN PLANNED MATERIAL LINE IS DELETED, UNDELETED, AND DELETED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV04639 Issue(s): 11-15259 Description: USER CANNOT COPY PO LINE INTO INVOICE LINE. ERROR: BMXAA4146E Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07102 Issue(s): 11-15702 Description: MATRECTRANS FROMSITE IS INCORRECT WHEN ASSET IS MOVED FROM OPERATING LOCATION TO A STOREROOM IN A DIFFERENT SITE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06186 Issue(s): 11-15412 Description: DB ERRORS WHILE CREATING/SAVING ACTIVITES/TASKS Database Scripts: HF7116_34.dbc Manual Changes: N/A --- APAR #: IZ64856 Issue(s): 09-21761 Description: WHEN SSL IS ENABLED, MAXIMO IS UNABLE TO EXPORT APPLICATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03476 Issue(s): 11-14944 Description: CRONTASK FAILURE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV07157 Issue(s): 11-15732 Description: CROSS FRAME SCRIPTING ISSUE IN BASE MAXIMO Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02238 Issue(s): 11-14487 Description: CONDITIONAL UI SEEMS TO DISABLE ITSELF AFTER AN EXCEPTION IS RECEIVED FROM THE WORKFLOW ENGINE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03347 Issue(s): 11-14886 Description: POPUP - THIS PAGE CONTAINS BOTH SECURE AND NONSECURE ITEMS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01552 Issue(s): 11-14234 Description: In the Items application, you cannot use the Add Items to Storeroom window to add items to a courier location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06612 Issue(s): 11-15527 Description: ONCE A TABLE GOT LOCKED AND THE SESSION TIMEOUT IS MET THEN THE SERVER GET HANG Database Scripts: N/A Manual Changes: N/A --- --------- =============================================================================================== End HF027 (HF027: MBS_7116_LAFIX.20110909-1032.psi.zip; 9/12/2011 @7:31AM) *** Note: 9/16/2011; in the 7116HF027, We did not test, close all issues in this build. We only run automatin BVT tests for this hotfix. *** In the future 7116hotfix (HF028, HF0…) tests, please contact Kelly Wrisley/Bedford/IBM =============================================================================================== -------- -------- =============================================================================================== Begin HF028 (zzz.psi.zip) =============================================================================================== --------- --------- APAR #: IV08176 Issue(s): 11-16246 Description: When adding Manufacturer to the Advanced Search for Item Master, the resulting field does not return any rows when using the "Select Value" option in the Search. Database Scripts: N/A Manual Changes: N/A --------- APAR #: IV08212 Issue(s): 11-16288 Description: TRANSLATIONS ON TOOLBAR ICONS NOT OCCURING FOR DIRECT PRINT Database Scripts: N/A Manual Changes: N/A ---------- APAR #: IV08195 Issue(s): 11-16280 Description: REORDER PROCESS USES CONVERSION WHEN ORDER UNIT AND ISSUE UNIT DIFFERS AND IGNORE REORDER POINT? IS CHECKED Database Scripts: N/A Manual Changes: N/A ---------- APAR #: IV00915 Issue(s): 11-14049 Description: EXPERIENCING THE SLOWNESS IN ITEM DESCRIPTION SEACH FOR USERS IN SECONDARY LANGUAGE PROFILE Database Scripts: N/A Manual Changes: The fix only applies to Oracle database and when the system property mxe.db.MLQBELooseSearchWOJoin is set 1. In order for it to take effect, you need to add a maximo property through the System Properties app and name the property "mxe.db.UseSiteListInQuery". Please make sure to defined it as a YORN type property and give it a value of "1". You need invoke action "live refesh" if you will not restart the server. If without the property, the sql remains the same. ---------- APAR #: IV08762 Issue(s): 11-16460 Description: CHANGE DETAILS REPORT DISPLAYS WRONG RELATED RECORDS (=WOPRINT.RPTDESIGN,APPNAME=CHANGE) Database Scripts: N/A Manual Changes: Reimport WOTRACK/woprint.rptdesign ---------- APAR #: IV05442 Issue(s): 11-15337 Description: MXSERVER FAILS TO START AFTER APPLYING A BASE SERVICE HOT FIX IN NON-ENGLISH ENVIRONMENTS. Database Scripts: N/A Manual Changes: Update the translation for the pmsc PMP. Check to see if you have the pmsc PMP installed and if so, update the translation. If you have a [Maximo_Home]\tools\maximo\[Base_Lang]\xliff\pmsc directory, you have this PMP installed. Open up a command shell and goto [Maximo_Home]\tools\maximo. Run the following command, TDToolkit -pmpupdatepmsc -versionV7100-000 -nomaxmessfix ---------- APAR #: IV08970 Issue(s): 11-16547 Description: DATA RESTRICTION NOT BEING ENFORCED IN MATUSETRANS OBJECT IN SELECT ITEMS FOR RETURNS IN ISSUES AND TRANSFERS. Database Scripts: N/A Manual Changes: N/A ---- APAR #: IZ86562 Issue(s): 10-18876 Description: (performance)DATABASE SESSIONS GROW WITH ROUTES IN WORKORDER ON CLUSTERED ENV Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ66766 Issue(s): 09-22973 Description: In the Preventive Maintenance application, after you run a query and use the Generate Work Orders window to generate work orders from PMs, an “ORA-01000: maximum open cursors exceeded� error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08015 Issue(s): 11-16103 Description: VERY LARGE MBO COUNTS FOR SERVRECTRANS WHILE INVOICE IS PROCESSING IN WORKFLOW. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ71304 Issue(s): 10-11315 Description: When applying the shift 2nd. time on a different period, the system will delete the 1st. Applied one. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89675 Issue(s): 10-20340 Description: In the Report Administration application, when you click the Reports menu for the first time, more than 100 cursors are opened and these cursors are not closed immediately. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV09356 Issue(s): 11-16692 Description: WORKFLOW AND REPORTING CONNECTIONS HELD OPEN AND NOT CLEANED BY GC Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ97075 Issue(s): 11-12616 Description: Intermittent DB connection problems that lead to Toolbar for some applications Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ81408 Issues(s): 10-16867 Description: If many PO lines share the same contract, the memory footprint shown on the heap memory dump in Maximo Core occupies a greater percentage than the expected. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09753 Issue(s): 11-16823 Description: QUERIES WITH AN 'ORDER BY' CLAUSE DOES NOT WORK IN THE START CENTER PORTLET Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02195 Issue(s): 11-14455 Description: When you dupplicate the Location or the Aseets applications, the drilldown menu does not behave as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: REGRESSION - no apar Issues(s): 11-16982 Description: Status in Receiving doesn't change from none to complete after Invoice for Service PO lines are approved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09881 Issues(s): 11-16857 Description: WORK ORDER DETAILS REPORT HAS AN INCORRECT JOIN IN THE TASK AREA (TO THE WOACTIVIY VIEW) Database Scripts: N/A Manual Changes: Re-import WOTRACK/woprint.rptdesign --- APAR #: IV07979 Issues(s): 11-16096 Description: MAXIMO REPORTS NOT CLOSING CURSORS - MISSING CLOSE STATEMENTS. Database Scripts: N/A Manual Changes: Re-import WOTRACK/woprint.rptdesign --- APAR #: 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 #: IV09459 Issues(s): 11-16727 Description: UNABLE TO MOVE SECTION TO BE LEFT JUSTIFIED IN APPDESIGNER. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10555 Issues(s): 11-17127 Description: TABLE DOMAIN VALIDATION WHERE CLAUSE DOES NOT WORK ON CLASSIFICATION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02774 Issues(s): 11-14659 Description: CANNOT ENTER A LABOR TRANSACTION: NOT A VALID GL ACCOUNT. EITHER THE REQUIRED COMPONENTS ARE NOT FILLED OR THE COMPONENT VALUES ARE NOT VALID. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02096 Issues(s): 11-14421 Description: PERSON RECORD IS CLEARED WHEN IMPORTING LABOR/CRAFT INFO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02699 Issues(s): 11-14633 Description: IN ISSUES AND TRANSFERS: INVRESERVE ACTAUL QUANTITY AND RESERVED QUANTITY ARE INCORRECT WHEN USING INTERNAL PO AND COURIER LOCATION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11355 Issues(s): 11-17352 Description: IN ISSUE CURRENT ITEMS, GLDEBITACCT IS INCORRECTLY MERGED WITH THE GLACCOUNT OF A WRONG INVENTORY RECORD IN A DIFFERENT SITE. Database Scripts: N/A Manual Changes: N/A --- APAR: IZ89660 Issue(s): 10-20332 Description: In the Purchase Orders application, the inner select statment is missing the site ID, which causes the query to take a long time. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09520 Issue(s): 11-16776 Description: Delete a computer on computer application causing all recon link records deleted. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV10840 Issue(s): 11-17184 Description: REPORTEDBY AND AFFECTEDBY POPULATED WITH RUN AS USER WHEN PERSON DOESN'T EXIST Database Scripts: N/A Manual Changes: N/A --- APAR #: IV09329 Issues(s): 11-16681 Description: USERS ARE ABLE TO SEE THE ITEMS IN THE ITEM SETS THAT THEY DO NOT HAVE RIGHT TO ACCESS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00387 Issues(s): 11-13810/Defect 89332 Description: MAXIMO IS NOT USING INDEXES ON DATE FIELDS IN ORACLE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90477 Issues(s): 10-20847 Description: BMXAA0259E - THE E-MAIL CANNOT BE SENT NULL Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12380 Issues(s): 11-17633 Description: WITH RESTRICTION APPLIED CAN CHANGE STATUS TO CHILD ASSET BUT NOT TO PARENT ASSET. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11333 Issues(s): 11-17442 Description: SYSTEM MESSAGES NOT TRANSLATED INTO ADDITIONAL LANGUAGE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV11611 Issues(s): 11-17414 Description: CLASSIFICATION'S ATTR ASSIGNED TO OBJECT SR ONLY ARE COPIED TO A WO CREATED FROM THE SR AND WO IS MISSING ITS ATTRIBUTES. 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 #: IV14083 Issues(s): 12-10427 Description: Cross org PURCHASE ORDERS (RELEASE PO) CREATED FROM PUR CONTRACT ARE NOT VISIBLE WHEN TRYING TO SEE THROUGH "VIEW RELEASE COST (PO)" Database Scripts: HF7116_36.dbc Manual Changes: N/A --- APAR #: IV00382 Issues(s): 11-13813 Description: A memory leak occurs when searching asset attributes that return a large number of records. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87781 Issues(s): 10-19596 Description: Server is returning 404 for browser request to load required_label.gif, login_bkg_top.gif, and maximo.css. Database Scripts: N/A Manual Changes: N/A --- APAR #: n/a Issue(s): 12-10390 Description: Integrity Checker Errors introduced during 712x to 75 Upgrade Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85290 Issue(s): 10-18205 Description: DOCUMENT WITH A FILE PATH OF ./FILENAME IS NOT RESOLVING IN THE ATTACHED DOCUMENTS FUNCTIONALITY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94100 Issue(s): 11-10965 Description: PM hierarchies do not load correctly into MS Project. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78531 Issue(s): 10-15826 Description: In the Changes application, if an asset has a user/custodian relationship, you cannot cross move this item to a site and then move the asset back to the original site. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01526 / IZ93606 Issue(s): 11-14232 / 11-10857 Description: ON THE BANNER, EVERYONE IS SEEING BULLETINS(1) INSTEAD OF 0 AND NO MESSAGE IS SHOWING. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12858 Issue(s): 10-18205 Description: DOCUMENT WITH A FILE PATH OF ./FILENAME IS NOT RESOLVING IN THE ATTACHED DOCUMENTS FUNCTIONALITY. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 12-10675 Description: Cannot receive Rotating items - get error BMXAA4176E - Attribute CLASSSPECID does not exist. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69602 Issue(s): 10-10811 Description: In the Master Preventive Maintenance application, if you try to propagate the updates that you made on a master PM to the related PMs, the application removes the meter frequency based values of the related PMs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV17562 Issue(s): 12-11485 / 10-16685 Description: DB Connection WatchDog incorrectly logs long running connection Database Scripts: N/A Manual Changes : N/A --- APAR #: IV16107 Issue(s): 12-11034 Description: SPACES ARE STRIPPED FROM FIELDS IN EXCEL DOWNLOAD. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV15801 Issue(s): 12-10942 Description: "BMXAA1925E - CANNOT RETURN MORE THAN WHAT HAS BEEN RECEIVED." ERROR WHEN TRYING TO RETURN A NEGATIVE QUANTITY ITEM. 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 #: IZ67630 Issues(s): 10-19597 Description: In the Problems application, after you enter the data in the Problem worklog, all the entries in the log are displayed and not only the ones associated with the problem. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83468 Issues(s): 10-17512 Description: WORK ORDER NUMBER NOT RETAINED WHEN ROTATING ITEM IS RETURNED TO STOREROOM. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90195 Issues(s): 10-20669 Description: You cannot add Multiple Offerings to the shopping cart in TSRM 7.2.1. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV16447 Issues(s): 12-11125 Description: A REQUIRED DATE PARAMETER ON A REPORT PRODUCES BMXAA3556E - NULL IS A REQUIRED FIELD. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV18364 Issues(s): 12-11766 Description: WO TASKS STATUS CHANGE WHEN AFTER ATTACHING A FILE TO ONE OF THE TASKS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97335 Issues(s): 11-12778 Description: If you click OK after clearing the long description specified to an item record, then return to the long description and enter a value, click OK again and save the Item, a unique index violation error is thrown. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19240 Issues(s): 12-12021 Description: MAXIMO LOG SHOWS VERY HIGH WEBCLIENTSESSIONS COUNT AND JVM MUST BE RESTARTED Database Scripts: HF7116_37.dbc, HF7116_EN_003.dbc Manual Changes: See Manual Changes section for this Issue/APAR. --- APAR #: IV19814 Issues(s): 12-12192 Description: SYSTEM MESSAGE LOOPS WHEN TRYING TO CANCEL A WO FROM PM WITH EXTENDED DATE BEING USED ON PM RECORD Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86282 Issue(s): 10-19114 Description: CREATING AN SR FROM QUICK INSERT DOES NOT APPLY THE TICKET TEMPLATE. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75342 Issue(s): 10-13626 Description: Unable to set a default value for POLINE.STORELOC. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ97255 Issue(s): 11-12731 Description: Security data restrictions are not qualified with table names when added to the report where clause. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV20296 Issue(s): 12-12526 Description: Asset Site Field is read only after setting a location value Database Scripts: N/A Manual Changes : N/A --- APAR #: IV00747 Issue(s): 11-13980 / 11-12511 Description: WHILE STARTING JVM IS ADMIN MODE BULLETINBOARD THROWS AN EXCEPTION WHILE TRYING TO CACHE THE VALID MESSAGES Database Scripts: N/A Manual Changes : N/A --- APAR #: IV22149 Issues(s): 12-13347 Description: MDB ACTING ON A QUEUE IT WAS NOT SPECIFIED FOR. Manual Changes: N/A --- APAR #: IV21739 Issues(s): 12-13178 Description: "BMXAA1894E - NO BALANCE EXISTS FOR THIS ITEM/STOREROOM/BIN COMBINATION." WHEN TRYING TO RECEIVE NEGATIVE QUANTITY ITEM. Manual Changes: N/A --- APAR #: IZ77619 Issues(s): 10-15298 Description: There is a rounding issue on invoice approval process when system is creating an invoice match record for non-user matched receipts and throws an error on approval process when invoice qty does not match with invoice match quantity. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV21974 Issues(s): 12-13268 Description: The PM is going inactive when the location/asset is changed to ACTIVE (OPERATING) with the option Roll New Status down to All Assets in All Changed Locations. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92163 Issues(s): 11-10371 Description: In the Receipts application, you can change the unit cost of an existing PO and receive or return items at any moment. However, if you return some of the items received at the original unit cost, the value specified in the linecost field of the MATRECTRANS table does not match the amount that is supposed to be the total value for those products. Database Scripts: N/A Manual Changes: N/A --- --- APAR #: IV21817 Issue(s):12-13237 Description: OCCASIONALLY THE PROJECTED PM LABOR REQUIREMENTS RETURNS NO DATA IF THE ASSETMETER.AVERAGE = 0 A DIVIDE BY ZERO ERROR WILL OCCUR Database Scripts: N/A Manual Changes : N/A --- APAR #: IV25196 Issue(s):12-13987 Description: NEGATIVE QUANTITY TO RETURN IS ACCEPTABLE IN THE RECEIVING APP, CAUSING INCORRECT DATA IN PO UPDATE. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV17350 / IV17381 Issue(s): 12-11425 / 12-11455 Description: ESCALATION FAILS TO COMPLETE, ERROR "BMXAA0024E - ADD IS NOT ALLOWED ON TKOWNERHISTORY" RESULT SET CLOSED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV24429 Issue(s): 12-13817 Description: MIGRATION MANAGER CHANGES MADE IN UI ARE NOT SHOWING IN EVENT TRACKING BUT ARE SHOWING IN DATABASE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV26877 Issue(s): 12-14196 Description: The total quantity received for all receipts in the 'Select Ordered Items' dialog does not include the quantities that are filtered in the Receipts table window when the dialog is launched. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27627 Issue(s): 12-14285 Description: CLASSIFICATION UPDATES USING INTEGRATION FRAMEWORK DO NOT WORK WHEN OLD AND NEW CLASSIFICATIONS SHARE THE SAME ATTRIBUTE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV31548 Issue(s): 12-14549/Defect 62093 Description: ASSET WORK VIEW TABLE NOT BEING UPDATED WHEN USING CLASSIFICATION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19609 Issue(s): 12-12084/Defect 61592 Description: TASK LEVEL ATTACHMENT IS NOT WORKING CORRECTLY IN WO. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV32990 Issue(s): 64662 Description: CANNOT CREATE RELEASE POS IN THE MIF - RECORD ALREADY EXISTS Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90118 Issue(s): 62436 Description: ADD IS NOT ALLOWED ON PMSEQUENCE WHEN A USER WITH ONLY READ ACCESS TRIES TO VIEW THE PM SEQUENCE Database Scripts: N/A Manual Changes: N/A --- APAR #: 69090 RTC defect : 69762 Description: Daylight Savings Time start date causes problems on date fields where no time information is entered(for the daylight savings start date in Brazil,as it starts at 00:00 AM, Maximo will not recognize the date as valid) Database Scripts: N/A Manual Changes : N/A --- APAR #: IV18006 RTC defect : 64574 Description: CALENDARS MONTH/YEAR ARROWS NOT WORKING Database Scripts: N/A Manual Changes : N/A --- APAR #: IV34553 RTC defect : 71407 Description: RESERVATIONS ON INTERNAL POS ARE CALCULATED Database Scripts: N/A Manual Changes : N/A --- APAR #: IV13510 RTC defect : 75566 Description: UNABLE TO TRANSFER OUT A ROTATING ITEM TO A LABOR STOREROOM WITH GRANTING "ALL STOREROOMS" ACCESS TO USER. REOP APAR IZ48450 Database Scripts: N/A Manual Changes : N/A --- APAR #: IV36169 RTC defect : 76850 Description: "BMXAA1758E - THIS ITEM IS NOT ON THE LINE" - WHEN ISSUING ITEMSTO DESKTOP REQUISITION. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV12035 RTC defect : 75743 Description: UNABLE TO SEND OUT MORE THAN ONE EMAIL NOTIFICATION FROM A WORK ORDER CHANGE STATUS. Database Scripts: N/A Manual Changes : N/A --- APAR #:IV25696 Defect: 76637 Description: Site id for work orders is mistakenly updated / changed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV39201 Defect: 85048 Description: In the Move/Modify Assets dialog when performing a move of an asset at the same time you are adding or modifying a user/custodian, values set on the new user/custodian that are user-defined attributes (that is, attributes that were added in Database Configuration and are not part of out-of-box configuration) do not get saved. If the values are set on the user/custodian without also moving the asset to a new location in the same transaction, the values are correctly saved. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV39173 Defect: 85028 Description: THE SPECIFIED VENDOR IS NOT VALID in Contract Authorize Sites Action. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV40245 Defect: 87928 Description: Receive BMXAA7094E when submitting an ad hoc report in some languages. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV24609 Defect: 83767 Description: Cross-Site Security Vulnerability Database Scripts: N/A Manual Changes: N/A --- APAR #: IV28057 Defect: 91638 Description: Application Designer > Table Properties > Start Empty? Enabled and still showing records on list tab Database Scripts: N/A Manual Changes: N/A --- APAR #: IV38540 Defect: 90454 Description: ESCALATION TASK TAKING UP EXCESSIVE DATABASE CONNECTIONS AN SHUTTING DOWN THE ENVIRONMENT Database Scripts: N/A Manual Changes: N/A --- APAR #: IV37712 Defect: 97559 Description: PURCHASE CONTRACT - REORDER IGNORING PURCHASE CONTRACT LINE STATUS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV40952 Defect: 88920 Description: BMXAA4200E - RECORD HAS BEEN UPDATED BY ANOTHER USER. REFETCH AND TRY AGAIN USING MANAGE SESSIONS TO LOG OUT MULTIPLE USERS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV45151 Defect: 102632 Description: Searches on list tab do not work after attribute search with long operation dialog. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV19935 Defect: 85765 Description: DISABLING GL ACCOUNT VALIDATION IN COA STILL PROMPTS FOR A GL ACCOUNT IN INVENTORY WHILE TRYING TO ASSEMBLE KITS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV18006 (REWORK) RTC defect : 64574 Description: CALENDARS MONTH/YEAR ARROWS NOT WORKING Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ87593 RTC defect : 110794 Description: MEMORY LEAK IN KPI GRAPHS Database Scripts: N/A Manual Changes : N/A --- APAR #: IV34408 RTC defect : 68887 Description: IF MXE.CONVERTLOGINID IS SET TO 1, THE PASSWORD WARNINGEXPIRATION DIALOG WILL NOT APPEAR. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV33979 Defect: 108173 Description: ERROR ATTACHING JOB PLAN ON RETURN WITH VALUE IN JOB PLANS Database Scripts: N/A Manual Changes : N/A --- APAR #: IV14960 Defect: 120503 Description: DB CONNECTION LEAK IN WORK ORDER TRACKING. Database Scripts: N/A Manual Changes : N/A --- APAR #: IV53198 Defect: 118423 Description: Workflow canvas does not refresh/display after filter applied on process tab. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ87823 Defect: 119215 Description: DEFAULT QUERY PERFORMANCE PROBLEM Database Scripts: N/A Manual Changes : N/A --- APAR #: IV02646 Defect: 118060 Description: In the Bulletin Board, when you try to perform a "Delete the expired bulletin messages", only the status records are deleted. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IV55504 Defect: 127199 Description: Direct print with attachments does not print complex .pdf attachments properly. Database Scripts: HF7116_38.dbc Manual Changes: N/A --- APAR #: IV09443 Defect: 130583 Description: DB2 LOCK TIMEOUT DUE TO LONG SQL STATEMENTS IN MAXIMO Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00911 Defect: 144714 Description: PWOGEN cron task crashes the server. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV62270 Defect: 141978 Description: WORKORDER IS DELETED FROM "RELATED RECORDS" INCORRECTLY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30506 Defect: 59079 Description: USER IS ABLE TO ENTER VALUE IN THE CLASSIFICATION FIELD WHEN ITIS READ ONLY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV25339 Defect: 145493 Description: JOB PLAN(CAL) USER PERFORMS A FILTER ON WORK ASSETS REVISED JOB PLAN WILL BE CREATED WITH ONLY THE FILTERED RECORDS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV66459 Defect: 153616 Description: ORA-01795: MAXIMUM NUMBER OF EXPRESSIONS IN A LIST IS 1000 IN ISSUES AND TRANSFERS APPLICATION. Database Scripts: N/A Manual Changes: N/A --- ==================================================================================================== V. Notices ======================================================================================================================= This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing IBM Corporation North Castle Drive Armonk, NY 10504-1785 U.S.A. For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to: Intellectual Property Licensing Legal and Intellectual Property Law IBM Japan, Ltd. 1623-14, Shimotsuruma, Yamato-shi Kanagawa 242-8502 Japan The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact: IBM Corporation 2Z4A/101 11400 Burnet Road Austin, TX 78758 U.S.A. Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee. The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. If you are viewing this information softcopy, the photographs and color illustrations may not appear. Trademarks IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at Copyright and trademark information at www.ibm.com/legal/copytrade.shtml. Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries. Java and all Java-based trademarks and logos are trademarks of Oracle and/or its affiliates. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. UNIX is a registered trademark of The Open Group in the United States and other countries.