This readme document contains information about installation and removal of the fix pack and about known problems, restrictions, and solutions in support of IBM® Content Manager Version 8.6.
Download IBM® Content Manager Version 8.6 Fix Pack 1 from the following location: Fix Central Download Support site or access the fix pack from the table below.
Platform | File Name |
---|---|
Windows | FP8.6.00.100_installer_win.zip |
AIX | FP8.6.00.100_installer_aix.tar.gz |
Linux | FP8.6.00.100_installer_lnx.tar.gz |
Linux zSeries | FP8.6.00.100_installer_zlnx.tar.gz |
Known problems, restrictions, and solutions that affect administration and usage of fix packs are documented as techdocs in the product support knowledge base.
To review all known problems, restrictions, and solutions that affect Version 8.6 fix packs, use the following link to query the product support knowledge base: IBM Content Manager Enterprise Edition Version 8.6.0 or IBM Content Manager for z/OS Version 8.6.0. For IBM Content Manager for z/OS, also read the cover letter that is shipped with the PTF.
If you create a item type with text search without update frequency argument for content on Oracle12c R2 CDB/PDB and import some documents in the itemtype, an ORA-00600 [25027] error might occur if you perform a text search before you run text index update manually. This is due to Oracle internal bug26894361. The error for text search query is like this:
ORA-00600: internal error code, arguments: [25027], [4], [4], [4], [1], [], [], [], [], [], [], []
Workaround
SELECT c.COLUMNNAME, c.COMPONENTTYPEID, c.INDEXNAME
FROM ICMSTNLSKEYWORDS k, ICMSTCOMPDEFS d, ICMSTTEXTINDEXES c
WHERE k.KEYWORDCLASS = 2 AND
k.KEYWORDCODE = d.ITEMTYPEID AND
d.COMPONENTTYPEID = c.COMPONENTTYPEID AND
k.LANGUAGECODE = 'ENU' AND
c.COLUMNNAME = 'TIEREF' AND
k.KEYWORDNAME = '<ITEM TYPE NAME>';
icmadmin
.)execute ctx_ddl.sync_index ('text_index_name', '2M');
Or run the following SQL statement to rebuild the index:
alter index text_index_name rebuild
The official statements for hardware and software support for IBM Content Manager are provided as part of the hardware and software requirements for IBM Content Manager Version 8.6.
None.
None.
For more information about the hardware and software requirements for IBM Content Manager, see:
To install an IBM Content Manager Version 8.6 fix pack, you determine where the fix pack should be installed, prepare the environment for the fix pack installation, complete the installation worksheet for the fix pack programs, install the fix pack, and verify the fix pack installation.
The fix packs on z/OS are installed by using SMP/E. During the SMP/E RECEIVE process, installation instructions are in the ++HOLD sections, which can be found in the SMPRPT DD name in the RECEIVE job. The ++HOLD sections must be reviewed before the start of the SMP/E APPLY process.
Before you run the fix pack installation program on Windows®, you must prepare the environment.
Before you run the fix pack installation program on AIX® or Linux®, you must prepare the environment.
/opt/IBM/db2cmv8/bin/cmlevel -l
You can use an installation worksheet to gather the information needed to install the fix pack for IBM Content Manager.
Product component to update | Data required | Your values |
---|---|---|
Library server | Library server database name | |
Library server schema name (DB2 only) | ||
Library server JDBC connection string (Oracle only) | ||
Library server database administration ID | ||
Library server database administration password | ||
Library server database connection port | ||
Resource manager database | Resource manager database name | |
Resource manager schema name (DB2 only) | ||
Resource manager JDBC connection string (Oracle only) | ||
Resource manager database administration ID | ||
Resource manager database administration password | ||
Resource manager database connection port | ||
Resource manager application (for each application) | Application server home directory | |
Application server profile home directory | ||
Resource manager Web application name | ||
Application server administration ID (Needed only needed if application server security is enabled.) |
||
Application server administration password (Needed only needed if application server security is enabled.) |
||
Application server node name (Needed only if the deployment target is an application server.) |
||
Resource manager Web server name (Needed only if the deployment target is an application server.) |
||
Application server cluster name (Needed only if the deployment target is a cluster.) |
To install the fix pack for IBM Content Manager Enterprise Edition, run the installUpdate fix pack installation wizard.
If you have a large number of component views, such as thousands of views, and if the fix pack upgrade is slow, then you might want to inspect the installation log file during the installation. By inspecting this log file, you can find out if the delay is due to the generation of these access statements. The update configuration log including the generation of the access statements is IBMCMREPO/version/cmcfgmgr/log/hostname/version/cmfpconfig.log, where IBMCMREPO is the installation location on the reference machine as defined by the IBMCMREPO environment variable and version is the fix pack version.
The fix pack installation and configuration data is retained in log files that are created by the fix pack installation wizard during installation. You can find log files for the installation and configuration in the following locations. In the path for the log file location, IBMCMREPO is the installation directory, version is the fix pack version, and hostname is the name of the host for which the fix pack is being installed.
Log file type | Log file location |
---|---|
Installation | IBMCMREPO/version/cmcfgmgr/log/hostname/version/fpinstall.log |
Removal | IBMCMREPO/version/cmcfgmgr/log/hostname/version/fpuninstall.log |
Configuration | IBMCMREPO/version/cmcfgmgr/log/hostname/version/cmfpconfig.log |
Removal of configuration | IBMCMREPO/version/cmcfgmgr/log/hostname/version/cmfpunconfig.log |
Validation log | IBMCMREPO/version/cmcfgmgr/log/hostname/cfgactions.log |
install -i silent -f path/install.rsp
where
path/install.rsp represents the complete path and file name for the
installation response file. If no path is specified, the default
location is the local directory.IBMCMREPO/VERSION/bin/cmcfgmgr_CM -f path/config.rsp
where
path/config.rsp represents the complete path and file name for the
configuration response file. If no path is specified, the default
location is the local directory.IBMCMREPO/VERSION/bin/cmcfgmgr_CM -f path/config.rsp -p password
When the configuration manager runs in silent mode, no windows display and the configuration progresses as if you had entered the response file values into each window.
If you run a silent installation or configuration that stops immediately, you might not see any error messages. Some error messages are hidden when there are no installation windows.
Restart the resource manager application server. If the resource manager is deployed in a cluster, restart the cluster.
To remove IBM Content Manager fix pack 1:
IBM Content Manager V8.6 Fix Pack 1 includes the following additional updates.
Included software updates
IBM Content Manager Version 8.6 Fix Pack 1 includes the following updated software:
IBM Content Manager Version 8.6 Fix Pack 1 includes no behavior changes.
The fix list contains all APARs that are fixed in Version 8.6 Fix Pack 1 of IBM Content Manager.
APAR | Description |
---|---|
Connectors | |
IO26006 | Get Wrong engine type causes Text Searches (DB2TS) to produce inconsistent results. |
Library Server Enterprise Edition | |
IO26173 | ICM5006E error while doing DB2TS text indexing. |
IO25035 | OIT text extraction is not working for AIX PDF files created by using "Save As" from Microsoft Word 2013. |
Resource Manager Enterprise Edition | |
IO26649 | If ENCRYPT_DATA_AT_REST feature is enabled in Content Manager Enterprise Edition, content retrieval will not get the original content if local migration happened to the content. |
Resource Manager for z/OS | |
PH03368 | ABEND S0C4 (or U4091) in Content Manager resource manager HTTP module when storing objects greater than 256 MB. |
System Administration client | |
IO26026 | Content Manager-supplied cmdatamodel.xsd incorrectly defines ICM$AUTODELETE as XS:DATE instead of XS:DATETIME. |
IO24551 | Display name of child component name not updated in Item type. |
Viewer | |
IO26193 | Cursor does not change to the select text cursor by using the Java Viewer. |
IO26314 | Find panel is not displayed when thumbnails are docked in the top position. |
Web Administration client | |
IO26464 | Cannot display more than 500 group names. |
z/OS Install ISPF Panels | |
PH00990 | Content Manager V8.6 ISPF job config has no option to upgrade from 8.4.3 to 8.6.0. |
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 jurisdictions 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.
Other company, product, or service names may be trademarks or service marks of others.
The license agreement for this product refers you to this file for details concerning terms and conditions applicable to third party software code included in this product, and for certain notices and other information IBM must provide to you under its license to certain software code. The relevant terms and conditions, notices and other information are provided or referenced below. Please note that any non-English version of the licenses below is unofficial and is provided to you for your convenience only. The English version of the licenses below, provided as part of the English version of this file, is the official version.