Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
Updated: 10/4/2016 - Added download link for MigrationTools.zip
Disclaimer: Using this tool is completely a use at your own risk tool and is in no way supported by either the GroupWise team or the Vibe team.
This document covers the tools and process for moving entries from GroupWise Document Management to Novell Vibe.
Information and expertise provided by Rob Luhrs, Bill Ramsey, Bob Hannan
GroupWise 8.x or GroupWise 2012.x
Vibe 3.3
Vibe 3.3 Installation.
Novell has developed a set of scripts to assist in the migration of GroupWise Document Management to Novell Vibe. The feature set between the two products are quite different. GW DMS allows users to create, edit and share documents individually as well as through the folder hiearchy. A user has full control of the access rights for each document. Novell Vibe allows users to share documents through global, team, and personal folders. In order to migrate GW DMS documents, each user's personal documents are copied to a Vibe folder within the Vibe user's workspace. Users who originally had access to those documents (essentially a link) now have an entry in their personal workspace that links to the owner's documents. Access controls are maintained via the provided set of scripts.
GroupWise DMS
A GroupWise user creates DMS entries by uploading documents into GroupWise. The user then shares a folder or file to relevant users while granting access controls. When the GroupWise user updates a document, those changes are either immediately available to users on the same post office or replicated automatically to all necessary post offices throughout the GroupWise system.
Novell Vibe
A user or admin creates a personal/team/group area, depending on the use case. The creator decides access controls at that time, and then begins uploading entries and documents. The folder structure is usually built to mimic organization structure and teams. Search and structure are essential, allowing users to find their desired document areas.
Vibe migration is not intended to duplicate the features of GW DMS, but to move documents en masse, maintaining access controls and folder structure. Moving forward, a successful migration will likely include the rearrangement of the documents into a more coherent structure with team/group/user access. This can be manually accomplished with the copy/move functionality within Vibe.
Migrated Documents
Each migrated document is owned by the original creator. If the original creator shared the document with other users, that link is preserved and access control is maintained.
Overview
The migration process begins with an export of files. You run an export that communicates to the GroupWise system via web services. You can define a specific user or request all users. Once the export is complete, each user will have an individual XML file that includes all documents and their properties. Files are stored in the file system in a directory structure based on the post office.
After the users and their documents are exported, you will need to execute the import utility. This script reads the exported XML files/documents and uploads the documents into Vibe via web services. After all the users are imported, the import script process then creates links in each document area to the documents you previously had access to.
Export
The export tool exports user's documents and document information from GroupWise. The tool for this is gwdmsexport.exe. The script can be run from anywhere that can connect to the GroupWise POA. Be aware that since large amounts of information and documents are downloaded, using a machine that has close proximity to the GroupWise machine greatly increases performance.
To export all users at once, you need to create a Trusted Application and Key. The GroupWise instructions are here.
The trustfile.txt file might look like this:
DMSTrust
3657C60118B10230444998877B346CDFD5B3657C60218B10000B35331FC4A7GB91B
Place this file in the GwMigrateDMSToVibe directory.
The options for gwdmsexport.exe are as follows:
/host | h
/port
/user | u
/out | o (output directory)
/export (include documents)
/alias (transforms one user's docs to another; not recommended for this project)
/dumpusers (dumps a list of users including uid and email. Used for debugging)
/proto (by default it is HTTPS. , If you want HTTP, use /proto=http)
/all
/trust (this points to the trusted key file)
Here is a sample command line to export a single user:
gwdmsexport.exe /user=jsmith /host=192.168.1.1 /port=7194 /export /trust=trustfile.txt
The system creates an export.log and a jsmith.xml file. If export was chosen, a directory with the post office name containing the exported files is also created.
For exporting all users, it is still required to put in an existing user. We recommend trying a single user first to test the trust file. When you are satisfied that works, run a command like the following:
gwdmsexport.exe /user=jsmith /host=192.168.1.1 /port=7194 /export /trust=trustfile.txt /all
The import process can be run on any machine, but the recommendation is to run it on the Vibe server.
The script to migrate is called: migrate.bat (or migrate.sh on Linux). Most configuration settings are done in the migrate.properties file. The common configuration items are:
dataRoot=C:/install/data
hiddenRoot=C:/install/data/zone1/entry_data
Configure the properties before running migrate.bat. Any changes to the directories below require removing the configuration and then reinstalling it.
The dataRoot contains all the exported information XML files. The dataRoot directory contains default directories:
To run this tool, you must first change permissions on the migrate.sh file in Unix. Then run migrate.bat in Windows or migrate.sh in Unix. Please check with your System Administrator, but the most commonly used command is chmod 744 migrate.sh.
The command line looks like this:
########
Welcome To DMS to Vibe Migration
Select one of the following:
0. Quit
1. Vibe Configuration (Must be done before Migration)
Enter Your selection:
########
The first choice is to run option 1. This installs the required Web services to the Vibe installation. The application walks you through stopping Tomcat and then restarting after installation of the migration-specific tools.
The next step is to run the migration.
########
Welcome To DMS to Vibe Migration
Select one of the following:
0. Quit
1. Migrate DMS
2. Delete Migrated Data
3. Undo Vibe Configuration (Do this after Migration is complete)
Enter Your selection:########
Choose Option #1.
When you have completed the migration, you have the choice to remove the custom migration code from your Vibe installation.
########
Welcome To DMS to Vibe Migration
Select one of the following:
0. Quit
1. Migrate DMS
2. Delete Migrated Data
3. Undo Vibe Configuration (Do this after Migration is complete)
Enter Your selection:
########
Deleting migrated data might not get all artifacts.
Finally, copy the Install/teaming-library/definitions/dms directory to the /opt/novell/teaming/apache-tomcat/webapps/ssf/jsp/custom_jsp directory.
This information was provided by our Engineering and Services organization as they developed these tools/utilities and executed them for a Government customer in the US. Please let us know if you use this information and if you find anything that would be useful to share. The article and best practices will be updated accordingly. We would love to hear your successful or unsuccessful implementations and migrations.