Maximo Tips & Tricks
Maximo fix pack 7.1.1.6 now available
On December 14, 2009, IBM Software released the Base Services 7.1.1.6 fix pack for Maximo Asset Management, Maximo Asset Management Essentials, and Tivoli Asset Management for IT.
Download Description
This product update corresponds to fixes for Base Services (MBS), which is not a product, but is the base platform component for the products listed in this section. This document provides information for you to use when upgrading your product to the latest version.
Although Base Services has an internal version number of its own (v7.1.1.6), when referring to updates, please refer to the version number for your specific product.
Note the MBS README included in this document supersedes the README file that is included in the fix pack download .ZIP file and should be reviewed prior to applying this product update.
Products
IBM(R) Maximo(R) Asset Management 7.1.0.6
IBM Maximo Asset Management Essentials 7.1.0.6
IBM Tivoli(R) Asset Management for IT 7.1.0.6
Considerations
-Do not apply the 7.1.1.6 MBS fixpack if your system has any of the below products and components installed. Verification is ongoing for these products and additional information will be provided when MBS 7.1.1.5 can be applied to the following:
- IBM Tivoli Change and Configuration Management Database 7.1
- IBM Tivoli Service Request Manager 7.1.
- IBM Tivoli Provisioning Manager 7.1
- IBM Tivoli Change and Configuration Management Database 7.2
- IBM Tivoli Service Request Manager 7.2
- IBM Tivoli Service Automation Manager 7.2
- IBM Maximo Asset Management for Energy Optimization 7.1
- IBM Maximo Asset Management Scheduler 7.1
-There is no 7.1.1.6 update for the Maximo Asset Navigator or IBM Tivoli Integration Composer (ITIC) products. Tivoli Asset Management for IT 7.1.0.6 users can upgrade to ITIC 7.2.0.0. ITIC 7.2.0.0 is backward compatible with MBS 7.1.1.6.
-Do not apply the 7.1.1.6 Fix Pack if you installed any 7.1.1.x hot fixes after 12/1/09 as they may not be included. If you received any hot fixes after this date, you should not apply the 7.1.1.6 Fix Pack until the first 7.1.1.6 cumulative hot fix is released. At that time, you will need to apply both the 7.1.1.6 Fix Pack and the 7.1.1.6 hot fix. Look to this page for additional information and availability date for this hot fix.
-With the release of the 7.1.1.6 MBS Fix Pack, Maximo 6.2.5 users can now upgrade to Maximo v7. If your Maximo 6.2.5 has any Industry Solutions installed you will need to wait until the latest v7 industry Solution Fix Packs and/or hot fixes are available. These updates are slated to be released on 12/18/09.
For additional information on MBS 7.1.1.6, please click here
Prerequisites
- IBM Maximo Asset Management 7.1.0
- IBM Maximo Asset Management Essentials 7.1.0
- IBM Tivoli Asset Management for IT 7.1.0
Tags: Maximo, Maximo Fix Pack, Maximo 7.1.1.6






Hello Chon,
Long time, hope everything is OK.
We are working on updating to fix pack 7.1.1.6-173 (or V7116-173), currently it seems from running the updatedb.bat file we got the following issue / error
(Side Note: The current version of Maximo we are on is 7115-87, checked the current version by going to the following file \ibm\SMP\maximo\tools\maximo\en\xliff\MAXUPG\MAXMESSAGES.xliff –> open with notepad):
Product Base Services updatedb process starts…
MAXUPG: V7116-173, Current release DB build: V7115-149, Last release DB build: V7114-118
Cannot run database script update.
DB version(MAXUPG) is not same as either Last release DB build or Current release DB build.
Updatedb process ends: ERROR
Please check the log file.
java.lang.Exception: Cannot run database script update.
DB version(MAXUPG) is not same as either Last release DB build or Current releas
e DB build.
at psdi.tools.UpdateDB.startProcess(Unknown Source)
at psdi.tools.UpdateDB.startProcess(Unknown Source)
at psdi.tools.UpdateDB.loadScriptInfo(Unknown Source)
at psdi.tools.UpdateDB.main(Unknown Source)
===========================================
did some online search and found following for reference: http://www-01.ibm.com/support/docview.wss?rs=3211&context=SSLKNW&uid=swg21315960&loc=en_US&cs=UTF-8&lang=en
mentions that we need to do the following: update maxvars set varvalue = ‘V7110-00′ where varname = ‘DBPROJECT’
in our case:
Our version of Maximo is: V7115-149 so we run the following query in db:
varvalue = ‘V7115-149’ where varname = ‘MAXUPG’
The MAXUPG information is derived from the following document:
http://www-01.ibm.com/support/docview.wss?uid=swg27016367&aid=1
On page 5:
select*from maxvars where varname=’MAXUPG’;
=============================================
After setting the variable to the V7115-149, it moved forward, but it still hangs on us at the end.
Based on your other document: http://maximotimes.com/maximo/maximo-7115-fix-pack-now-available/
We have tried updatedb.bat command and delete and deploy the .era file we still are getting it to hang up on us.
Do you have any suggestion \ ideas \ solutions.
Please let us know.
Thank you.
Regards,
MMD
I have not yet applied that fix pack but when I do I will let you know what I find.
we get the following error in the log file which are located [Drive name]:\ibm\SMP\logs\CTGInstallMessage00.log
SEVERE: CTGIN0143E: An action error ocurred during the processing of a deployment operation. Action identifier: “Upgrade_Maximo_Update_DB”. Action display name: “Stop Application Server, Run Maximo UpdateDB Script, Start Application Server”.
Feb 9, 2010 1:23:43 PM class com.ibm.tivoli.ccmdb.install.ps.event.handlers.PsiActionProgressHandler handleSIEvent
INFO: CTGIN0144I: Completed action “16″ of “16″. Action display name: “Stop Application Server, Run Maximo UpdateDB Script, Start Application Server”.
Feb 9, 2010 1:47:50 PM class com.ibm.tivoli.ccmdb.install.ps.request.ASolutionElementRequestMixin handleRequestCompletion
SEVERE: CTGIN0130E: Errors were detected during an attempt to upgrade the [Drive Name]\IBM\SMP\pmp\base_services_7.1.1.6.zip package.
Also, for others who are trying to fix pack updates be sure to read the readme for the fix where it gives information on how to install and what issues have been resolved in the fix pack: ftp://public.dhe.ibm.com/software/tivoli_support/maximo/v7/7116/readme_mbs7116.txt
Did you try stopping the app server then trying to run the updatedb?