IBM FileNet P8 Content Search Services 5.5.5.0-P8CSS-IF002 Interim Fix Readme
© Copyright IBM Corporation 2020.

Readme file for: IBM® FileNet® P8 Content Search Services
Update name: 5.5.5.0-P8CSS
Fix ID: 5.5.5.0-P8CSS-IF002
Publication date: 25 September 2020
Last modified date: 25 September 2020

Contents

About this Interim Fix
New in this Interim Fix
Prerequisites
Known problems, restrictions, and solutions
Download location
Installing this Interim Fix
Shutdown Content Search Services server
Installing binary files
Installing library files
Installing Configuration files
Installing Oracle Outside In Technology (OIT)
Installing Java
Start Content Search Services server
Removing this Interim Fix
Fix list (APARs)
Notices
Trademarks
Document change history

About this Interim Fix

This Interim Fix updates the whitney_core.jar and Oracle Outside In Technology (OIT), and Java files, and adds new checkCSSIndex script and parser_config.xml config files.

New in Interim Fix 5.5.5.0-P8CSS-IF002

The following changes are introduced in this 5.5.5.0-P8CSS-IF002 Interim Fix:


Prerequisites

This Interim Fix requires:


Known problems, restrictions, and solutions


Download location

Click the following link to access the files for this interim fix server update: 5.5.5.0-P8CSS-IF002. You need an IBM login and password to access this download location.


Installing this Interim Fix

Tip When copying files from Windows to Linux, make sure the copy program used does not modify CR/LF

Installation of this interim fix consists of the following tasks:

Repeat the steps in this section on each Content Search Services server.


Shutdown Content Search Services server

  1. Stop the Content Search Services server:

    AIX, Linux (all supported versions)
    Run the script: /css_install_location/server_name/bin/shutdown.sh

    Windows (64 bit)
    If started from the script to stop, run the script: \css_install_location\server_name\bin\shutdown.bat, or stop the Content Search Services Windows service, if Content Search Services is configured as a Windows Service.


Installing binary files

  1. Backup existing files as listed below.

    Then copy the updated versions of the files that were extracted from the fix (see prior step) into the same directory as the existing copy that you just backed up. (This action overwrites the existing copy.)

    AIX, Linux (all supported versions)

    Windows (64 bit)

  2. Run the following commands to set the executable permission on the shell scripts in the bin directory:

    AIX, Linux (all supported versions)


Installing library files

  1. Back up the existing copies of the following files into a temporary directory, and then copy the new versions of the files from this Interim Fix into the original directory.

    AIX, Linux (all supported versions)

    Windows (64 bit)


Installing Configuration files

  1. Back up the existing copies of the following files into a temporary directory, and then copy the new versions of the files from this Interim Fix into the original directory.

    AIX, Linux (all supported versions)

    Windows (64 bit)


Installing Oracle Outside In Technology (OIT)

  1. Backup existing folder as listed below.
    Then unzip the stellent* zip file (that was extracted from the fix (see prior step)) into the corresponding stellent folder in your install location and unzip it there (This action overwrites the existing copy.)
  2. Navigate into the stellent folder and further unzip the new outsidein_sx_hx.zip which is found there, overwriting existing files in the stellent folder.
  3. Content Search Services server Oracle Outside In Technology (OIT) directory name by operating system
    Operating system
    Oracle Outside In Technology (OIT) directory
    AIX
    stellent.aix64
    Linux 64-bit
    stellent.linux64
    Windows 64-bit
    stellent.windows64
    zLinux 64-bit
    stellent.zlinux31

  4. For Unix platforms, go to the stellent.platform folder and set executable permission to the textExtractor file:

    For example

    cd stellent.linux64
    $ chmod +x textExtractor

Installing Java

Important: IBM Java JRE 1.8.0 SR6 FP15 (July 2020) is installed by this Interim Fix. If it is already installed, it is unnecessary to install it again.

