Table of Contents

Upgrading Quickr (Portal) 8.0x to 8.1

In this technote you find a description of what steps needs to be done for upgrading Quickr (Portal) from 8.0x to 8.1.

Below I have described some steps in more detail.

Please be aware of two things:

  1. My sample installation has been installed to “C:\IBM\Quickr” so all path names are related to that base directory. You should adapt the path names according your installation.
  2. My sample installation was a very simple configuration (one server containing both Quickr, DB2 and IBM HTTP server). In more complex environments you may have to do some more steps

Backup Quickr database

First of all backup your Quickr DB2 database.

This step is optional. I did it to make sure I have all data available if something will go wrong later.

You have to perform the following steps to create a backup:

Update DB2

Before the Quickr upgrade you need to upgrade your DB2 database to version 9.1 Hotfix 4a. The following is a description of the steps to do so (as I did perform the upgrade with a German installation the menu options might slightly differ as I translated them myself):

Perform Quickr Upgrade

  wpconfig.properties
  wpconfig_dbdomain.properties
  wpconfig_sourceDB.properties
  1. Click Servers → Application Servers → WebSphere_Portal → Web container settings>Web container transport chains.
  2. Increase the timeout values for each entry listed in the web container transport chain section. Click HTTP Inbound Channel. Change the Read timeout value to 180 and change the Write timeout value to 180.
  3. Save your changes.
  1. Open a command prompt to C:\IBM\WebSphere\Plugins\bin
  2. Run the script “setupCmdLine.bat”
  3. Run the script “configureYourWebserverName.bat” (with “YourWebserverName” equals to the name of your installed webserver. E.g. if you have installed your webserver as “webserver1” the script is called “configurewebserver1.bat”
  1. From the WebSphere Administrative Console click “Severs → Web servers”.
  2. Select your Web server
  3. Click on “Generate Plug-in”
  4. Click on “Propagate Plug-in”
  5. Verify that the path where the plugin-in was propagated is the correct path which is defined in D:\IBM\IBM HTTP Server\conf\httpd.conf (Keyword: “WebSpherePluginConfig”). If not, copy the file “plugin-cfg.xml” manually to the correct position.
  6. Restart the web server

Install required post-installation fixes

Check with this technote if there are any post-installation fixes which need to be installed.

Currently the following fix is needed for ALL installations:

Cumulative Connector fix, which addresses Outlook Crash and Upgrade install failure (LO28175)

The other fixes might only be needed in cluster or high-load environments (as described in the technote).

To install the fixes you have to perform the following steps:

Post-installation configuration steps

The following configuration step is required for all Lotus Quickr 8.1 installations:

1. Stop the Quickr 8.1 Server:

2. Run C:\IBM\Quickr\PortalServer\config\WPSconfig.bat apply-pk55493

3. Start the Quickr 8.1 Server

 Database
 LDAP server
 An external Web server
 WebSphere Application Server
 The WebSphere_Portal enterprise application 

4. If you preserved passwords during the installation and you want to manually delete the passwords, open the wpconfig.properties file and include the following line in the file: PWordDelete=true. Then run the following task from the C:\IBM\Quickr\config directory to delete the passwords: “WPSconfig.bat action-delete-passwords-fixpack”