IBM Corporation --- Maximo Base Services Release 7.1.1.3 Hot Fix Build: 025 Date: May 19, 2010 Note: Before using this information and the product it supports, read the information in the Notices section at the end of this document. (C) Copyright International Business Machines Corporation 2008, 2010. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ======================================================================================================================= Table of Contents ======================================================================================================================= I. Introduction II. Installation Instructions III. Manual Changes IV. Issues Resolved V. Notices ======================================================================================================================= I. Introduction ======================================================================================================================= Product : Maximo Base Services Version : Release 7.1.1.3 Dependencies : NONE PREREQUISITES : Maximo Base Services Release 7.1.1.3 has been installed CO-REQUISITES : NONE A Hot Fix is a group of critical issues that have been repaired since the product fix pack / 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 ======================================================================================================================== The Hot Fix file should be extracted into the Maximo root directory. Prior to extracting the files into the Maximo root directory, take a backup copy of the existing Maximo files and take a backup of the database. When extracting, make sure that you select the Overwrite existing files and the Use folder names options. NOTE Uninstall Information: This hot fix is provided to you as a zip file. It overwrites your existing Maximo directory structure and may contain database scripts that modify your database. If you would like to reverse your changes, you must restore your backed-up versions of the Maximo directory and database. Follow these steps to apply this Hot Fix: 1 Ensure that no database configuration changes are pending. 2 Shutdown the Maximo application server. 3 Backup the database. 4 Copy the Maximo directory. 5 Extract the files into the Maximo root folder, selecting the Overwrite existing files and the Use folder names options. 6 Run all hot fix database scripts starting with HF7113_ using the \tools\maximo\internal\runscriptfile.bat utility. (The runscriptfile utility script file will employ the correct extension for your database platform.) NOTE Some of the scripts require that you run Database Configuration before continuing with the next script. You do not need to rerun scripts that were run when you applied an earlier Hot Fix for the same patch level. NOTE Some of the database scripts would need localization before running for non-English installations. If your installation is not English, these scripts will need to be localized before running them. The name of the scripts indicate that it is English only. For example, HF7113_EN_005.ora is an English only script and needs translations for Non-English languages. a) Copy all scripts named HF7113*.* from the \hotfix_scripts directory into the following directory: C:\\tools\maximo\en\script b) Open a DOS prompt: i) cd \\tools\maximo\internal ii) runscriptfile -fHF7113_001 iii) runscriptfile -fHF7113_002 iv) runscriptfile -fHF7113_003 ................ v) runscriptfile -fHF7113_EN_005 vi) runscriptfile ... for each HF script in the folder. NOTE After successful execution of each script check to see if configdb is required. If so, run configdb. Check the Mxserver_RUNSCRIPT_HF*.log in the folder \\tools\maximo\log c) If you run into errors, contact Maximo Support with the error log. The error log can be obtained by: *) cd \\tools\maximo\log **) open Mxserver_RUNSCRIPT_HF*.log NOTE Some database hotfix scripts when run might result in an error message. On checking the log files stated above, the error message is due to the fact that the database object or row already exists in the database. These messages can be ignored. Continue processing any remaining database hotfix scripts. 7 Apply any manual updates listed in this readme.txt file. Manual changes if any are listed for each APAR in the section "Manual Changes: " 8 Delete the application server cache, for example: Oracle WebLogic Server - \user_projects\domains\mydomain\MAXIMOSERVER\.wlnotdelete IBM WebSphere(R) Application Server - \AppServer\profiles\Custom01\temp\Node01\MAXIMOSERVER 9 Delete the Web browser cache on every computer that uses the product. 10 Rebuild and redeploy the EAR files, and then restart the application server. ======================================================================================================================= III. Manual Changes ======================================================================================================================= --- APAR #: IZ39989 Issue(s): 08-25583 Description: Linear license problem - Linear actions are visible even without a license for Linear Asset Manager. These actions cannot be removed in security groups because the option is greyed out. Options that may appear erroneously to non-Linear intalls are: app optionname description -------- ------------- ------------------------------------- ASSET LRM Add/Modify Linear Referencing Methods ASSET VIEWASHIS View Asset Specification History ASSET VIEWAFSHIS View Feature History ASSET VIEWARHIST View Asset Relationship History WOTRACK FLTRLASET Filter by Linear Assets QUICKREP FLTRLASET Filter by Linear Assets SR FLTRLASET Filter by Linear Assets PM FLTRLASET Filter by Linear Assets Database Scripts: HF7113_004.sql, HF7113_004.class Manual Changes : Apply this hot fix before executing updatedb.bat per the above Installation Instructions. --- APAR #: IZ30269 Issue(s): 08-20514 Description: Direct Print is not working for BIRT in Maximo 7. Browser JRE version-related problem is solved by this issue. 08-21515 hotfix is also required to solve the issue fully. Database Scripts: N/A Manual Changes: This issue has changes to applet code and new jar files. So it important to make sure the Client Browser cache is cleared up to make sure older applet code instances are not present. This is important for the hotfixed applet and the support classes to take into effect. --- APAR #: IZ36139 Issue(s): 08-23836 Description: Certain file attachments (all but .txt files) are not printing when 'Print with Attachments' is used. A "null pointer exception" appears in the logs. Database Scripts: N/A Manual Changes: The fix is on the printjobspooler jsp. It is recommended that you clean the browser cache before using this. --- APAR #: IZ37479 Issue(s): 08-24528 Description: Users are unable to print details of a record using the Print Icon on the toolbar. Database Scripts: N/A Manual Changes : Redeployment requried. Also make sure the webclient.properties has the external hostname/port Browser cache should be cleared before testing. --- APAR #: IZ40370 Issue(s): 08-25640 Description: If PM has attachments and a workorder is created, the workorder will show the PM attachment but will not print it. Database Scripts: HF7113_003.dbc Manual Changes: EXECUTE THE HF7113_003.dbc as per instructions given at the header of this file. Via System Properties UI change the mxe.directprint.inherited.attachment value to true (1) to enable printing inherited docs. --- APAR #: IZ39092 Issue(s): 08-25270 Description: The Route worflow button is not displayed on the toolbar in a German environment. Database Scripts: HF7113_005.sql Manual Changes : Run the database script. --- APAR #: IZ42405 Issue(s): 09-10376 Description: In the Assets application, the View Work Details action does not display Workorders that have a status of 'Closed'. Database Scripts: N/A Manual Changes : Default values need to be added to the 'View Work Details' dialogs in library.xml for assets, locations and ci's. Note that all dialogs are in the library.xml file. Also, after making these changes library.xml needs to be imported using the Application Designer application. The changes are shown below. The changes are the addition of two "defaultvalue" controls to each dialog between the table and tablebody controls.
--- APAR #: IZ42714 Issue(s): 09-10505 Description: A Location System cannot be changed to primary if it is the only system in the site and not flagged as primary upon creation. Database Scripts: N/A Manual Changes : If validation of all location systems is desired when the 'OK' button is clicked in the 'Manage Systems' dialog, the ManageSystemsBean needs to be added to the dialog in location.xml as shown below. After making this change, location.xml needs to be imported using the Application Designer application. In location.xml, search for: Replace with : --- APAR #: IZ42855 Issue(s): 09-10621 Description: Ticket Template activities are not applied after you import an incident record that has a templateid specified. Database Scripts: HF7113_006.sql Manual Changes : Run the database script. --- APAR #: IZ48443 Issue(s): 09-12725 Description: In the Locations application, the Attribute Search will not function for members of a security group that have read-only and attribute search access. Database Scripts: N/A Manual Changes :Please make the following xml changes: 1. export system xml library.xml 2. Find the dialog: SEARCHATTR (the only popup menu item security allowed) by searching: 3. Find the New Row button in the buttongroup by searching 4. Change mxevent="addrow" in step 3 to mxevent="newrow". The result will be: 5. Find the dialog searchAttributeLocations(the Attribute search from the Location field) by 6. Find the New Row button in the buttongroup by searching 7. Change mxevent="addrow" in step 6 to mxevent="newrow". The result will be: 8. import the system library.xml back. --- APAR #: IZ40966 Issue(s): 09-10071 Description: In the Locations application, the drilldown option from the Select Action menu does not appear in alphabetic order. Database Scripts: N/A Manual Changes :Please make the following xml changes: 1. export system xml library.xml 2. Search for: 3.Replace with : 4. Search for: 5.Replace with : 8. import the system library.xml back. Changes to control-registry.xml: 1. Please open applications\maximo\properties\control-registry.xml 2. Search for : 3. Add the following line: 3. Save the file. 4. Rebuild the ear file and restart the Application Server --- ======================================================================================================================= IV. Issues Resolved - The following issues have been resolved with this hotfix: ======================================================================================================================= --- APAR #: IZ39989 Issue(s): 08-25583 Description: Linear license problem - Linear actions are visible even without a license for Linear Asset Manager. These actions cannot be removed in security groups because the option is greyed out. Options that may appear erroneously to non-Linear intalls are: app optionname description -------- ------------- ------------------------------------- ASSET LRM Add/Modify Linear Referencing Methods ASSET VIEWASHIS View Asset Specification History ASSET VIEWAFSHIS View Feature History ASSET VIEWARHIST View Asset Relationship History WOTRACK FLTRLASET Filter by Linear Assets QUICKREP FLTRLASET Filter by Linear Assets SR FLTRLASET Filter by Linear Assets PM FLTRLASET Filter by Linear Assets Database Scripts: HF7113_004.sql, HF7113_004.class Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ40374 Issue(s): 08-25642 Description: Quick insert for tickets did not warn the customer about non-active ticket templates. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40377 Issue(s): 08-25641 Description: Affected Person Name field allows inactive persons to be saved when reporting a new Incident. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34021 Issue(s): 08-22584 Description: Reported by Name field allows inactive persons to be saved when reporting a new Incident. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ32883 Issue(s): 08-21883 Description: The Integrity Checker must discriminate between Maximo and user-defined datatypes. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ33369 Issue(s): 08-22097 Description: User-entered data is cleared when canceling the owner dialog in Ticket applications. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ31814 Issue(s): 08-21437 Description: After a database configuration which drops and rebuilds tables or views on DB2, the database privileges are not being recreated on the views. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ32502 Issue(s): 08-21716 Description: When the user ID and person ID do not match for a user record, migration package deployment results in the person ID being set equal to the user ID. Database Scripts: HF7113_001.dbc Manual Changes : N/A --- APAR #: IZ25543 Issue(s): 08-17806 Description: A "Can't ADD to WFRevision" error message is received when working in the Workflow Designer Application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ33446 Issue(s): 08-22215 Description: Clients may experience slow performance across all Maximo Applications when the Bulletin Board has a large number of messages, usually in excess of fifty. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ31485 Issue(s): 08-21315 Description: A new control ID is not created when you Add a new text box in the Application Designer. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34135 Issue(s): 08-22611 Description: Premium Pay Code field validation does not work correctly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34249 Issue(s): 08-22742 Description: All of the controls on the Searchmore dialog box show 'Invalid binding' after upgrading from 7.1.1.2 to 7.1.1.3. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ31779 Issue(s): 08-21431 Description: The Search Value field is read-only in the Search Classification dialog box. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ32350 Issue(s): 08-21644 Description: The LOCATIONS.PARENT attribute (non-persistent) must be populated in the MBO. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ31244 Issue(s): 08-21164 Description: The Tab key does not work in the Labor Reporting Application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ30206 Issue(s): 08-20458 Description: The browser printing function cannot print full pages when an application has multiple pages. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34917 Issue(s): 08-22959 Description: In Maximo 7, the selected row in the List tab is not bold. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34258 Issue(s): 08-22787 Description: Hidden fields are displayed after applying upgrading from 7.1.1.2 to 7.1.1.3. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34145 Issue(s): 08-22839 Description: In the Material Line,you should not be able to change the order quantity on a PO to a quantity that is less than the quantity that has already been received. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34256 Issue(s): 08-22743 Description: After upgrading to 7.1.1.3, the third button of Workflow Routing on the menu bar is disabled. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ35160 Issue(s): 08-23200 Description: The "Attachments" control on a "main" tab of an application which has a vertical scroll bar does not work correctly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ33603 Issue(s): 08-22255 Description: For clusters, Instance Properties are not loaded when the MX server's name is not the same as the name in maximo.properties. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34974 Issue(s): 08-22991 Description: The Long Description input mode is not enforced after setting the properties to 'read-only' in the Application Designer. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ29723 Issue(s): 08-20074 Description: When creating a long description field using the Application Designer in the Work Order Application, the Problem code and Failure code fields are not set to 'read-only'. the when creating a Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ29846 Issue(s): 08-20194 Description: In the Application Designer, the 'where clause' value is not saved at the presentation layer. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ31925 Issue(s): 08-21514 Description: The appropriate transaction IDs are missing in the GL Interface table. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36016 Issue(s): 08-23755 Description: This fix provides support for synchronizing collections of CIs with TADDM 7.1.2 servers. Previously collections of CIs could only be synchronized with TADDM 7.1 servers Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34254 Issue(s): 08-22745 Description: AdminMode email is sent to all user emails instead of just the logged-in users. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ31380 Issue(s): 08-21303 Description: The search for an email listener is case sensitive. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36477 Issue(s): 08-23921 Description: Users don't get synchronized into Maximo if an email address is an existing one. Provide more detail in error messages for LDAP / VMM Sync. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ31200 Issue(s): 08-21126 Description: In the Workflow Designer application, the following error is received: 'ADD is not allowed on WFAPPTOOLBAR'. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34322 Issue(s): 08-22788 Description: Error is received when you try to create a PO from a PR that referencing a contract. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36475 Issue(s): 08-23923 Description: Text in the List tab doesn't get truncated to the size of the field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ35168 Issue(s): 08-23130 Description: Crontask may run a second time if the Crontask is scheduled to run at a fixed time and the interval between the Crontask is long. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36189, IZ36190, IZ36473 Issue(s): 08-23857, 08-23858, 08-23919 Description: Calendar control does not disappear when you click on a textbox and, as a result, two calendars can be shown at once. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ34254 Issue(s): 08-22745 Description: AdminMode email is sent to all user emails instead of just the logged-in users. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36185 Issue(s): 08-23855 Description: You cannot attach a classification with 15 attributes to a rotating tool with 600 rotating assets. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36920 Issue(s): 08-24229 Description: Invalid SQL when the Where clause is set to "inclusive 1=1". Database Scripts: HF7113_002.dbc Manual Changes : N/A --- APAR #: IZ37094 Issue(s): 08-24332 Description: In the Application Designer, you cannot click Edit Dialog and then click 'GLMAINT' in the Chart of Accounts application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36604 Issue(s): 08-24051 Description: You cannot import Ticket Templates using the Integration Framework. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ30269 Issue(s): 08-20514 Description: Direct Print is not working for BIRT in Maximo 7. Browser JRE version-related problem is solved by this issue. 08-21515 hotfix is also required to solve the issue fully. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ36139 Issue(s): 08-23836 Description: Certain file attachments (all but .txt) are not printing when 'Print with Attachments' is used. A "null pointer exception" appears in the logs. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ37078 Issue(s): 08-24309 Description: There is a Java Script Error in the Application Designer when 'Toggle Show All Controls' is selected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37368 Issue(s): 08-24481 Description: On the Select Action menu, the Move/Modify Asset option does not filter the selected records. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37479 Issue(s): 08-24528 Description: Users are unable to print details of a record using the Print Icon on the toolbar. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ38405 Issue(s): 08-24905 Description: Promotion of configuration items causes memory errors. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37097 Issue(s): 08-24336 Description: The Record Filter/Item Availability function is not working in the Reorder preview window. Database Scripts: N/A Manual Changes : N/A Comments: There are two issues listed in the APAR. This fix just fixes the Item Availability function not working in Reorder issue. --- APAR #: IZ32478 Issue(s): 08-21701 Description: An error is received when using Advanced Search when the base language is English and the extra language is French. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37851 Issue(s): 08-24761 Description: Inventory Transaction Reports are in error when storeroom data restrictions are applied. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ38220 Issue(s): 08-24818 Description: Attribute values should not be included in the generation of descriptions. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ38495 Issue(s): 08-24919 Description: You cannot import reports that were created using the 'exportReport' command in a multi-language environment. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37774 Issue(s): 08-24695 Description: A StackOverflowError appears in the log when formatting the date when writing to logSQLTimeLimit result. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ36122 Issue(s): 08-23797 Description: The dynamic default value does not work from Quick Insert. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ38282 Issue(s): 08-24821 Description: MAXVARS updates are not written to the logs when applying the 7.1.1.3 patch. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39321 Issue(s): 08-25358 Description: Connections are leaking during Start Center initialization. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39409 Issue(s): 08-25398 Description: Transfer to capitalized rotating item uses incorrect GL Debit account. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39416 Issue(s): 08-25399 Description: Solution's problem code, cause and resolution long description dissapears when the long description dialog for the solution's description gets cleared, or cancel button is clicked. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40376 Issue(s): 08-25639 Description: The Integration Framework failed when importing classifications with changes to CLASSSPECUSEWITH. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39462 Issue(s): 08-25512 Description: TEMPLATEIDs are not stored for the portlet. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40370 Issue(s): 08-25640 Description: If PM has attachments and a workorder is created, the workorder will show the PM attachment but will not print it. Database Scripts: HF7113_003.dbc Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ37427 Issue(s): 08-24486 Description: Parameter changes do not work with VMMSYNC parameters until you restart the applicaiton server. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40000 Issue(s): 08-25582 Description: Admin Mode hangs when placing Crontasks into sleep mode. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ39104 Issue(s): 08-25308 Description: Null pointer exception is received when using the Migration Manger to load Workflow Initiate actions. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39641 Issue(s): 08-25527 Description: When building a comparison rule, the Measure Unit field is now 'optional' instead of 'required'. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40856 Issue(s): 09-10048 Description: You cannot add multiple CIs to a collection. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39092 Issue(s): 08-25270 Description: The Route worflow button is not displayed on the toolbar in a German environment. Database Scripts: HF7113_005.sql Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ40175 Issue(s): 08-25617 Description: In the Classification Application, the ORG field should not be readonly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42130 Issue(s): 09-10274 Description: ConfigDB cannot update MAXVAR for DBVERSION when the MAXVARS table is being rebuilt. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42128 Issue(s): 09-10255 Description: With Admin Mode turned on, a Bulletin Board message should not be created automatically. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ37478 Issue(s): 08-24525 Description: The following error is received when clicking the New Report button: "BMXAA4118E - Boolean field is blank and requires a value." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ35631 Issue(s): 08-23473 Description: You cannot change a default query after entering a value in the Application Restrictions field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ41259 Issue(s): 09-10173 Description: System date and time are both 24 hours ahead. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42793 Issue(s): 09-10562 Description: The Calendar lookup function skips the month of February. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42408 Issue(s): 09-10375 Description: When you migrate a classification from one environment to another, the CLASSIFICATION.DESCRIPTION for that classification does not migrate. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42405 Issue(s): 09-10376 Description: In the Assets application, the View Work Details action does not display Workorders that have a status of 'Closed'. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ42348 Issue(s): 09-10365 Description: The tables defined in MaxTable and not in MaxObject caused the Integrity Checker to fail. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42714 Issue(s): 09-10505 Description: A Location System cannot be changed to primary if it is the only system in the site and not flagged as primary upon creation. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ41954 Issue(s): 09-10250 Description: When the base language data is not entered in the source, the Migration Manager fails because a required field is blank. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42840 Issue(s): 09-10620 Description: You cannot create a power application in Application Designer. The BMXAA4211E error message displays when you try to save the application. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ42855 Issue(s): 09-10621 Description: Ticket Template activities are not applied after you import an incident record that has a templateid specified. Database Scripts: HF7113_006.sql Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ41257 Issue(s): 09-10172 Description: Attribute values should not be included in the generation of descriptions when the Use In Description Generation check box is not selected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ43823 Issue(s): 09-11011 Description: During the migration of custom table data, all integer values were converted into numbers with separators. This caused a data format problem when trying to convert them back to numbers without separators. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ38514 Issue(s): 08-24922 Description: If you deactivate a General Ledger component using the UI or a Maximo Enterprise Adapter transaction, and the component is used in a large number of General Ledger account codes, out of memory errors occur. Database Scripts: HF7113_007.sql Manual Changes : N/A --- APAR #: IZ44038 Issue(s): 09-11099 Description: If you upload a migration manager package and try to deploy it, the reconciliation rules of the associated package is not deployed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ39444 Issue(s): 08-25517 Description: Nested Job Plans do not work with PMs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ45597 Issue(s): 09-11525 Description: If a job plan is first applied, the task route stops are displayed in the child table of a work order instead of the tasks table. Database Scripts: HF7113_008.msg - Note: This message will get reset to its original values when 7.1.1.5 is installed. Manual Changes : N/A --- APAR #: IZ44911 Issue(s): 09-11796 Description: In the Migration Manager application, using the "order by" operator does not work on DB2. The WHERE clause validation fails for valid statement on DB2. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ38840 Issue(s): 08-25060 Description: When the application server and clients are in different time zones, the installation date of an asset is displayed one day ahead. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44229 Issue(s): 09-11209 Description: If you select the Audit enabled check box of a migration manager CHANGE package and deploy the package, the check box is not selected on the Object tab of the Database Configuration application. Database Scripts: HF7113_009.dbc Manual Changes : N/A --- APAR #: IZ44835 Issue(s): 09-11493 Description: If you search for Turkish uppercase dotted 'I', Maximo does not correctly map to lowercase dotted or undotted 'I'. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ45222 Issue(s): 09-11616 Description: If you issue a part to a work order in the Work Order application, go to the Inventory application to select the Inventory Balance Report, specify the storeroom and the site, and submit the report, then the report is returned with no value on the Last Issued Date column. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48059 Issue(s): 09-12497 Description: If you start an item that is in the workflow process and try to change the item status to OBSOLETE, the item status change should not be allowed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ45597 Issue(s): 09-11796 Description: In the Migration Manager application, using the "order by" operator does not work on DB2. The WHERE clause validation fails for a valid statement on DB2. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48443 Issue(s): 09-12725 Description: In the Locations application, the Attribute Search will not function for members of a security group that have read-only and attribute search access. Database Scripts: N/A Manual Changes: Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ49116 Issue(s): 09-12890 (dupilicate of issue 08-22820) Description: In Work Order Tracking, when associating a Safety Plan with a Work Order, Lock Out and Tag Out operations are not transferred. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ46683 Issue(s): 09-12007 Description: JMS MessageProducer connections are not being closed by the XML and Flat file cron task. This causes subsequent connections to the XML Flat file to fail. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ48097 Issue(s): 09-12580 Description: You may experience slow performance across all Maximo Applications when the Bulletin Board has a large number of messages, usually in excess of fifty, even with the fix for IZ33446 applied. Database Scripts: HF7113_011.dbc Manual Changes : N/A --- APAR #: IZ45760 Issue(s): 09-11879 Description: You are not logged out of Maximo after a timeout of a browser session using the lightweight directory access protocol. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ50490 Issue(s): 09-13584 Description: In the Service Requests application, when you select any service request template, the first template in the Service Request Template window is used. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ49892 Issue(s): 09-13299 Description: In the Start Center, sorting items by a column header in the 'Inbox/Assignments' section and then clicking the ‘refresh’ link causes a broken link icon to appear. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51587 Issue(s): 09-14145 Description: In the Maximo Demo Environment, in the Inventory application, when you run the inventory balance report the values for some items are not correctly shown. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ54300 Issue(s): 09-15672 Description: In the Work Order Tracking application, if you do an Advanced Search, click ok and leave the dialog box to go to another tab without clearing the search fields, the error 'BMXAA4210E - Database error number 29902 has occurred' appears and the system hangs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ40966 Issue(s): 09-10071 Description: In the Locations application, the drilldown option from the Select Action menu does not appear in alphabetic order. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ32349 Issue(s): 08-21645 Description: In Maximo Asset Management 6.2.2, if you search for PT (Preferred Term) by using Description field of the Advanced Search/Search More Fields forms, and you use Oracle as the database , the database does not process PT as a word and an error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ58684 Issue(s): 09-17204 Description: In the Search Solutions application under the Self Service module, if you search for a record using Oracle reserved words, the following error message is displayed: "ORA-20000: Oracle Text error this message box cannot be cleared. You must close the browser to clear the message box." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56246 Issue(s): 09-16572 Description: If you change the GL debit account of a service request to be different from the location GL account and start the service request workflow, a window opens to prompt you to confirm whether the GL account is acceptable during the workflow process. When the window opens, the workflow stops. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ44239 Issue(s): 09-11218 Description: If the CN has '\' or '/' characters, the LDAPsync file does not bring accounts down from the active directory. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ59729 Issue(s): 09-17919 Description: In an application, if you run a ‘WHERE’ statement that contains a new line character, and run any related report on an application that does not contain the parameter, the report is not generated. Database Scripts: N/A Manual Changes: N/A --- APAR(s): IZ45406 Issue(s): 09-11700 Description: In Maximo Enterprise Adapter, if you update a person record, and the e-mail and phone information is not included in XML, the e-mail and phone information is deleted. Database Scripts: N/A Manual Changes: N/A --- APAR(s): IZ60869 Issue(s): 09-18790 Description: In the Work Order Tracking application, when you duplicate a work order, the following error occurs: "BMXAA4187E - A relationship called STARTASSETFEATURE does not exist for the WORKORDER business object." Database Scripts: N/A Manual Changes: N/A --- APAR(s): IZ59332 Issue(s): 09-17664 Description: If you try to run an inventory transaction report and you did not select the "Authorize Group for All Sites" option on your Maximo user profile, the report is returned blank. Database Scripts: N/A Manual Changes: N/A --- APAR(s): IZ37946 Issue(s): 08-24783 Description: If your user account has read-only access to an application, and you try to attach a document to a record, you cannot close the Create Attachments window by clicking the Cancel button. Database Scripts: N/A Manual Changes: N/A --- APAR(s): 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 #: IZ49152 Issue(s): 09-12925 Description: In the Work Order Tracking application, the Open Work Orders and PM report run on sites to which you do not have access rights. 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 --- ======================================================================================================================= V. Notices ======================================================================================================================= This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing IBM Corporation North Castle Drive Armonk, NY 10504-1785 U.S.A. For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to: Intellectual Property Licensing Legal and Intellectual Property Law IBM Japan, Ltd. 1623-14, Shimotsuruma, Yamato-shi Kanagawa 242-8502 Japan The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact: IBM Corporation 2Z4A/101 11400 Burnet Road Austin, TX 78758 U.S.A. Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee. The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. If you are viewing this information softcopy, the photographs and color illustrations may not appear. Trademarks IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml. Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries. Java and all Java-based trademarks and logos are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. UNIX is a registered trademark of The Open Group in the United States and other countries. States and other countries.