Content Search Services server IBM Java file name by operating system
Operating system
Java file name
AIX
ibm-java-jre-8.0-6.15-aix-pcc64.tar.gz
Linux 64-bit
ibm-java-jre-8.0-6.15-linux-x86_64.tgz
Windows 64-bit
ibm-java-jre-8.0-6.15-win-x86_64.zip
zLinux 32-bit
ibm-java-jre-8.0-6.15-linux-s390x.tgz
  1. Verify the current Java Runtime Environment:

    Windows

    <css_installation_location\server_name>\Java\jre\bin\java.exe -version

    UNIX

    $<css_installation_location/server_name>/Java/jre/bin/java -version

    On Windows, for example, the -version shows SR6 FP15.

    		<css_installation_location\server_name>\Java\jre\bin\java.exe -version
    			java version "1.8.0_261"
    			Java(TM) SE Runtime Environment (build 8.0.6.15 - pwa6480sr6fp15-20200724_01(SR6 FP15))
    			IBM J9 VM (build 2.9, JRE 1.8.0 Windows Server 2016 amd64-64-Bit Compressed References 20200724_452227 (JIT enabled, AOT enabled)
    			OpenJ9   - 4ce4b9d
    			OMR      - 08b0594
    			IBM      - 70917a2)
    			JCL - 20200720_01 based on Oracle jdk8u261-b13
    	

    On Unix, for example, the -version shows SR6 FP15.

    		<css_installation_location/server_name>/opt/IBM/ContentSearchServices/ContentSearchServicesServer/Java/jre/bin # ./java -version
    		java version "1.8.0_261"
    		Java(TM) SE Runtime Environment (build 8.0.6.15 - pxa6480sr6fp15-20200724_01(SR6 FP15))
    		IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20200724_452227 (JIT enabled, AOT enabled)
    		OpenJ9   - 4ce4b9d
    		OMR      - 08b0594
    		IBM      - 70917a2)
    		JCL - 20200720_01 based on Oracle jdk8u261-b13
    	

    If the JRE version is older (lower number) than IBM Java JRE 8.0 SR6 FP15, then continue on to the next step. If Java 8.0 SR6 FP16 is already installed, then no further action is required, since 8.0 SR6 FP15 should only be installed once.

  2. Rename current Java directory to Javaxxx as a backup, where xxx is the old Java version.
  3. Create a new, empty css_installation_location/server_name/Java directory.
  4. Extract the contents of ibm-java-jre-platform.zip (.tgz, .tar.gz) into the new css_installation_location/Java directory.
    1. For AIX
      extract ibm-java-jre-8.0-6.15-aix-pcc64.tar.gz/pap6480sr6fp15-20200724_01-jre.tar to the Java directory.
    2. For Linux 64-bit
      extract ibm-java-jre-8.0-6.15-linux-x86_64.tgz/ibm-java-x86_64-80 to the Java directory.
    3. For Windows
      extract ibm-java-jre-8.0-6.15-win-x86_64.zip to the Java directory.
    4. For zLinux
      extract ibm-java-jre-8.0-6.15-linux-s390x.tgz/ibm-java-jre-8.0-6.15-linux-s390x.tar/ibm-java-s390x-80 to the Java directory.
  5. For AIX and Linux (all supported versions), set executable permission on the contents of the jre/bin directory:

    $ cd Java/jre/bin
    $ chmod +x *

  6. Verify that the new Java Runtime Environment is Java 8.0 SR6 FP15 :

    $ java -version

    For example, the following display on a Windows 2016 server indicates that the Java Runtime Environment is now 8.0 SR6 FP15.

    		<css_installation_location\server_name>\Java\jre\bin\java.exe -version
    		java version "1.8.0_261"
    		Java(TM) SE Runtime Environment (build 8.0.6.15 - pwa6480sr6fp15-20200724_01(SR6 FP15))
    		IBM J9 VM (build 2.9, JRE 1.8.0 Windows Server 2016 amd64-64-Bit Compressed References 20200724_452227 (JIT enabled, AOT enabled)
    		OpenJ9   - 4ce4b9d
    		OMR      - 08b0594
    		IBM      - 70917a2)
    		JCL - 20200720_01 based on Oracle jdk8u261-b13
    	

Start Content Search Services server

  1. Start the Content Search Services server:

    AIX, Linux (all supported versions)
    Run the following script:

    /css_installation_location/server_name/bin/startup.sh

    Windows (64 bit)
    Start the Content Search Services Windows service, or run the following script:

    css_installation_location\server_name\bin\startup.bat

  2. Validate that the fix was applied successfully. After you restart the Content Search Services server, check the Content Search Services Server /log directory trace0.log file for the expected build version:

    Jar manifest version = 5.5.4.0-IF3, 27, 2020/08/28 18:58:27.573


Removing this Interim Fix

This Interim fix does not have an uninstall option.

You can return to the prior release level by manually restoring the backed up files.


Fix list (APARs)

The following tables list the product fixes in this Interim Fix.

5.5.5.0-P8CSS-IF002
APAR
Description
PJ46214
Content Search Services (CSS) Text Extractor: OIT insufficient memory error (30) returned for large PDF documents.
PJ46228
Content Search Services (CSS) checkCssIndex tool: Id not found error occurs during eDM processing of results.

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
J74/G4
555 Bailey Avenue
San Jose, CA 95141
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.
19-21, Nihonbashi-Hakozakicho, Chuo-ku
Tokyo 103-8510, 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
J46A/G4
555 Bailey Avenue
San Jose, CA  95141-1003
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.

Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment.

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.

COPYRIGHT LICENSE:

This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. The sample programs are provided "AS IS", without warranty of any kind. IBM shall not be liable for any damages arising out of your use of the sample programs.

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.

Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both.

Other product and service names might be trademarks of IBM or other companies.

Document change history



Date
Description
25 September 2020
Initial release of this interim fix.