IBM Corporation --- IBM(R) Maximo(R) Base Services Release 7.1.1.5 Hot Fix Build: 031 Date: December 08, 2010 IBM Corporation Note: Before using this information and the product it supports, read the information in the Notices section at the end of this document. (C) Copyright International Business Machines Corporation 2009, 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.5 Dependencies : NONE PREREQUISITES : Maximo Base Services Release 7.1.1.5 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 ======================================================================================================================== The Hot Fix file should be extracted into the Maximo root directory. Before extracting the files into the Maximo root directory, take a backup copy of the existing Maximo files and back up the database. When extracting, make sure that you select the Overwrite existing files and the Use folder names options. NOTE Uninstall Information: This hotfix 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 Shut down the Maximo application server. 3 Back up 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 HF7115_ 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. a) Copy all scripts named HF7115*.* 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 -fHF7115_001 ................ 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 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 ======================================================================================================================= Note: A change was made in 7.1.1.5 that requires a Data Source ID to be provided when setting a sig option on the table in Application Designer's Table Properties sheet. Users need to set the sigoption data source id equal to most likely MAINRECORD. The framework needs a mbo to evaluate the availability of the sigoption; without a mbo the framework says you don't have access. --- APAR #: IZ16969 Issue(s): 08-13389 Description: A conflict is happening 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 you are on Oracle and DB2: ============== 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 #: IZ56294 Issue(s): 09-16617 A new property has been added to the appbar control that allows customization of the AppBar links for a new Self Service app, whether it is cloned from an existing application, or created from scratch. To configure the AppBar links, export the XML for the new application, then edit the tag to include the new "appbarlinks" property, and reimport. This new property contains one or more sets of link attributes, separated by semicolons. Each set of attributes contains the following three attributes, separated by commas: (1) the ID of the linked application, (2) the description to be displayed in the AppBar, and (3) the image to display next to the description in the AppBar link. If the appbarlinks property is set on the appbar control, then any existing links that are found in the database are ignored, and only the customized links are displayed. This property has no effect on the menubar items. Following is the format for the new appbarlinks property, and an example of a customized appbar control: appbarlinks="APP1,Description1,img1;APP2,Description2,img2" --- APAR #: IZ59272 Issue(s): 09-17602 Description: The report footer displays the time and date that the report was generated according to the server time zone and not according to the time zone that you set. Database Scripts: N/A Manual Changes : Import the BIRT report library MaximoSystemLibrary.rptlibrary. If MaximoSystemLibrary.rptlibrary is customized, then merge the changes of MaximoSystemLibrary.rptlibrary to the customized file and import. To Import: 1) Copy MaximoSystemLibrary.rptlibrary to the client machine. 2) Go to Report Administration, select any report. 3) From action menu select Import Library File. 4) From existing library file select MaximoSystemLibrary.rptlibrary. In library file select the MaximoSystemLibrary.rptlibrary file you copied 5) click ok. --- APAR #: IZ62827 Issue(s): 09-19915 Description: If a main record contains an attachment control, the system performance becomes slow when you try to open the main record and run the doclinks related query. Database Scripts: N/A Manual Changes : Please complete the following steps: 1. In the webclient.properties file, set webclient.enabledoclinkonload to false. 2. Rebuild and redeploy the maximo.ear file. --- APAR #: 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 : Delete 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 useexistingmbofordownload="true." For example: --- APAR #: IZ67515 Issue(s): 10-10075 Description: On the List tab of the Work Order Tracking application, if you select some work orders and assign them to a new parent, all work orders that are displayed on the first page of the List tab are assigned to the parent. 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 #: IZ72940 Issue(s): 10-11847 Description: When you direct print a report with attachment, you cannot choose whether to validate the attachment URL from the server or not. Database Scripts: N/A Manual Changes : By default, while using direct print with attachment for reports, attachment URL is validated from server. If you do not want to change that feature then it is not required to apply this manual change. But applying the manual change will not create any problem even if you don't want to disable validate from server. Login to Go to -> System Configuration -> Platform Configuration -> System Properties click "New Row" Button and Enter following values Property name=mxe.report.AttachDoc.validateURL.Pre7116Only Description=While printing reports with attachments, validate the URL of attached docs from the Maximo Server? Maximo Default=1 Global Only= Check Nulls Allowed= Un-check Data Type=YORN Keep all other default values. save. --- APAR #: N/A Issue(s): 10-11639 Description: If you use DB2, performing a query using Mboset returns uncommitted data. Database Scripts: The script to add maxvar is copied below. Save it as a .dbc file and execute it with runscriptfile.bat. Manual Changes: run runscriptfile.bat to add the above maxvar. You can choose not to run it if you are not using DB2, or you do not want uncommitted read, or you have already defined this maxvar. --- APAR #: N/A Issue(s): 10-12038 Description: If you use WebSphere, and you try to run a report, an error 500 message is displayed. Database Scripts: N/A Manual Changes: This change in necessary only 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 --- APAR #: IZ69889 Issue(s): 10-10916 Description: In MEA, when you reprocess an Integration Framework transaction containing a special character, the Message Reprocessing Application generates an error. Database Scripts: N/A Manual Changes: Must change the presentation xml for the application using this functionality. In this case modify the interror.xml changing the definition of the textarea in question to include a new attribute: escapeampersand="true". Then import the modified xml. --- 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 dup of 09-23039 Description: If you work on a multi-sites environment, and you run a 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 (dup of 10-11075) 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 #: IZ78530 Issues(s): 10-15810 Description: Unable to search the Asset Description, Location Description or Item Description from the Job Plans > Advanced Search > More Search fields dialog box. When doing so,it throws a BMXAA4185E-Cannot query on field ASSETDESCRIPTION Database Scripts: N/A Manual Changes: The fix requires presentation changes in the jobplan.xml file: 1. In Application Designer, retrieve the JOBPLAN application. 2. Export the jobplan.xml file and save it to your computer. 3. From the jobplan.xml file, search for
4. Replace with 5. Replace with 6. Replace with 7. Save the file and import it to Maximo by using Application Designer. --- APAR #: IZ86806 Issue(s): 10-19075 Database Scripts: N/A Description: If a user belongs to one security group and one site, the suggested reorder report is blank when they try to use it. Manual Changes: Reimport INVENTOR/invpurch.rptdesign --- APAR #: IZ85477 Issues(s): 10-18356 Description: In the Invoice application, you cannot modify a record that has the type of SCHED. Database Scripts: N/A Manual Changes: Manual Steps to be followed by the user to correct a paid Invoice of type "SCHED" 1) User Duplicates the Invoice in "SCHED" status that needs to be corrected 2) Changes the invoice type to "CREDIT" and enters the original Invoice Number 3) Saves and approves/pays the Credit Invoice 4) Create a new Invoice by duplicating the original "SCHED" Invoice and user may optionally change the Due Date 5) Saves and approves/pays the new Invoice created in Step 4. --- APAR #: N/A Issue(s): 10-19633 (dup of 10-19209) Description: MAXIMO db connection does not take trsuststore and truststore password for SSL connection. Database Scripts: N/A Manual Changes: If you have a ssl db2 database, you need to add these properties to maximo.properties: mxe.db.DB2sslConnection=true mxe.db.DB2sslTrustStoreLocation=c:/keystores/trust.jks mxe.db.DB2sslTrustStorePassword=password These properties should also be entered into System Properties app. mxe.db.DB2sslConnection - Data Type: YORN, Maximo Default: 0 mxe.db.DB2sslTrustStoreLocation - Data Type: ALN mxe.db.DB2sslTrustStorePassword - Data Type: ALN, Encrypted: checked --- APAR #: IZ85794 Issue(s): 10-18454 Description: In the Rpt: Harrier Engine, you cannot run the update reports utility with the context of MboWeb other than mbo 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 #: IZ87518 Issue(s): 10-19482/IZ87518 dup of 10-21411/IZ91465 Description: If you create and delete a workflow process revision with Email Notifications, and then recreate this process revision, a unique constraint error occurs after you save the revision. Database Scripts: HF7115_010.sql Manual Changes: Run script to clean up the WFNotification table. --- ======================================================================================================================= IV. Issues Resolved ======================================================================================================================= --- APAR #: N/A Issue(s): 09-14806 Description: When you enable an audit table for a table, the tablespace used to create this audit table is the same used for the audited table, making the size of the new table over the allowed size. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15219 Description: A tooltip containing the information from the multiinetextbox keeps opening and blocking the view of the control. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15498 Description: In the Receiving application, when you complete the receipt for a PO previously created, the Receipt field on the Purchase Order heading does not update as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15539 Description: Unique labels must be created for the templates of the Start Centers of the out-of-the-box TPM only. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15579 Description: If you install the pmps in different orders, an updatedb circularity error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15591 Description: In the Network Device application, if you open an item and click on the Next Record button over 20 times an Array Index Out of Bounds exception occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15804 Description: In the Meters tab of both the Asset and the Location applications, you cannot specify the Reading meter field because the select value window points to incorrect values. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15831 Description: In Scheduler, Asynchronous crontask for commit is having code issues with SQL statement. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15873 Description: In the Asset application, when you add a row to the Meters tab, the following message is displayed: 'meter#alreadyOnPluseAsset.' Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15874 Description: In the Asset application, when you add a new row to the Meters tab, the error BMXAA4214E occurs. Database Scripts: N/A Manual Changes: N/A --- Issue(s): 09-16162 (same as 09-15406 and 09-16570) Description: After applying the workaround, the BSI installation fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15539 Description: Unique labels must be created for the templates of the Start Centers of the out-of-the-box TPM only. Database Scripts: N/A Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15552 Description: In GVT environment, when you change the language of the TPM to any other that is not English, the VMMSync does not work as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15664 Description: When you run Updatedb, the Updatedb process fails, but updatedb.sh does not. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15830 Description: If the insertMbo, updateMbo, or deleteMbo are called outside of the saveTransaction() method, the eAudit can be bypassed. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15851 Description: In MEO, some of the added resources are not translated on non-demodata environment. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-16385 Description: The sectioncol tag does not use the width parameter Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-16386 Description: The registry needs to be change so it can allow a combobox to use a valign attribute. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-16484 Description: Updatedb fails to install CCI_PMP_SP when you an environment already has SRM Beta code installed. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-16749 Description: In the Receiving application, ACTMATCOST is not correctly calculated for WoTask Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17141 Description: The WebClientSession.runLongOpQuery method takes 100% CPU for the first three seconds. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17175 Description: Thread deadlock in WebClientSession.runLongOpQuery Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-15978 Description: The treenode collapse function is not working as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-16462 Description: In the Offering Catalog application, when you specify the Expected Release Date field and then click on Select Value, the calendar in Build Standard Server Offering is shown as empty. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17691 Description: In the Offering User Interface, the icons are not displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17333 Description: If you are using Mozilla Firefox, the images on the Offering Catalog page are not displayed. Database Scripts: N/A Manual Changes: N/A ---- APAR #: N/A Issue(s): 09-17435 Description: In the Job Plans application, if you duplicate a job plan that has a default work order class and you save this job plan, the work order class field is cleared in the original job plan and the duplicated job plan. Database Scripts: N/A Manual Changes: N/A --- APAR #: Issue(s): 09-18176 Description: Need a way to generate unique labels for out of the box start centers without the need of changing PMP installs. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-18216 Description: ccmdb maximo start center mock build skips docinfo data. We hav Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-16880 Description: When you search for a solution in a SQL environment, an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17772 Description: The offering frame is not where it is supposed to be. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-18645 Description: When you reject a PMCHGAP workflow, a database error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-18646 Description: When you try to process a PMCHGAP and or a PMCHGITIL workflow, a exception occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-18723 Description: In the Person Groups application, there is no mock value set in the description field. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-18724 Description: In the job plan selection panel, the description is unmocked. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-18985 Description: Update db: V72 install will fail on new (unexpect) V71x fixpack. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-19325 Description: Correction for IM trouble to Re-establish ST Chat Session After Error, CCMDB performance and IM icon throws exception in log in app designer Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-18390 Description: MS-SQL Activating CIType Fails with Null Pointer Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-16880 Description: AUTO - Error when searching for solution in SQL env Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-19011 Description: In the Assets application, when you try to start the secureProcessMOS method in the assets catalogue, a null pointer exception occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-19377 Description: When you install ccmdb, install a base language and add other additional languages, only the base language is displayed on your Maximo user profile. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17523 Description: When you run a report using BIRT, the BIRT engine cannot use the report temporary files in the servlet temporary directory because there is a space in the path name of the servlet temporary directory. As a result, multiple exceptions occur. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17772 Description: In the Offering Catalog application, if you search for an offering using Firefox, the offering list is displayed out of the place. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-19536 Description: After you do a service request manager search and click a search result link, the system does not display the previous and next arrow labels in the Find what you need page. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62828 Issue(s): 09-19786 dup of 09-19914/IZ62828 Description: Connection leak in Service Desk. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-20569 Description: 7.2 mm: History reports error when deployment was successful Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-20595 Description: Create text search indexes for all platforms. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-20509 Description: IVT: Change failure during install with Oracle. Caused by ExtractSCTEemplateLabels.java, unique constraint violated exceptions Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-20656 Description: Start Center unique content ID handling not giving unique IDs for different quick insert entries to same application Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-20226 Description: VMMSync task error in WAS SystemOut.log Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-17779 Description: The listbox control has no border Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-20496 Description: Correction for Instant messaging message errors are not correct. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-20216 Description: In the Service Request application, when you create a process request and select the CI's from a collection, all CI's are displayed and not only the ones associated by the customer value. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-21707 Description: When you click a web link that as a non-numeric character (#) in the URL, the character is replaced by '%23' causing a 404 error. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-21966 Description: When you try to rebuild a table, DBChange uses the wrong metadata to create table spaces. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-22437 Description: Database ID need to be Un-escaped during reading of XLIFF files Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-22349 Description: Sending an Item from SAP to Maximo results in an error message: BMXAA4195E - Required field Item Type is blank. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-10126 Description: Internal Automation: View Release Costs in Purchase Contract displays incorrect Amount Received, causing commited cost to be incorrect. 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): 09-17432 Description: When you select the Multi Asset Loc Ci radio button of a route and apply the route, Route and RouteStopID are not populated on the MultiAssetLocCI table. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-21823 Description: TPM DE fails to start on TSAM first environment where TAMIT is installed. 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-11639 Description: If you use DB2, performing a query using Mboset returns uncommitted data. Database Scripts: The script to add maxvar is copied below. Save it as a .dbc file and execute it with runscriptfile.bat. Manual Changes : Refer to the Manual Changes section for this issue/APAR. --- APAR #: N/A Issue(s): 10-12038 Description: If you use WebSphere, and you try to run a report, an error 500 message is displayed. Database Scripts: Manual Changes: Refer to the Manual Changes section for this issue/APAR. --- APAR #: N/A Issue(s): 09-21823 Description: When you have TAMIT installed, TPM DE does fails to start on TSAM first environment. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-19786 (dup of 09-19914/IZ62828) Description: A connection leak occurs in Service Desk. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-19786 Description: Oracle runs out of memory (ORA-04030) with 50 users. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-14264 Description: When you delete an asset record, create another record using the same asset, undelete the first record, delete the new record, and then try to undelete the new record, no duplicate key message is displayed for the new record. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-16162 (same as 09-15406 and 09-16570) Description: After you apply the workaround for 86898, the BSI installation fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-12732 Description: There are some issues when printing doclinks that have unc paths. 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 Issue(s): 10-15384 Description: Running the longevity test fails. Database Scripts: N/A Manual Changes : N/A --- APAR #: N/A Issue(s): 09-18393 Description: In the Incidents application, if you try to close an Incident that has an Activity with an associated asset, the following error occurs: "BMXAA0024E - ADD is not allowed on MULTIASSETLOCCI." Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 09-21025 Description: The code used to obtain a Maximo sequence for DB2 and Oracle has unneccessary synchrinization. Therefore, when the database resourrce is exhausted, all application servre threads waiting on a lock are kept waiting for a long time. 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 Issue(s): 10-20272 Description: When you use the Go To option to open an application, a javascript error occure when you hover over the second module. Database Scripts: N/A Manual Changes: N/A --- APAR #: N/A Issue(s): 10-19633 (dup of 10-19209) Description: MAXIMO db connection does not take trsuststore and truststore password for SSL connection. Database Scripts: V7115_150.dbc Manual Changes: See the Manual Changes section for this Issue/APAR. --- 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 Issues(s): 10-20706 Description: When you are deploying an environmet for DB2, updateDB runs into an infinite loop when reorganizing a table that has been altered. Database Scripts: N/A Manual Changes: N/A --- --- APAR #: IZ56240 Issue(s): 09-16570 (same as 09-16162 and 09-15406) Description: When you try to install the base services on Windows Server 2008, SP1, 64-bit OS, the installation fails and the following error occurs: ' CTGIN2080E: Base services database configuration failed'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51567 Issue(s): 09-14110 Description: When the number of current users on Maximo is over 100 and you try to view an attachment, the attachment appears blank or broken. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51598 Issue(s): 09-14150 Description: When you try to run a work order on-demand report using a multiple language environment, the following error occurs: Column is ambiguously defined. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51997 Issue(s): 09-14254 Description: The 'SELECT OWNER' dialog box appears intermittently and that cannot happen. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52130 Issue(s): 09-14338 Description: In the Asset application, when you use the Drilldown option from the Select Action menu to view the assets of a location, only the first asset appears. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52242 Issue(s): 09-14429 Description: In the Work Order Tracking application, when you create and save a report using a secondary language, the BMXAA4210E error message is displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54197 Issue(s): 09-15604 Description: When you create an organization with more than 35000 items and after that start creating more organizations, you receive an out of memory error after a few hours. Database Scripts: N/A Manual Changes: N/A 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' occurs and the system hangs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54601 Issue(s): 09-15847 Description: In the Features application, if you try to filter your search for an attribute using the detail menu of the Feature field, the following error occurs: 'BMXAA4160E - A major exception has occurred.' Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54794 Issue(s): 09-15945 Description: When you duplicate a Service Request, change some of the information and try to use this duplicated SR to create another SR, the original SR is used as a template, not the duplicated one. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55083 Issue(s): 09-16034 Description: In the Classification application, the service catalogue is performing slowly. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55262 Issue(s): 09-16108 Description: In the Classifications application, you cannot define the default value for some of the numeric data type attribute. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ32349 Issue(s): 08-21645 Description: In Maximo Asset Management 6.2.2, if you use an Oracle database and you search for a Preferred Term using the Description field on the Advanced Search/Search More Fields forms, the database does not process the PT as a word and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ50812 Issue(s): 09-13716 Description: In the Incident application, if you run a filter in the Summary field, choose Run Report from the Select Action menu and click the Create field, the report is displayed empty. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51216 Issue(s): 09-13994 Description: If a location is associated with a network and or a non-network system and you decommission the location, the associated and other unrelated systems are also decommissioned. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51576 Issue(s): 09-14144 Description: After you upgrade Maximo from version 6 to version 7, you cannot create a workflow process to update and create tickets. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51593 Issue(s): 09-14147 Description: If you generate a work order from a PM using the PM crontask and the asset on the PM contains an asset and or a location priority, the priority is not displayed on the newly created work order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51707 Issue(s): 09-14196 Description: In the Work Order Tracking application, if you create a job plan, associate it with a flow action that has two tasks, set the job plan to active and then try to apply this job plan to a new work order, the following error occurs: 'The job plan for jobplan XXXXX cannot be copied. Field Flow Action is Field Flow Action Assist is read-only.' Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52423 Issue(s): 09-14550 Description: In the Receiving application, when you try to autonumber a large quantity of rotating items that have many attributes associated to them, the system locks up. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52328 Issue(s): 09-14485 Description: After you save, enable, and activate a workflow record, a no promoting warning message is displayed. Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ53306 Issue(s): 09-15087 Description: When you are creating a change from a service request, the following error is returned: 'BMXAA4129E - Record already exists for WORK ORDER=XXXX, SITE=XXX, ATTRIBUTE=SOM_SSU, SECTION=.' Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ53350 Issue(s): 09-15089 Description: If you create a PO and a POLINE for a rotating item, and the POLINE quantity is greater than one, then receive the PO using the MXRCVROTITM interface, some assets are not created. Database Scripts: N/A Manual Changes: N/A ----- APAR #: IZ53880 Issue(s): 09-15415 Description: When you use persondata and try to load a location and or a locationsite, LDAPSYNC fails to load. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54276 Issue(s): 09-15669 Description: If you try to filter for a report in the Run Report menu, the 'BMXAA4210E'database error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54567 Issue(s): 09-15779 Description: In the Receiving applications, when you try to autonumber items that belong to an asset using the Apply Item Assembly Structure dialog box, the assetnums are wrongly created. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54632 Issue(s): 09-15841 Description: In the Work Order Tracking application, when you try to save a duplicated WO, the following error occurs: 'BMXAA4241E - An unknown error has occurred. Please contact your system administrator for assistance.' Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54639 Issue(s): 09-15855 Description: In Application Designer, any labels using {x} parameters disappear after you save a application and the label is replaced by 'parentempylable'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ54568 Issue(s): 09-15778 Description: A session is not removed from the Maxsession table when a user becomes inactive. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55455 Issue(s): 09-16197 Description: After you install hotfix 5/20, when you make changes in wokflow, the change is not saved to the Change record and does not appear when you try to re-query for the record. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55431 Issue(s): 09-16198 Description: In the Search Solutions application, when you try to use the '*' as a filter on the Description field, the following error occurs: 'BMXAA4210E - Database Error 20000 Occurred.' Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55507 Issue(s): 09-16233 Description: In Application Designer, any labels using {x} parameters disappear after you save a application and the label is replaced by 'parentempylable'. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55512 Issue(s): 09-16234 Description: In the Inventory application, if you select an item and try to issue it using Issue Current Item, a high object count may occur when you manually enter a Work Order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55520 Issue(s): 09-16240 Description: In the Users application, when you change the password for a user, the new password is set to ':loginid' and not to the password entered. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55637 Issue(s): 09-16317 Description: In Work management application, features that are indirectly associated with an asset and are not directly attached to the asset, cannot be used as a reference point when you search for works. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55875 Issue(s): 09-16423 Description: The read-only condition of the conditional UI works intermittently. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55824 Issue(s): 09-16406 Description: In the Work Order Tracking application, when you try to duplicate a job plan you receive a database error number 803. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ55973 Issue(s): 09-16417 Description: In Desktop Requisition, the items are reserved even when an error occurs in the records and is not saved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56195 Issue(s): 09-16528 Description: In the Work Order Tracking application, when you try to remove a safety plan from a Work Order, the following error occurs: 'Record has been updated by another user.' Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56185 Issue(s): 09-16538 Description: If you approve a PO, and the PO has a rotating item that requires inspection as a POLINE, and then receive the PO and change the inspection status, two different statuses are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56507 Issue(s): 09-16679 Description: A performance issue is caused when you click the select value button on the advanced search dialog box. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ57368 Issue(s): 09-16850 Description: In the Assets application, you cannot find an asset single feature or multiple features by filtering for attributes. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56756 Issue(s): 09-16781 Description: When you try to copy a Purchase Requesition or a Material Line to a Purchase Contract, the Item field remains as required and the field continues to be editable. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58684 Issue(s): 09-17204 Description: In the Search Solutions applications, if you use Oracle specific word in the self service module, the 'ORA-20000' error occurs and the dialog box that appears can only be cleared if you close the browser. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51576 Issue(s): 09-14144 Description: After you upgrade from Maximo 6 to 7, you cannot create or updated a workflow process because LSNRBP is missing. Database Scripts: N/A Manual Changes: N/A ---- APAR #: IZ54006 Issue(s): 09-15518 Description: When an user tries to approve and print multiple work orders the following error occurs: BMXAA4210E - Database error number 0 has occurred. ResultSet is closed. Database Scripts: N/A Manual Changes: N/A --- AAPAR #: IZ56673 Issue(s): 09-16727 Description: If you try to move more than 300 assets from one operating location to another, the Java virtual machine locks up. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ49320 Issue(s): 09-12937 Description: In the Labor Reporting application, you cannot select a labor record for approval. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56754 Issue(s): 09-16787 Description: In the Routes application, when you try to save a route after selecting an asset from the drilldown, the following error occurs: Boolean value is blank and requires a value. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56247 Issue(s): 09-16573 Description: When you try to receive a rotating item using the MXRCVROTITMINTERFACE, the average cost does not update as it should. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58217 Issue(s): 09-17117 Description: In the Master Contracts application, an unknown error occurs when you try to create a master contract with a currency different from USD. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59582 Issue(s): 09-17749 Description: In the Assets application, when you try refine by Asset Linear attributes, a major exception occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51103 Issue(s): 09-13904 Description: In Application Designer, you cannot set a query default value for the WOCLASS field and the default value of & does not work. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51287 Issue(s): 09-14027 Description: When you are using the workflow designer, and you have a properties window for either a node or a line opened, the logout window opens in front of the properties window. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59330 Issue(s): 09-17662 Description: In Application Designer, when you assign an image to a push button, this image does not display. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ51651 Issue(s): 09-14160 Description: In the Assignment Manager application, if you download the labor hours from an excel file and you open this file, you cannot sum the labor hours in Excel. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59508 Issue(s): 09-17747 Description: In the Migration Manager application, When you try to deploy a package to the target system the following error occurs: "BMXAA4134E - LOGGER DID NOT VALIDATE". Database Scripts: HF7115_001.dbc Manual Changes: N/A --- APAR #: IZ54640 Issue(s): 09-15856 Description: In the Assets application, you can add a parent to an asset assembly, even though the parent or the child for this assembly is located in an inventory location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60238 Issue(s): 09-18184 Description: In the Assets application, when you do an advanced search for a Classification and the process returns no results, an error message is displayed. However, the message does not inform that no search results were found. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59238 Issue(s): 09-17537 Description: In the Assets application, when you try to make the To Location a required field, the field is marked as required. However, you can still able to move or modify an asset when you leave the To Location field blank. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ55278 Issue(s): 09-16106 Description: In Application Designer, when you try to modify an external system, you get an invalid binding business case. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ60419 Issue(s): 09-18392 Description: If you installed a previous hot fix that contains MaxVar and you try to upgrade your system to a later version, a duplicated key error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ58195 Issue(s): 09-17115 Description: When you try to update Arabic or Hebrew Yes or No values, the database does not convert these Unicode into question marks and a script failure occurs. Database Scripts: V7115_132 Manual Changes : N/A --- APAR #: IZ60597 Issue(s): 09-18536 Description: In the Job Plan application, when you create a job plan, add a flow action task to this job plan, and then add more tasks and save the job plan, all tasks are defined as flow action when you try to check all the tasks. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ60376 Issue(s): 09-18324 Description: In the Work Order Tracking application, when you do a inbound transaction using FR1CODE and FR2CODE, the following error message is displayed: The failure report code is not valid. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60547 Issue(s): 09-18525 Description: In Application Designer, you cannot add a signature option to an attachment. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ16969 Issue(s): 08-13389 Description: A conflict is happening 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: Please refer to Manual Changes section. --- APAR #: IZ59510 Issue(s): 09-17752 Description: You cannot use APPFIELDDEFAULTS for customized fields. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ61302 Issue(s): 09-18877 Description: There is not a method to define the RMI port for each instance. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52690 Issue(s):09-14714 Description: If you extract errors to a file, and use a pipe as a delimiter, the resulting file contains many spaces and pipes, but does not contain the data records. Database Scripts:N/A Manual Changes: N/A --- APAR #: IZ59481 Issue(s): 09-17736 Description: In Maximo Enterprise Adapter, when you set a rule for a field using action SET, add a sub-record field to set a value, and try to use an object relationship to retrieve this rule to use it on a second rule with action COMBINE, you cannot access the first field rule that you set. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59494 Issue(s): 09-17739 Description: In the Receiving application, an error occurs when you try to receive a direct issue item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58708 Issue(s): 09-17210 Description: In the Escalation application, if you have a secondary language set as the default language in your Maximo user profile and you try to run an escalation cron task for an on object that has its own language table, an error message is displayed and the escalation cron fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59272 Issue(s): 09-17602 Description: The report footer displays the time and date that the report was generated according to the server time zone and not according to the time zone that you set. Database Scripts: N/A Manual Changes: Please refer to Manual Changes section. --- APAR #: IZ60858 Issue(s): 09-18710 Description: In the Assets application, if you have the audit table enabled, you cannot create an asset after running updatedb. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56294 Issue(s): 09-16617 Description: The AppBar does not display the links to any application in a module. Database Scripts: N/A Manual Changes: Please refer to Manual Changes section. --- APAR #: IZ51060 Issue(s): 09-13871 Description: In Maximo Enterprise Adapter, the Integration Framework file based reprocessing reports an inaccurate count of errors. As a result, the system does not detect when the file processing is complete. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59824 Issue(s): 09-17974 Description: In Application Designer, when you copy the Items application, change the default itemtype, and save this new application, the default itemtype is set back to the itemtype specified for the original application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62164 Issue(s): 09-19271 Description: If you clone the Asset application, the cloned application uses the same permission setting as the one of the original application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62607 Issue(s): 09-19621 Description: In Report Administration, if you start the Configure Data Sources action, the test connection fails with invalid user name and password even if you specify a correct user name and password. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ60600 Issue(s): 09-18526 Description: In the Item Master application, if an item exists on one or more balance records at the item level, you cannot change the status of the item. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ54854 Issue(s): 09-15960 Description: In the Changes application, after you change the job plan of a record, the system populates the Owner and Owner Group fields of some tasks with the other tasks owner information. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62827 Issue(s): 09-19915 Description: If a main record contains an attachment control, the system performance becomes slow when you try to open the main record and run the doclinks related query. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ61660 Issue(s): 09-18955 Description: On the Specification tab of the Assets application, if you select a classification for an asset that you have not already saved, the system does not display the classification. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ61516 Issue(s): 09-18959 Description: In the Warranty Contracts application, when you try to specify a cost for a row in a warranty contract, the total cost of the warranty contract is not updated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ56739 Issue(s): 09-19269 Description: In the Logging application, if you use a cluster environment and you apply a new value to the loglevel, the setting is effective only to the JVM instance that you are connected to. On all other JVM instances, the setting is effective only after you restart them. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58883 Issue(s): 09-17284 Description: If you change the status of a workflow process on a work order while running Maximo on an IBM DB2(R) or Microsoft(R) SQL Server database, and the workflow process uses the NOSTATUS and ONNOSTATUS actions, the system becomes unresponsive. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ61300 Issue(s): 09-18875 Description: When you run a large report and try to page through this report from the initial report view, the system stops processing any other reports and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62781 Issue(s): 09-19844 Description: When you run a report and another user runs a report almost at the same time, both your siteauth condition and the siteauth condition from the other user are added to the report if both users belong to a group with limited site authorization level. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ53964 Issue(s): 09-15507 Description: In Maximo Enterprise Adapter, when you are using the Web Service of the MXRCVROTITMInterface to receive multiple rotating items, the following error message is displayed: Required Field Asset is blank. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63360 Issue(s): 09-20539 Description: In the Assets application, when you specify a numeric value for an attribute in the specifications tab and then specify a value for another attribute, the first value specified is cleared. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59808 Issue(s): 09-17930 Description: In the Invoices application, if the conversion factor is higher than 1, the system does not write the invoice variance to the Invoicetrans table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63393 Issue(s): 09-20619 Description: If you copy PR lines to an RFQ that has associated terms and conditions, the following message is displayed: Attribute SENDTOVENDOR does not exist. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63154 Issue(s): 09-20385 Description: When you are deleting cron task history records, the deletion process is slow and locks the tables. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ62874 Issue(s): 09-19921 Description: In the Migration Manager application, if you try to deploy a package, the following error occurs: ORA-00001: unique constraint (MAXTEST.MAXMENU_NDX2) violated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ60367 Issue(s): 09-18326 Description: In the Create Requisition application, if you are creating a requisition and try to select an active item using the Inventory application, this item becomes pending in Create Requisition and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63331 Issue(s): 09-20506 Description: After you deploy the maximo.ear file to the proper virtual host, the Maximo URL request does not work correctly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ52243 Issue(s): 09-14430 Description: In the Classifications application, when you try to add an attribute to a classification that is already active and is used by an item or an asset, the following error occurs: "Database error number -180 has occurred. The syntax of the string representation of a datetime value is incorrect." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63064 Issue(s): 09-20182 Description: In the Item Master application, you cannot set an item to Obsolete if this item is associated with a canceled work order. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62302 Issue(s): 09-19367 Description: In the Migration Manager application, when you try to migrate information from an integration object structure with exclude and or include columns, some of these columns are not migrated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63837 Issue(s): 09-20998 Description: The greater than and less than characters, used in substitution variables with quotation marks, are incorrectly displayed in the inbox description field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ60284 Issue(s): 09-18265 Description: When Single Sign-On is enabled, the application linking option does not work. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63921 Issue(s): 09-21089 Description: If you use Maximo Asset Management 7.1.1.5 with Microsoft(R) Outlook(R) 2007 and try to process a free form e-mail, an error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62979 Issue(s): 09-20069 Description: In the Workflow application, when you assign a workflow to a user, the OwenerDescritpiton attribute is displayed as blank in the e-mail sent to the assigned user. Database Scripts: N/A Manual Changes : N/A --- APAR #: 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 #: IZ64359 Issue(s): 09-21414 Description: In Maximo Enterprise Adapter, if an object has a data field as a primary key attribute and you try to process an inbound IF transaction using this object, a null pointer exception occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64014 Issue(s): 09-21195 Description: In the Tivoli Access Manager Reconciliation application, when the default language code is set to "en_GE" and you try to format the system date, an exception occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63054 Issue(s): 09-20148 Description: You cannot set a default value for the 'Estimated Duration' field of the Activities and Tasks application, using the Application Designer or Database Configuration. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63065 Issue(s): 09-20183 Description: In the Receiving application, after you receive rotating items and apply the Item Assembly Structure to only some of the received assets (items), all child asset records are generated, including the ones for the assets not selected for the Item Assembly Structure. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ63073 Issue(s): 09-20153 Description: In the Issues and Transfers application, on the Issue tab, if you add a rotating asset value, the associated serialnum value does not cross over. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64849 Issue(s): 09-21746 Description: After you add a synonym to the ITEMSTATUS domain in Application Designer and specify an item number for a PR line in the Purchase Requests application, a database error occurs when you try to go to another field. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64398 Issue(s): 09-21502 Description: If you have a time zone set on your user profile, the time displayed on the BIRT Report and the time displayed on Maximo are different. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ61294 Issue(s): 09-18800 Description: In the Work Order Tracking application, when you duplicate a work order without duplicating its tasks, the storeroom and or the site attributes become editable when they should be read-only fields. Database Scripts: N/A Manual Changes: N/A --- 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 #: IZ60377 Issue(s): 09-18323 Description: In the Work Order Tracking application, you cannot change the value for regular hours because it is not an independent value from the start and end time and is automatically calculated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65146 Issue(s): 09-21954 Description: In the Locations application, if you use a not in query to search for some records that are not storerooms, the system does not display the results so fast. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64975 Issue(s): 09-21901 Description: In the Translation Data toolkit, during the pmpupdate, the title of records with remarks in xliff are set to null in L_MAXATTRIBUTE/-CFG. 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 #: IZ60796 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 #: IZ54590 Issue(s): 09-15807 Description: When you change the default siteid and then try to duplicate a PR, the positeid is not changed to the new default siteid value. As a result, the values for the default siteid and positeid are different. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ63366 Issue(s): 09-20617 Description: In the E-Audit application, if you change the e-audit filter to ':istask = 1' and try to run a query against a work order audit table, the task rows in the work order are not audited. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64715 Issue(s): 09-21664 Description: When two users try to run a report on a BIRT reporting only server, the error 500 randomly occurs. 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 continues queue process to create work orders, and one of the work orders fails to be created and needs to be refetched, this 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 #: IZ63101 Issue(s): 09-20262 Description: Upgrading from 6 TO 7 on DB2 fails on UPGRADELOADMETADATA03LOGINTRACKING.CLASS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65747 Issue(s): 09-22514 Description: In the Receiving application, if you create a required user-defined attribute for a PO object and do not specify the attribute before saving the PO, the quantity received is doubled. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64902 Issue(s): 09-21790 Description: In the Domain application for TAMIT 7.2, when you add a condition for a synonym domain, this condition is not immediately effective. 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 #: 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 #: 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 #: IZ64018 Issue(s): 09-21202 Description: When the user is in a different time zone from the server and tries to run a report which contains date fields, the dates are wrongly displayed on the report. Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: IZ63578 Issue(s): 09-20699 Description: In Maximo Enterprise Adapter, when you modify an xml file for an inbound MXINVISSUEInterface transaction, and you try to send this inbound transaction using the import utility, a "java.lang.NullPointerException" error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ65648 Issue(s): 09-22396 Description: In the Assets application, on the Specification tab, the BS table for attributes of the table data type is not working. 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 #: 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 #: 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 #: 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 #: 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 cost value. 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 condition occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ65853 Issue(s): 09-22565 Description: When a courier transfers a rotating asset between sites, the balance of the destination storeroom is not updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ65646 Issue(s): 09-22392 Description: Assets included in revised, canceled, or closed contracts cannot be associated with an active contract. Database Scripts: N/A Manual Changes : N/A --- APAR(s): IZ57934 Issue(s): 09-17023 Description: In the Warranty Contracts application, if you select any approved warranty contract that has warranty lines and assets listed on it, and then use the Select Action menu to apply the revise contract action, the contract warranty lines are not copied over to revised contracts 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 #: 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 #: 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 the 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 : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ65464 Issues(s): 09-22209 Description: In the Advanced Search window of the Item Master application, when you choose Select Value from the Hazards field, the system does not return any rows. 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 #: IZ55016 Issue(s): 09-16033 Description: In the Request for Quotations application, when you try to copy PR line items to an RFQ, and the related PR is approved and has terms, the following error message is displayed: BMXAA4176E - Attribute SENTTOVENDOR does not exist. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67262 Issue(s): 09-23150 Description: In Maximo Enterprise Adapter, if you use a SKIP rule or SKIP transaction in user exit during a Create operation, all records are skipped from being processed and the response is null. 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 #: IZ60312 Issue(s): 09-18271 Description: When you are using your current location with UNC mapping without translations values, and you try to view an attachment, http is added as a prefix to the URL and the file cannot be displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ65647 Issue(s): 09-22391 Description: In the Presentation Properties window of Application Designer, after you specify application restrictions and save the application definition, the restrictions are not enforced. 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 #: IZ66810 Issue(s): 09-23000 Description: In the Receiving application, if you partially receive a PO record that is associated with a rotating item, and set the date to a financial period that no longer accepts charges, you can save the record. However, in the Receive Rotating Items window, if you choose to autonumber, the BMXAA1196E warning message is displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66930 Issue(s): 09-23037 Description: On the Data Restrictions tab of the Security Groups application, if you mask the Vendor field for the Work Order Tracking application, sign in to Maximo again, and then open the relevant application, the system does not apply the field mask. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66500 Issue(s): 09-22893 Description: In the Issues and Transfers application, if you select an item to be issued, and the item that has a bin number, you cannot choose another item that has the same bin number. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ66471 Issue(s): 09-22888 Description: In the Purchase Orders application, if a change status error occurs because of missing information in a PO line, you cannot expand the PO line details again to specify the required information and solve the change status error. 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 #: IZ66317 Issue(s): 09-22779 Description: In the Incidents application, if you choose to duplicate an incident record with its activities from the Select Action menu, the system does not transfer the activities to the duplicated record. Database Scripts: N/A Manual Changes : N/A --- APAR #: 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 #: 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 #: 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 #: IZ44238 Issue(s): 09-11219 Description: After you approve a PO, you cannot invoice for a vendor that has been disqualified. 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 #: 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 : Please refer to Manual Changes section. --- APAR #: IZ63840 Issue(s): 09-21000 Description: In the Inventory application, if you apply physical count to items, the physical count line cost of the item is incorrect on the PCOUNTADJ transaction type. 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 #: 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: On an item record, if you change a classification that has defined attributes to a classification that has different attributes and try to save the record, the following error message is displayed: BMXAA4210E - Database error number - 180 has occurred. Database Scripts: N/A Manual Changes : N/A --- APAR #: 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 #: 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 #: 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 #: 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 #: 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 #: 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 expiry 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 #: 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 #: 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 following error was recieved during the updatedb while calling the class : psdi.script.en.V7115_28. A value is not compatible with the data type of its assignment target. Target name is "VALUE".. SQLCODE=-408, SQLSTATE=42821. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68000 Issue(s): 10-10246 Description: You cannot approve the PO from work flow. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68955 Issue(s): 10-10680 Description: You cannot change your password if MXE.CONVERTLOGINID is set to one. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68785 Issue(s): 10-10649 Description: In the Work Order Tracking application, 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 #: IZ69799 Issue(s): 10-10885 Description: After you add an autonumbering prefix for bulletin board, bulletin board messages are disabled. 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 #: 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 #: IZ69113 Issue(s): 10-10718 Description: In the Work Order Tracking application, if you type special characters in the Description and Long Description fields, the long description data is saved differently. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68747 Issue(s): 10-10632 Description: In IBM Maximo(R) Asset Management 7.1.1.5., a webclient.property needs to be added so the client can change the behavior of the Eraser button. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ66241 Issue(s): 09-22738 Description: In IBM Maximo(R) Asset Management 7.1.1.5., a webclient.property needs to be added so the client can change the behavior of the Eraser button. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. --- APAR #: IZ69808 Issue(s): 10-10888 Description: When you select the Multi Asset Loc Ci radio button of a route and apply the route, Route and RouteStopID are not populated on the MultiAssetLocCI table. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70186 Issue(s): 10-10988 Description: While importing reports using command line importreports, the password doesn't work if it is other than only letters in lowecase. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69780 Issue(s): 10-10855 Description: When you run many cron tasks at frequent intervals and the dbconnection watchdog is enabled, a deadlock might occur. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ67515 Issue(s): 10-10075 Description: On the List tab of the Work Order Tracking application, if you select some work orders and assign them to a new parent, all work orders that are displayed on the first page of the List tab are assigned to the parent. Database Scripts: N/A Manual Changes : Please refer to Manual Changes section. --- APAR #: IZ70328 Issue(s): 10-11042 Description: When two organization level settings conflict with each other in Po and Inventory reorder, additional POs are created incorrectly. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ69689 Issue(s): 10-10849 Description: If you set a user group to have read access to the Domains application, users who belong to this group can delete domain values. Database Scripts: N/A Manual Changes : N/A --- APAR #: 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 #: 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 #: 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 #: 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 #: IZ68379 Issue(s): 09-12811 Description: On CCMDB 7115, Promotion Checks Cardinality Value During Promotion And Error Return. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ70459 Issue(s): 10-11068 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 #: 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 #: 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 #: IZ72141 Issue(s): 10-11394(dup 09-18799) Description: You cannot change the status of Activities and Tasks. 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 #: IZ68348 Issue(s): 10-10496 Description: On a PO 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 #: IZ59132 Issue(s): 09-17473 Description: In the Search Solutions application, there is a default WHERE clause that creates an unwanted filter on the records. 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 #: IZ69969 Issue(s): 10-10925 Description: In the Work Order Tracking application, if you have a default query, and you perform a Restore Application Defaults action, the 'N' values are not populated. 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 #: IZ72130 Issue(s): 10-11383 Description: If you belong to a User Group that does not have authorization to access 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 #: 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 #: 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 #: IZ72484 Issue(s): 10-11608 Description: The 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 #: IZ71080 Issue(s): 10-11277 Description: In MEA, if a file was already opened and locked by another application, the cron task that loads flat files for inbound MIF transactions, loads the opened file multiple times. 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 #: 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 #: IZ73184 Issue(s): 10-11989 Description: The database script 7110_352 removes attributes that are necessary for TAMIT 7.2. 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 #: 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 #: 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 #: IZ68110 Issue(s): 10-10322 Description: On the Asset tab, the modifications to downtime in the Asset Manage downtime History window are not reflected in the 'Total downtime' of the Asset. 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 #: 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): 09-23164 Description: When you try to print a Microsoft Office document with attachments, you are prompted to install ActiveX even though you have already installed it. 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 #: 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 #: IZ73851 Issue(s): 10-12309 Description: The date and time widget displays the wrong month. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ72940 Issue(s): 10-11847 Description: When you direct print a report with attachment, you cannot choose whether to validate the attachment URL from the server or not. Database Scripts: N/A Manual Changes : Please refer to Manual Changes section. --- 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 #: IZ73425 Issue(s): 10-12106 Description: In the Classification Catalog, when you submit an SR, the alphanumeric value is not validated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62828 Issue(s): 09-19914/IZ62828 dup of 09-19786 Description: A connection leak occurs in Service Desk. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73129 Issue(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 #: 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 #: IZ69889 Issue(s): 10-10916 Description: In MEA, when you reprocess an Integration Framework transaction containing a special character, the Message Reprocessing Application generates an error. Database Scripts: N/A Manual Changes: Refer to the Manual Changes section for this Issue/APAR. --- 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 #: IZ72127 Issue(s): 10-11392 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 #: 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 #: IZ74252 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 #: IZ46819 Issue(s): 09-15037 Description: In the Assets application, when you Mass Move an asset, the CI Location is not automatically updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: 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 #: IZ73520 Issue(s): 10-12164 Description: If you use Hebrew as a second language with English as the base language, and you try to use a solution from the Incidents application, an error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68172 Issue(s): 10-10417 (dup of 09-22288) 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 #: IZ66899 Issue(s): 09-23031 Description: In the Assets application, there are charge store purchase order line items. The software cannot move asset to inventory type location. 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 #: IZ74688 Issue(s): 10-12795 Description: In the Purchase Requisitions application, even though you have no rights to approve a PO and you have no PO limits, you are able to copy PR lines to an approved PO. 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 #: 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 #: 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 #: 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 #: IZ73412 Issues(s): 10-12108 Description: In Rpt: Harrier Reports, the Labor Reporting report shows only task work orders. 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 #: IZ73019 Issues(s): 10-11895 Description: In the Inventory application, if you run an escalation, and you try to return an item, the current balance is wrongly calculated. 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 #: IZ75069 Issues(s): 10-13377 Description: After you upgrade your system, the e-mail listener does not work. 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: Refer to the Manual Changes section for this Issue/APAR. --- APAR #: IZ63142 Issues(s): 09-20386 Description: In Maximo Enterprise Adapter, when you try to load xml information using cron tasks, the following error message is displayed: "ORA-00001: UNIQUE CONSTRAINT (NAASY1C.MAXINTMSGTRK_X1) VIOLATED." Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: 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 #: 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 hot fix MBS_7115_LAFIX.20100406-0659, child and task work orders are not sent out by integration. 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 #: IZ75347 Issue(s): 10-13628 Description: On the List of the Assets application, horizontal and vertical paddings of five px are added to table records. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ53565 Issue(s): 09-15251 Description: If you use different values for your user ID and login ID, you cannot delete a bookmark. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75209 Issue(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 #: IZ72394 Issue(s): 10-11536 Description: If a page locks up, and you press the F5 key, you are redirected to the login page. After you log in again, you are redirected back to the page you were working in, but the page displays the debug information. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74886 Issue(s): 10-13204 Description: In the Job Plan application, when the duration of the first job plan task is higher than 0:00, all other tasks that follow immediately after and have a duration of 0:00 inherit the same duration as the first task. 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 #: 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: Refer to 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: Refer to 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: Refer to 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 #: 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 #: IZ52351 Issue(s): 09-14513 Description: UNABLE TO CHANGE LIFECYCLE STATUS TO BUILD AFTER REQUIRED RELATIONSHIP FOR COMPUTER SYSTEM CI. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74398 Issue(s): 10-12654 Description: In the Work Order application, when you add an asset to a task using the Select From > WO Hierarchies and Relations menu option, the following error message is displayed: "BMXAA0019E - Field Site is read-only." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76113 Issue(s): 10-14282 Description: If you create one classification to be used with a location, and then create another classification using the same name but to be used with assets, if you type the name of this second classification and then tab out of the field when creating an Assets, the following error message is displayed: "BMXAA0184E - The classification XXXXX cannot be used for ASSET." 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 #: IZ75056 Issue(s): 10-13298 Description: In the Workflow application, if you have not been granted access to a Status in the Security Groups application, you cannot change the status of a record to this status. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76034 Issue(s): 10-14199 (dup of 10-12711) 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 #: IZ75803 Issue(s): 10-13975 (dup of 09-18957) Description: You are able to create SRs against restricted locations. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76285 Issue(s): 10-14370 Description: In the Invoice application, the AP Suspense account uses the company default account instead of the PO vendor account. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75039 Issue(s): 10-13293 Description: In the Work Order Tracking application, when you use the application link to select a value for the contract field and you return with the value, you are able to return the value of contracts that are not currently active. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ62392 Issue(s): 09-19373 Description: When you create an internal PO, the system applies the storeroom control account value to the PO credit account. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ74155 Issue(s): 10-12505 (dup of 09-19750) Description: In the Job Plan application, when the duration of the first task is greater than 0, all following tasks that have a duration of 0 inherit the same duration as the fist task. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76436 Issue(s): 10-14506 Description: In Advanced Search, when you search for attributes, the records predefined in the ALNDOMAIN value list are not displayed. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ75789 Issue(s): 10-14005 Description: In the Invoice application, after you receive the "BMXAA4200E - Record has been updated by another user. Refetch and try again" error message when trying to save a record, the work order actual cost is incorrectly updated. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76753 Issue(s): 10-14740 Description: In the Routes application, if you select the "Entries in the Work Order's Multi Asset, Location and CI Table" option when you are applying a route to a work order, the following error message is displayed after you confirm your action: "BMXAA0019E - Field Job Plan is read-only." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ73145 Issue(s): 10-11983 Description: When you run the WriteReportProperties 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 #: IZ76590 Issue(s): 10-14559 (dup of 10-11430) Description: In Communication Templates, if you duplicate a communication template and change the Reply To field to the Email address of a role, INBOUNDCOMM.REPLYTO is null when an email is sent using this template. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76010 Issue(s): 10-14162 Description: If you add the GLACCOUNT field as an additional column on the list screen add, specify the lookup in the Control Properties for this Table Column as GLNAVIGATOR, you cannot use the GLNAVIGATOR lookup on the List screen. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76714 Issue(s): 10-14661 Description: When you generate a open_wo_pm Birt report, only work orders created from a PM are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76581 Issue(s): 10-14540 Description: In the Person Group application, when you add a PersonGroupTeam record to the People table window, an unqualified SQL statement is issued against the Person table when you set the RespPartyGroup attribute. Database Scripts: N/A Manual Changes : N/A --- APAR #: 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 : 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 #: IZ64841 Issue(s): 09-21744 Description: In the long description field, when you use "<>" the characters entered after "<" and or between "<>" disappear. Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: IZ77557 Issues(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 #: 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 #: IZ77630 Issues(s): 10-15306 Description: In the Planned Materials subtab, you are able to choose items that have a status of Pending Obsolete. 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 #: IZ77720 Issues(s): 10-15362 Description: In the Purchase Contracts application, if you enter the managed payments of a contract and then approve this contract, you cannot revise the contract again. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76379 Issue(s): 10-14464 Description: In the Asset application, if you configure LOCOPER.FLO5 as maxtype YORN, the following error occurs when you create a work order: "BMXAA4195E - Required field XXXXX is blank." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ78082 Issue(s): 10-15514 Description: In the Purchase Requisitions application, when you duplicate a PR, the PRLINENUMS are also duplicated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77733 Issue(s): 10-15366 Description: In the Invoice application, the CONTRACTAUTH lookup does not work on list tab or search more. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ67293, IZ77105 Issue(s): 09-23164/IZ67293 dup of 10-10685 (NONE APAR) 10-15017/IZ77105 dup of 10-10685 (NONE APAR) 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 #: IZ77991 Issue(s): 10-15463 Description: In the Item Master application, when you use Advanced Search to look for a vendor using the INVVENDOR.VENDOR attribute, no records are displayed. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76427 Issue(s): 10-14498 Description: Despite applying the hot fix for IZ33446, the bulletin board is still experiencing a slow perfomance. Database Scripts: HF7115_003.dbc 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 #: IZ74911 Issues(s): 10-13209 Description: When you apply an Item Assembly Structure on rotating items, the inventory balance is incorrectly updated. 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 #: 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 #: IZ79293 Issue(s): 10-15970 Description: In Rpt: Harrier Reports, when you Direct Print a report, a 500 error occurs in the Sun Java Console. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64841 Issue(s): 09-21744 (REWORK) Description: In the long description field, when you use "<>" the characters entered after "<" and or between "<>" disappear. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77655 Issue(s): 10-15319 Description: When you apply a SLA to an incident record, the value on the resolution column is cleared after you filter for values in the SLA dialog Box. Database Scripts: HF7115_005.dbc Manual Changes: N/A --- APAR #: IZ78530 Issues(s): 10-15810 Description: In the Job Plans application, When you try to search for Asset Description, Location Description or Item Description using the More Search fields dialog box, the following error occurs:" BMXAA4185E - Cannot query on field ASSETDESCRIPTION." Database Scripts: N/A Manual Changes: Refer to the Manual Changes section for this issue/APAR. --- APAR #: IZ77384 Issue(s): 10-15135 Description: You cannot use HADR because the CLOB/BLOB columns are built incorrectly. Database Scripts: HF7115_004 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 #: IZ74954 Issue(s): 10-13217 Description: In the Preventive Maintenance application, when you try to use the PM work order cron task to generate a work order, a null pointer exception error occurs. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ64379 Issue(s): 09-21423 Description: In the Assets application, after you finish deploying the Migration Manager, the toolbar disappears. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77558 Issue(s): 10-15246 Description: In the Issues and Transfer application, the Add/Modify Reservations function on the Selct Action menu does not save reservations. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80184 Issue(s): 10-16231 Description: In the Classification application, the Class Structure field does not filter by Result Set. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ76591 Issue(s): 10-14607 Description: After you change the description of the Description Column, the Description Collum is duplicated in the Start Center Portlet. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80867 Issue(s): 10-16477 Description: In Domains, if you filter for a status and then click the trash bin icon, the following error occurs: "BMXAA4052E - You can only delete synonym values." Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ77652 Issue(s): 10-15320 Description: In the Locations application, if you specify a value for the Memo field that is greater than the database length, an error occurs as expected. However, when you click the OK button to close the error message, the dialog box is displayed again and keeps appearing until you close the browser. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ80925 Issue(s): 10-16522 Description: In the Warranty Contract application, if you create or duplicate a contract with more than one contract line, approve this contract, filter the contract line, and then revise the contract, only the contract for the first line is created. 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 #: IZ77409 Issue(s): 10-15143 Description: In Workflow, after you receive and close a system message, the work order close action is not performed. 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 #: IZ80219 Issue(s): 10-16239 Description: f you use the upgrade utility to upgrade your database from Maximo 6 to 7, the Integrity Checker does not handle MaxTable domains correctly and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76075 Issue(s): 10-14243 Description: If you default the owner field from Service Request to '&USERNAME&', and then try to duplicate a service request in the Service Desk application, the following error occurs when you try to save the duplicated request: "BMXAA4195E - Required field Ticket is blank." Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77635 Issue(s): 10-15308 Description: In the Invoice application, if you create a record and add scheduled payments, the invoices amounts do not match the scheduled amounts on the software contract. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77539 Issue(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 #: IZ77384 Issue(s): 10-15135 Description:If you use DB2, you cannot use HADR because the CLOB/BLOB columns are built incorrectly. Database Scripts: HF7115_004 Manual Changes: N/A --- APAR #: IZ80247 Issue(s): 10-16296 Description: The performance of the Job Plan application is being affected by errors FldFlowControlled.class and FldSuspendFlow.class. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80954 Issue(s): 10-16523 Description: In the Work Order application of some Industry Solutions, if you use the Report Downtime dialog box, the work order numbers entered are not saved. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80046 Issue(s): 10-16127 Description: In the Service Request application, the following error occurs when you save an SR record without entering all required fields: "BMXAA4129E - Record already exists for Ticket =XXXXXX, Class=SR, Date=4/24/09 5:38 AM" Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76366 Issue(s): 10-14459 Description: In the Assets application, when you enter a meter reading, work orders are generated. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ75149 Issue(s): 10-13455 Description: In the Company application, you cannot set a synonym value as default for company types. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52839 Issue(s): 09-14811 Description: When you run UpdateDB, the add-on scripts have inserts that set some of the value of the rowstamp incorrectly, and causes an exception error. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ77862 Issue(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 #: IZ80478 Issue(s): 10-16351 Description: After you run configDB and restart your system, the TLOAMCONTRACTASSET view fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83729 Issue(s): 10-17675/IZ83729 dup of 10-10197 Description: In the Activities and Tasks application, when you try to assign activities and tasks to an owner, the following error message is displayed: "BMXAA4214E - An unknown error has occurred. Please contact your system administrator for assistance." Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: IZ78142 Issue(s): 10-15549 Description: In case of any data error in a flat file, the flat file cron task continues to process the remaining valid files in the directory. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ83002 Issue(s): 10-17176 Description: In The Issues and Transfers application, if you purchase a direct-use material against a work order, receive the material and load it with no storeroom specified, an error occurs when you try to apply a price agreement to the order. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84670 Issue(s): 10-17946 (dup of 10-16073/IZ80008) Description: In the Work Order application, if you belong to a user group that is not allowed to change the status of a work order to WMATL, the only status option available when the work order is in WAPPR is CAN. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ68578 Issue(s): 10-10551 Description: If you specify a fractional quantity between -1 and 1, you must specify it before you add an item to your requisition. 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: HF7115_006.sql, HF7115_006.class 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 #: IZ64015 Issue(s): 09-21198 Description: In the Description field of a record, if you enter a text that contains a script, and then display that record in portlets on the Start Center, the description is not displayed. Instead, the script inside the description text is executed. Database Scripts: N/A Manual Changes : N/A --- APAR #: 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 #: IZ83507 Issues(s): 10-17567 Description: Sometimes rptdocument files of reporttemp directory are not deleted. 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 #: IZ80478 Issue(s): 10-16351 Description: After you run configDB and restart your system, the TLOAMCONTRACTASSET view fails. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ84536 Issues(s): 10-17893 Description: In the Reorders application, if you reorder items that have the unit cost set to five decimals, the unit cost of the PR created is rounded down. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85680 Issues(s): 10-18399 Description: When you try to specify a url to open the admin console in the Launch In Context, the ":" character is encoded as "%3A". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68179 Issues(s): 10-10422 Description: After you select a record, the screen moves to the bottom of the page. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ64040 Issues(s): 09-21199 Description: In the Inventory application, when you move a rotating asset from an operating location to a storeroom and view the transaction, no record is displayed for the rotating item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86187 Issues(s): 10-18657 Description: In the Warranty Contract application, if you filter a contract, and then duplicate this contract, the duplicated contract is created only with the lines that are displayed after filtering. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85329 Issues(s): 10-18269 Description: In the Items application, if you use the standard web service, you cannot change the status of an item. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86630 Issues(s): 10-18917 Description: In the Service Requests application, if you add an attachment to a SR from View Service Request, you are not required to save the record when you click the Search button. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85368 Issue(s): 10-18279 Database Scripts: N/A Description: If the reportlookup.labeloverride column contains null values, the birthreportlabelloader script runs into an exception during upadatedb. Manual Changes: N/A --- APAR #: IZ84837 Issue(s): 10-18008 Database Scripts: N/A Description: You can import new labors to closed work orders. Manual Changes: N/A --- APAR #: IZ86806 Issue(s): 10-19075 Database Scripts: N/A Description: If a user belongs to one security group and one site, the suggested reorder report is blank when they try to use it. Manual Changes: Refer to the Manual Changes section for this Issue/APAR. Reimport INVENTOR/invpurch.rptdesign --- APAR #: IZ86155 Issue(s): 10-18650 Database Scripts: N/A Description: When you are routing a work orfer, duplicate unique IDs are created, causing unique key errors. Manual Changes: N/A --- APAR #: IZ87042 Issue(s): 10-19220 Database Scripts: N/A Description: When you upgrade from Maximo Asset Management 6.2.5, a scriptrun#MissingDomainDef error occurs. Manual Changes: N/A --- APAR #: IZ84162 Issue(s): 10-17771 Description: Cannot create an ad hoc report when the user name contains a backslash. 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 #: IZ76892 Issues(s): 10-14889 Description: The showcount property does not work. 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 #: IZ86293 Issue: 10-18774 Description: In the Purchase Orders application, on the Purchase Order line, the value of the GL Debit Account is cleared when you select the work order before selecting the item for the type Standard Service. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74489 Issue(s): 10-12663 (REWORK) Description: In the Work Order application, when you add a Plan Materials row with information about the Type of Material, the data is transferred to MS Project. However, when you update the work orders, the Materials column is cleared and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85374 Issues(s): 10-18315 Description: In the Work Order Tracking and Locations applications, on the 'View Work Details' dialog, the 'Include History?' flag and the 'History' filter in the Work tab do not always show the expected results. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87335 Issues(s): 10-19424 Description: In the Service Request application, when you enter an asset manually, tab out of the field, then click the Contiue button, a Decommissioned Asset is selected for the Asset field and an error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87772 Issues(s): 10-19577 Description: When you apply the 7.1.1.5 HF028, the -FHF7115_005 runscriptfile fails to run. Database Scripts: HF7115_005.dbc 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 #: IZ87096 Issues(s): 10-19248 Description: In the Work Order application, when an invoice has a currency different from the base currrency of the Organization, the View Costs values are displayed in a different currency. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ52439 Issue(s): 09-14572 Description: In the Items application, when you try to change the specification of a record, and this record is associated to several rotating items, the application locks up. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ59683 Issue(s): 09-17857 Description: In the Preventive Maintenance application, when you try to set the meter reading of an existing work order using the "Set Reading at Last Work Order" action, the entire new reading value is added to the number of "Units to go". Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87781 Issue(s): 10-19596 (dup of 10-18785) Description: On the Maximo login scrren, a 404 error occurs when the browser tries to load required_label.gif, login_bkg_top.gif, and maximo.css. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88700 Issue(s): 10-19856 Description: After you enable the cross-site scripting filter, you cannot select a date with parentheses from a combobox.C Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ72758 Issues(s): 10-11737 (dup of 10-20053) Description: In the Application Designer, you cannot view LOOKUP elemtes from the "Add/Modify Select Action Menu" menu. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85477 Issues(s): 10-18356 Description: In the Invoice application, you cannot modify a record that has the type of SCHED. Database Scripts: N/A Manual Changes: See the Manual Changes section for this Issue/APAR. --- APAR #: IZ86804 Issues(s): 10-19071 Description: If you try to apply a SLA, but no SLA is found, the values in the target date fields are cleared. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89293 Issue(s): 10-20116 Description: Whenever you navigate to the Start Center, all records from BBOARDMSGSTATUS are fetched. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ86683 Issue(s): 10-18964 Description: If your user name contains a single quotation mark, or an apostrophe, an error occurs when you try to login. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ89515 Issue(s): 10-20204 Description: In the Work Order application, if a work order has more than 1000 assigned assets, an you try to change the status of this work order, the perfomance of the product is affected. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ88730 Issue(s): 10-19870 Description: In Rpt: Harrier Reports, scheduled report do not work when there is a date parameter in the report design. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ88105 Issue(s): 10-19662 Description: In the Meters Group application, when you import valid characteristic domain values with the Meterdata structure, these values are not accepterd. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ89816 Issue(s): 10-20496 Description: If you use Internet Explorer, and you set a wrong default query for an application, an unexpected message appears when you try to enter this application again. 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 #: IZ84676 Issues(s): 10-17954 Description: In the Workflow application, if you send a notification from the WF Reassign window, an excepetion error occurs. Database Scripts: N/A Manual Changes: N/A --- APAR #: Issues(s): 10-20706 Description: Fixed infinite loop when reorg'ing a table. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88240 Issues(s): 10-19721 Description: USERS BEEN DELETED STILL APPEAR IN LOOKUPS Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89798 Issues(s): 10-20497 Description: "BMXAA4214E - An unknown error has occurred." when trying to Change Inspection Status of a service Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89749 Issues(s): 10-20442 Description: MAXIMO SERVER CRASHING ISSUE WHEN ADDING LARGE NUMBER OF ITEMS TO STOREROOM FROM THE FRONT-END. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85081 Issue(s): 10-10800 Description: Carriage returns and line feeds disappear on long description when you hit tab key Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ90030 Issue(s): 10-20566 Description: SQL FOR DEFAULT QUERY TAKES 2 MIN ON 2.7 MIL RECORDS IN ITEM MASTER APPLICATION Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ89688 Issue(s): 10-20355 Description: CONDITIONS CANNOT BE DELETED USING CONDITIONAL EXPRESSION MANAGER IN TPM711 Database Scripts: N/A Manual Changes : A new properties are being used in the code, however it is not required unless you want add some table names. In that case, add this property via the System Properties app: mxe.condition.excludeCheckReference: ALN type, default is empty string; omma-separated table names to be excluded when checking a condition''s references. --- 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 #: IZ84669 Issue(s): 10-17945 Description: UNEXPECTED SAVE CHANGES DLG Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ86562 Issue(s): 10-18876 Description: DATABASE SESSIONS GROW WITH ROUTES IN WORKORDER ON CLUSTERED ENV Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ87503 Issue(s): 10-19473 Description: UNIQUE CONTRAINT WITH MUTLIPLE USERS SUBMITTING/RESOLVING SR'S Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ91543 Issue(s): 11-10051 Description: ISSUE OF ITEMTYPE MATERIAL GETS 'ITEM#INVALIDITEM' MIF ERROR Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ61503 Issue(s): 09-18956 Description: SYNONYM OF INTERNAL STATUS RESOLVED IS NOT WORKING PROPERLY IN THE SR AND INCIDENT APPLICATION. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ91471 Issue(s): 11-10003 Description: Exchange Rate Not Populated When Buyahead Field is True Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ51587 Issue(s): 09-14145 Description: BIRT INVENTORY BALANCES REPORT SHOWS INCORRECT VALUES FOR SOME ITEMS Database Scripts: N/A Manual Changes : Reimport INVENTOR/inventory_balance_tbl.rptdesign --- APAR #: IZ89604 Issue(s): 10-20289 Description: INVENTORY BALANCE REPORT QUERY GIVES INCORRECT RESULTS Database Scripts: N/A Manual Changes : Reimport INVENTOR/inventory_balance_tbl.rptdesign --- APAR #: IZ82785 Issue(s): 10-17080 Description: UNABLE TO CONNECT TO MICROSOFT PROJECT FROM MAXIMO WHEN USING WEBLOGIC 9 WITH LDAP ENABLED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90242 Issue(s): 10-20739 Description: RECONCILE BALANCES SHOULD NOT USE ABSOLUTE VALUE OF THE SUM OF MATRECTRANS.QUANTITY BECAUSE THE QUANTITY CAN BE NEGATIVE FOR RECEIPT TYPE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ79279 Issue(s): 10-15973 Description: DATE/TIMES IN WORKFLOW EMAIL NOTIFICATIONS NEEDED TO BE CHANGED TO A STANDARD TIMEZONE OR THE RECIPIENT'S TIMEZONE. Database Scripts: YES Manual Changes: N/A --- APAR #: IZ85794 Issue(s): 10-18454 Description: In the Rpt: Harrier Engine, you cannot run the update reports utility with the context of MboWeb other than mbo Database Scripts: N/A Manual Changes: See the Manual Change section for this Issue/APAR. --- APAR #: IZ89733 Issue(s): 10-20438 Description: UNABLE TO HAVE A COMMA IN THE E-MAIL SENDER NAME / DISPLAY NAME FOR EML Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88855 Issue(s): 10-19917 Description: BMXAA4195E REQUIRED FIELD ESTIMATED DURATION IS BLANK Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76191 Issue(s): 10-14290 Description: When a work flow is invoked on an object that has attributes that are both null and flagged as REQUIRED in the user interface, the 'Required field is blank' error message dialog may hang. This situation can occur when: 1. the required fields are *conditionally* required and the conditions are met by running a different work flow just previous to the work flow that encounters the hanging 'Required field is blank' error dialog. In this case, the fields do not become required until after the object is saved and then refetched into the UI. 2. Application Designer is used to flag an attribute as REQUIRED and records already exist in the database with null values for the newly UI-required attribute. When work flow is run on one of these records, the 'Required field is blank' error message dialog may hang. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89698 Issue(s): 10-20356 Description: If you select numerous Work orders and use the Initiate function, request to change changethe status in the background and print at the same time, the output will show the original status on some of the work orders. NOTE: With the fix, when you use the Initiate function, request to change changethe status in the background and print at the same time, the Work Orders will be created in a file and emailed to Admin Email Account ( set by mxe.adminEmail property) Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93566 Issue(s): 11-10855 Description: SLOW PERFORMANCE IN WORK ORDER TRACKING APPLICATION WHEN THE USER PERTAINS TO DEFLTREG OR EVERYONE GROUPS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90072 Issue(s): 10-20606 Description: THREAD DEADLOCK CAUSES APPLICATION SERVER CRASH Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92157 Issue(s): 11-10369 (dup of 10-20952, 10-21256) Description: REQUIRED FIELD SERIAL # IS BLANK ERROR MESSAGE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ88708 Issues(s): 10-19857 Description: SET MXSERVER TO LOG AT DEBUG AND CAN'T START MAXIMO Database Scripts: N/A Manual Changes: --- 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: HF7115_008.dbc Manual Changes: N/A --- APAR #: IZ62167 Issue(s): 09-19270 Description: You cannot approve an invoice for an approved task work order because the parent work order is not approved. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ95333 Issues(s): 11-11632 Description: ITEM MASTER HANGS WHILE TRYING TO CLEAR SPECIFICATIONS WHEN THE NUMBER OF ASSOCIATED ROTATING ASSETS IS VERY LARGE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ92819 Issues(s): 11-10702 (10-20984) Description: Fix patch script HF7115_04 Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ73561/IZ89276 Issues(s): 10-12217/10-20076 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 #: 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 #: 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 #: IZ92728 Issues(s): 11-10635 Description: "BMXAA4129E - Record already exists for Application..." error when importing reports. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95799 Issues(s): 11-11915 Description: In Work Order Tracking application, slow performance is observed when assigning more than 1,000 assets in the 'Multiple Assets,Locations and CIs' table window. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ80187 Issues(s): 10-16240 Description: BULLETIN BOARD COUNTER IS REFRESHING TO SHOW ALL THE APPROVED MESSAGES WHEN A RECORD IS UPDATED IN ANOTHER APPLICATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96005 Issues(s): 11-12028 Description: CROSSOVERDOMAIN FUNCTION DOES NOT WORK WHEN CREATING PO FROM RFQ Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ94278 Issues(s): 11-11025 Description: CANNOT SEARCH ON MULTIPLE ASSETS (LINEAR ASSETS) IN WOTRACKING --> ADV SEARCH --> LINEAR ASSETS FILTER Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ90699 Issues(s): 10-20938 Description: MAXIMO HANGS WHEN EXECUTING SEARCH FROM THE LIST TAB AND NEVER RETURNS OR DISPLAY THE DIALOG TO STOP IT. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60283 Issue(s): 09-18266 Description: The GL accounts on inventory transactions uses INVENTORY for GL debit and credit accounts instead of INVCOST. 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 #: IZ86259 Issue(s): 10-18736 Description: USERS TIME ZONE DOES NOT DISPLAY CORRECT TIME ZONE TIME STAMP WHEN USER IS CENTRAL AND DB AND APP SERVER ARE EST Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ96319 Issues(s): 11-12177 Description: If ContractLine.UnitCost and PRLine.UnitCost have a scale that differs from their respective LineCost values, the decimal portion of the UnitCost is rounded when a PRLine is created from a ContractLine. For example, 0.25876 becomes 0.26000. The fix for APAR IZ75947 is a prerequisite to this fix. IZ75947 fixes the same problem on the ContractLine that was occurring on tabbing from the ContractLine.UnitCost. Without this earlier fix, the UnitCost will be rounded before the PRLine is created. The fix for IZ75947 was implemented in Release\Fix Pack | REL 7.1.1.8 - BS and is also in cumulative hot fix packs for REL 7.1.1.5, REL 7.1.1.6 and REL 7.1.1.7. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68549 Issues(s): 10-10544 Description: Default Terms and Conditions not editable on a PO created from a contract. Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: IZ86315 Issues(s): 10-18802 Description: SAVE QBR REPORTS IN CLUSTERED ENVIRONMENT REQUIRE XML GENERATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ93834 Issues(s): 11-10913 Description: ESIGNATURE ACTIONS NOT WORKING IN LABOR REPORTING IN MAXIMO 7.1.1.5 Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96682 Issues(s): 11-12400 Description: BMXAA4411E: "Process xxx started" message appears in WF Manual Input dialog (rather than on main page status area) causing "bounce" in dialog layout when message goes away after several seconds. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ96610 Issues(s): 11-12366 Description: REORDER CRON GENERATES PR FOR INCORRECT ORG WHEN YOU HAVE MULTIPLE SITES IN DIFFERENT ORGS IN DIRECTISSUE PARAMETERS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85093 Issues(s): 10-18125 Description: In the Receiving application, when you select a row for inspection using the Change Inspection Status menu action, 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 #: IZ95266 Issues(s): 11-11550 Description: ATTRIBUTES ENTERED IN CLASSIFICATIONS APP ARE NOT INSERTED INTO ITEMSPEC/ASSETSPEC/LOCATIONSPEC. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ69889 Issue(s): 10-10916 (REWORK) Description: In MEA, when you reprocess an Integration Framework transaction containing a special character, the Message Reprocessing Application generates an error. Database Scripts: N/A Manual Changes: Must change the presentation xml for the application using this functionality. In this case modify the interror.xml changing the definition of the textarea in question to include a new attribute: escapeampersand="true". Then import the modified xml. --- APAR #: IZ86441 Issue(s): 10-18835 Description: PERFORMANCE PROBLEM IN STARTCENTER RELATED NEW RECORDS WHEN VALIDATING CONTENTUID - maxdataprefix Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ70857 Issue(s): 10-11198 Description: In Security Groups, if a user does not have authorization to access all sites, but they are given permission to access a few pre-defined sites, user validation takes a long time. Database Scripts: N/A Manual Changes : Refer to the Manual Changes Section for this Issue/APAR. 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 #: 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 #: IZ97329 Issues(s): 11-12761 Description: High connection footprint when loading person through person webservice. When the records are processed at high rate the system appear using a large amount of connections even though the connections will be releasesd after the processing is finished. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97549 Issue(s): 11-12873 Description: CONDITIONS WITH NULL VLAUES ARE NOT VALIDATING CORRECTLY Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ58931 Issue(s): 09-17338 Description: MAXIMO 6.2.4, INTERNET EXPLORER 7 TIMEOUT WITH MULTIPLE TABS Database Scripts: N/A Manual Changes: A new webclient property was added called webclient.disabletimeoutredirect. The default is false. When set to true, the timeout warning dialog is disabled and session timeout will not occur until the application times out in all browsers/tabs. --- APAR #: IZ97257 Issue(s): 11-12749 Description: In the Inventory application, user cannot change the status of an item to OBSOLETE even if the only job plans, work plans or PO lines associated with the inventory item have a site identifier and location that differs from the inventory item's site and location. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97328 Issue(s): 11-12781 Description: DURATION FIELDS ARE NOT HANDLED PROPERLY IN QBRS. THE DECIMAL VALUE IS DISPLAYED RATHER THAN THE TIME VALUE. Database Scripts: N/A Manual Changes: Only QBRs created after the fix is applied will display duration values in time format. Any QBRs created prior to applying the fix must be manually recreated to display durations correctly. --- 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 #: IZ64093 Issue(s): 09-21272 Description: INVOICE FOR SERVICE WITH LARGE NUMBER OF RECEIPTS LOADS MANY SERVRECTRANS OBJECTS, CAUSES OUT OF MEMORY ERROR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ97000 Issue(s): 11-12568 Description: ISSUE CURRENT ITEM BOX BRINGS OLD GL ACCOUNT EVEN AFTER PERFORMING OVERWRITE ALL ACCOUNTS Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ95125 , IZ87140 Issues(s): 11-11471, 10-19294 Description: IF YOU HAVE THE SAME WONUM AT DIFFERENT SITES MAXIMO WILL ASSOCIATE THE WORK LOG ON BOTH WORK ORDERS Database Scripts: HF7115_09.dbc Manual Changes: N/A --- APAR #: IZ98869 Issue(s): 11-13321 Description: LOCHIERARCHY IS NOT UPDATING THE CHILDREN TO 0 AFTER ALL CHILD LOCATIONS ARE DELETED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ86872 Issue(s): 10-19140 Description: Stub files are missing for some remote classes. This may result in performance problems. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99296 Issue(s): 11-13447 Description: MAXIMO OR REPORT DOES A DOUBLE ENCODING WHEN THE ATTACHED DOCUMENT CONTAINS %20 IN THE NAME Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99341 Issue(s): 11-13462 Description: Asset method that gets the current asset's parent is leaving a database connection open for a long time. This can lead to memory- and performance-related problems. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ91963 Issue(s): 11-10221 Description: THE VALUE OF MULTILINE TEXTBOX WILL BE MOVED TO OTHER UNSAVED ROW IF THE UNSAVED ROW IS CLICKED. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ98618 Issue(s): 11-13252 Description: RESPONSE PLAN TEMPLATE NOT BEING APPLIED RESULTS IN MULTIPLE EMAIL NOTIFICATIONS BEING SENT Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76260 Issue(s): 10-14361 Description: Email Listener is not correctly processing autogenerated emails from termination notices. 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 #: IV00402 Issue(s): 11-13837 Description: "BMXAA1925E - CANNOT RETURN MORE THAN WHAT HAS BEEN RECEIVED" WHILE RECEIVING A SERVICE WITH NEGATIVE LINE COST. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68523 Issues(s): 10-10547 Description: RUNNING MAINTENANCE COST ROLLUP IN MAXIMO 7114 DOES NOT SET THE ROLLUP FLAG = 1 WHEN FINISHED Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ87518 Issue(s): 10-19482/IZ87518 dup of 10-21411/IZ91465 Description: If you create and delete a workflow process revision with Email Notifications, and then recreate this process revision, a unique constraint error occurs after you save the revision. Database Scripts: HF7115_010.sql Manual Changes: See the Manual Changes section for this Issue/APAR. -- APAR #: IZ97608 Issue(s): 11-12885 Description: Report authorization in a BROS environment may be performed against the wrong user. Database Scripts: N/A Manual Changes: N/A -- APAR #: IV00289 Issue(s): 11-13781 Description: Check attribute to be modified before setting it in modify method to avail loop. Database Scripts: N/A Manual Changes: N/A -- APAR #: IZ98533 Issue(s): 11-13210 Description: OUT OF MEMORY ERRORS WHEN DELETING A CLASSIFICATION ATTRIBUTE. 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 #: 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 #: IV01168 Issues(s): 11-14120 Description: A null value is returned when the number of bulletin board records fetched is 0 (zero), causing the main menu to disappear. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ66809 Issues(s): 09-23183 Description: ATTRIBUTE TARGETFINISH IS DISPLAYED AS "NULL" INSTEAD OF LEFT BLANK Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00452 Issues(s): 11-13878 Description: COMMUNICATION LOG ASSOCIATED TO MULTIPLE WORK ORDERS ONCE WORK ORDER NUMBERS ARE THE SAME. Database Scripts: HF7115_01.dbc Manual Changes: N/A --- APAR #: IZ59800 Issues(s): 09-17929 Description: NEED TO LOGIN TWICE IF YOU OUT AND THE BROWSER TIMEOUT EXPIRES Database Scripts: HF7115_01.dbc Manual Changes: N/A --- APAR #: IV02126 Issues(s): 11-14430 Description: COMMUNICATION TEMPLATE REPLACE THE "=" AS "IS" 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: Should not specify a storage partition for indexes created separately. Database Scripts: N/A Manual Changes: N/A -- APAR #: IZ99312 Issue(s): 11-13450 Description: COULD NOT CHANGE INVOICE XXX STATUS TO APPR.CANNOTAPPROVE INVOIC BECAUSE OF UNEXPECTED ERROR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00360 Issue(s): 11-13812 Description: MAXIMO SPELL CHECKER CAUSES HIGH CPU USAGE AND RESULTS IN POOR PERFORMANCE Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00754 Issue(s): 11-13984 Description: Table not created because IBM16KSPACE managed by system. The error experienced is: "com.ibm.db2.jcc.b.co: The table was not created because the table space 'IBM16KSPACE' following the clause 'INDEX IN' is a 'MANAGED BY SYSTEM' table space (SQLCODE=-284, SQLSTATE=42838, DRIVER=3.53.70.)". Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01790 Issue(s): 11-14363 Description: BMXAA4129E ERROR MESSAGE DURING THE CI AUTHORIZATION Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02397 Issue(s): 11-14582 Description: Get error "The receipt cannot be created for the selected row 1. Zero is not a valid value" , on receipt of Services when quantity is null and po line has distributed costs. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00330 Issue(s): 11-13796 Description: CUSTOMER IS FACING INVALID BINDING ISSUE WHILE CHANGING SRS STATUS USING 'PENDING SERVICE REQUEST' OPTION. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV00911 Issues(s): 11-14050 Description: MAXIMO 7115 - PMWOGEN CRASHES SERVER WHEN LOCATION RECORDS HAVE NUMEROUS ATTACHMENTS, AND THE JOBPLANS HAVE MULTIPLE TASKS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV02850 Issues(s): 11-14695 Description: WHEN CI IS LINKED TO ASSET CI, THE SERVICE AND SERVICE GROUP ARE GRAYED OUT Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ32961 Issues(s): 08-21908 Description: ASSIGNMENT MANAGER DOWNLOAD FUNCTION IS NOT USING THE CORRECT 7 DAY WINDOW Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03325 Issues(s): 11-14867 Description: ITEMSPEC.CHANGEDATE DOESNT CHANGE WHEN YOU MAKE CHANGES TO AN ATTRIBUTE VIA ITEM MASTER APP Database Scripts: N/A Manual Changes: N/A --- APAR(s): IV02680 Issue(s): issue 11-14636 Description: CAN'T UPDATE CAPACITY IN SOFTWARE CONTRACT LINE Database Scripts: N/A Manual Changes : TAMIT need to get the HF 0009 for 7201. --- 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 #: IZ99574 Issues(s): 11-13557 Description: MATERIAL RESERVATION NOT WORKING ON ACTIVITY TICKETS IF WORKORDER IS APPROVED BY WORKFLOW/COMMUNICATION TEMPLATES Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03595 Issues(s): 11-15009 Description: OOM ERRORS WHEN TRYING TO WRITE SQLPLAN (DUPLICATE OF 11-14973) Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ83433 Issues(s): 10-17460 Description: CONDITION DOES NOT HIDE A VALUE FOR PMPTYPE DOMAIN Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ99846 Issues(s): 11-13649 Description: SUSPECTED HIGH AMOUNT OF PO OBJECTS IN MEMORY Database Scripts: N/A Manual Changes: N/A --- APAR #: IV04698 Issues(s): 11-15299 Description: USERS CAN TRANSFER ITEMS TO A STOREROOM WHERE THE ITEM IS OBSELETE AND THE BALANCE IS UPDATED IN THAT STORE. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV06228 Issue(s): 11-15433 Description: ESIG IS NOT PROMPTED WHEN USING AGAINST GROUPUSER WITHIN USERS - GROUPS TAB Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ74471 Issues(s): 10-12653 Description: In the Work Order application, when you add a crossover task to a work order, crossover domains added to WOACTIVITY.ASSETNUM and WOACTIVITY.LOCATION do not work, and the source value for the task does not cross over to populate the target attribute. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ85044 Issue(s): 10-18101 Database Scripts: N/A 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. Manual Changes: N/A --- APAR #: IZ89743 Issue(s): 10-20439 Description: When you are creating ad-hoc reports, the QBR functionality does not work for the Failure Codes application. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV03889 Issue(s): 11-15111 Description: MATUSETRANS.SITEID POPULATED WITH INCORRECT SITE - RESULT OF RECEIVING FOR DIRECT ISSUE ITEMS. 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 #: 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 #: 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 #: IV03476 Issue(s): 11-14944 Description: CRONTASK FAILURE Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ68203 Issue(s): 10-10416 Description: WFACTION.INSTRUCTION NOT MULTILANGUAGE ENABLED Database Scripts: HF7115_011.sql Manual Changes: N/A --- APAR #: n/a Issue(s): 11-16065 Description: JSP Error when opening WF Designer Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08750 Issue(s): 11-16583 Description: CIS ARE BULK LOADED USING FLAT FILE DATA IMPORT USING MEA, A JAVA.LANG.NEGATIVEARRAYSIZEEXCEPTION IS THROWN DURING THE LOAD 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: HF7115_012.dbc Manual Changes: N/A --- APAR #: IV08855 Issue(s): 11-16515 Description: When using a Report Object Structure in a single-page app, no fields appear in the Available Attributes window of the Create Report dialog. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89201 Issue(s): 10-20025 Description: DATABASE OUT OF MEMORY ERROR WHEN ACTIAVTING ESCALATIONS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ59368 Issue(s): 09-17663 Description: BMXAA4195E - REQUIRED FIELD STORAGE PARTITION IS BLANK WHEN CREATING INTERFACE TABLES. DB2 ONLY AND 2+ TABLESPACES Database Scripts: N/A Manual Changes: N/A --- APAR #: IV01313 Issue(s): 11-14138 Description: DUPLICATE QUERIES WHEN SEARCH FOR PERSONID Database Scripts: N/A Manual Changes: N/A --- APAR #: IV12957 / IV12575 Issue(s): 12-10174 / 12-10091 Description: EXPIRED ENTRIES ARE NOT REMOVED FROM BULLETINBOARD TABLE. Database Scripts: N/A Manual Changes: N/A --- APAR #: 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 #: 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 #: IZ77497 Issues(s): 10-15192 Description: In the Receiving application, if you receive a PO record with negative quantity service line, the following error message is displayed: "Cannot return more than what has been received." Database Scripts: N/A Manual Changes: N/A --- APAR #: IV27956 Issues(s): 12-14337 Description: In the Workorder and Quick Reporting applications, the default query returns a different set of records after you run 'SELECT ALL RECORDS'. Database Scripts: N/A Manual Changes: The default Workorder query will no longer merge the following query criteria: istask=0 and historyflag=0 and (woclass='WORKORDER' or woclass='ACTIVITY'). If needed, manually add the criteria to the default Workorder query. --- APAR #: IV28709 Issues(s): 12-14386 Description: Result set portlet filter fields on the Start Center do not retain their values. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ89286 Issues(s): 10-20079 Description: Base Services IFIX 7115 - COMMLOGDOCS RECORDS ARE NOT CREATED IN SR APP. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV33234 Issues(s): 68705 Description: Base Services IFIX 7115 - ASSET AVAILABILITY REPORT LOOKUPS CAUSE HYPERLINK TO FAIL Database Scripts: N/A Manual Changes: N/A --- APAR #: IV08045 Defect : 67659 Description: BMXAA4210E - DATABASE ERROR NUMBER 1795 HAS OCCURRED - WHEN SETTING PASSWORD OVERRIDE IN GROUP WITH 1000+ USERS Database Scripts: N/A Manual Changes: N/A --- APAR #: IV23072 Defect : 74495 Description: E-MAIL LISTENER DOES NOT WORK USING SMARTPHONE WITH INVALID FORMAT ERROR Database Scripts: N/A Manual Changes: N/A --- APAR #: IV36068 Defect : 73140 Description: CANNOT SET ASSETINPUT.SERIALNUM TO REQUIRED IN APP DESIGNER OR DB CONFIG Database Scripts: N/A Manual Changes: N/A --- APAR #:IZ84702 Issue(s): IZ84702 Description: DATA RESTRICTIONS DOES NOT WORK IN SELECT OWNER IN THE SR APPLICATION. Database Scripts: N/A Manual Changes: N/A --- APAR #:IV15530 Issue(s): 84440 Description: XSS VULNERABILITY WITH HOST HEADER VALUE Database Scripts: N/A Manual Changes: N/A --- APAR #:IZ89748 Issue(s): 83776 Description: WHEN DATABASE IS DISCONNECTED - MAXIMO IS REMOVED FROM THE MAXSESSION TABLE Database Scripts: N/A Manual Changes: N/A --- APAR #:IV31985 Issue(s): 76626 Description: INTEGRATION FRAMEWORK PERFORMANCE ISSUE - OBJECT USERINFO IS REMOTE SESSION Database Scripts: N/A Manual Changes: N/A --- APAR #:IV00387 Issue(s): 76547 Description: MAXIMO IS NOT USING INDEXES ON DATE FIELDS IN ORACLE Database Scripts: N/A Manual Changes: N/A --- APAR #:IV36150 Issue(s): 76618 Description: Advanced search results in unknown error and can not back out of the search window. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ60600 Issue(s): 90336 Description: Can not change item status to obsolete. This is slightly different than the fix for IZ60600 back in 2009. Now the internal status for pending obsolete is pending. Modified the code to take care of this change. Database Scripts: N/A Manual Changes : N/A --- APAR #: IZ90477 Issues(s): 91111 Description: BMXAA0259E - THE E-MAIL CANNOT BE SENT NULL Database Scripts: N/A Manual Changes: N/A --- APAR #: IV33534 Issues(s): 87604 Description: ISSUE IN ITEM MASTER APPLICATION REGARDING SPECIFICATION MODIFICATION (CHANGE ATTRIBUTE VALUE) FOR ROTATING ITEMS. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV30867 Issues(s): 95889 Description: Maximo assets lose parent when moved. The fix is to add a new maxvar called "KEEPTHEPARENT". Default value is 0. In order to keep the parent, user needs to turn this switch to 1. Database Scripts: HF7115_03.dbc Manual Changes: N/A --- APAR #: IZ76659 Issues(s): 97525 Description: E-SIGNATURE (E-SIG) AUTHENTICATION INVALID WHEN LDAP IS ENABLED Database Scripts: N/A Manual Changes: N/A --- APAR #: IV49663 Issues(s): 108261 Description: BMXAA0024E - ADD IS NOT ALLOWED ON TKOWNERHISTORY. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV46985 Issues(s): 104032 Description: UNABLE TO CHANGE CONDITION CODE ON ROTATING ITEM IN THE MOVE/MODIFY ASSET DIALOG. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV47603 Issues(s): 107515 Description: BMXAA4407E - A NESTED EXCEPTION CAUSED THE WORKFLOW PROCESS TO FAIL. NULL Database Scripts: N/A Manual Changes: N/A --- APAR #: IV44560 Defect(s): 107373 Description: In the Manage Systems dialog of the Locations application, the error "BMXAA2714E - Each site must have 1 primary system." is encountered even when trying to add a primary system for a site that does not have one. User should be allowed to set a primary system for the site or sites that do not have one in the Manage Systems dialog. Database Scripts: N/A Manual Changes: N/A --- APAR #: IZ76955 Defect(s): 112500 Description: UPDATING ITEM SPECIFICATION ASSOCIATED WITH LARGE NUMBER OF ASSETS CAN CAUSE OUT OF MEMORY ERROR. Database Scripts: N/A Manual Changes: N/A --- APAR #: IV63139 Defect(s): 145940 Description: ISSUE WITH REORDERING ITEMS WHEN SAME PO NUMBER IS USING MORE THEN 1 SITE 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.