After you migrate to Connections 5.5, restore your FileNet® components.
About this task
Complete the migration of IBM® Connections Content Manager
from 4.5 or 5.0 to 5.5 by restoring FileNet components
that you backed up before you install IBM Connections 5.5.
Note: During migration the IBM Connections Content Manager databases (FNGCD and FNOS) are migrated automatically by the FileNet upgrade scripts. No additional actions are required other than the steps detailed in this section
Migrating to IBM Connections 5.5. This implicit migration happens the first time the FileNet Content Engine application is started after it is updated. Progress of the migration can be viewed on the FileNet status page as described in
Checking the automatic upgrade status for Content Engine data
.
Procedure
-
If you connected to the Connections 4.5 or 5.0 databases during IBM Connections 5.5 installation, you must update the configuration of the FileNet storage area:
- Start IBM Connections and Connections Content
Manager.
- Access ACCE.
- Navigate to .
- Change the value in Root Directory path as needed.
-
Migrate the encryption keys for the FileNet Content
Engine EAR file from Connections 4.5 or 5.0 that you backed up before the Connections 5.5
installation:
- Create two working directories, examples:
D:\CCM_WORK\OLD_EAR
D:\CCM_WORK\NEW_EAR
- Copy Engine-ws.ear from the IBM Connections 4.5 or 5.0 environment to D:\CCM_WORK\OLD_EAR.
Note: Engine-ws.ear is usually in:
<connections_root>\addons\ccm\ContentEngine\tools\configure\profiles\ccm\ear
- Copy Engine-ws.ear of the IBM
Connections 5.5 environment to D:\CCM_WORK\NEW_EAR
Note: Engine-ws.ear is usually in:
<connections_root>\FileNet\ContentEngine\tools\configure\profiles\ccm\ear
- Run the following
command:
java -jar BootstrapConfig.jar -e D:\CCM_WORK\OLD_EAR\Engine-ws.ear -j
D:\CCM_WORK\NEW_EAR\Engine-ws.ear
Where:
- BootstrapConfig.jar is under
<connections_root>\FileNet\ContentEngine\lib on Windows™ or
/FileNet/ContentEngine/lib on Linux™/AIX®.
- -e introduces the source (old) EAR file.
- -j introduces the target (new) EAR file.
- Java can be the executable from WebSphere®, for example: D:\IBM\Websphere\AppServer\java\bin\java.exe
Example:D:\IBM\WebSphere\AppServer\java\bin\java.exe -jar
D:\IBM\Connections\FileNet\ContentEngine\lib\BootstrapConfig.jar -e
D:\CCM_WORK\OLD_EAR\Engine-ws.ear -j
D:\CCM_WORK\NEW_EAR\Engine-ws.ear
d.
Copy the modified target EAR file (D:\CCM_WORK\NEW_EAR) (the file that is
referenced by the -j switch in the command) to
<connections_root>\FileNet\ContentEngine\tools\configure\profiles\CCM\ear,
replacing the backed-up Engine-ws.ear.
- Log in to the WebSphere Application Server
administrative console, then navigate to .
- Choose FileNetEngine for update.
- Replace the entire application, specify the file path to the target (new)
Engine-ws.ear, and then click Next.
- Accept the default setting on the next page, and then click Next.
- Accept the default installation options, and then click Next.
- Accept the Map modules setting, and then click Next.
- Review the summary, and then click Finish.
-
If you determined that the filenetAdmin user (usually the same as the
ConnectionsAdmin user) is a local WIM user, restore the backup of
fileRegistry.xml file from the 4.5 or 5.0 server. This action ensures that the
WebSphere Application Server running 5.5 has the same
file-based user registry to guarantee that user's ID is the same.