Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to install DataDeploy 6.02
sabih
I have just installed Teamsite 6.5 on a test system and trying to install DataDeploy 6.02 module. There is no documentation available for this module at the support site. Can anyone give me a pointer of how to go about installing it? Will this module enable teamsite to communicate with Datadeploy 5.6 or does it work differently than the old versions of Teamsite?
Find more posts tagged with
Comments
nipper
Find the Database Deployment for OpenDeploy Administration Guide
It is shipped in the OD 6.0.2 bundle & has datadeploy installation instructions.
Migrateduser
it is in the docs, od.602.inst.pdf - pg68 OpenDeploy Installation Guide
Enabling the DataDeploy Module
You must purchase a license to enable the DataDeploy module. The sending base server
requires the DataDeploy module to be enabled if you intend to initiate standalone or
synchronized database deployments.
The OpenDeploy base server software must already be installed before you can enable the
DataDeploy module. When you purchase your license, you will be directed to download an
enabler program onto your OpenDeploy base server host. You must subsequently install
and run this enabler program.
To enable the DataDeploy module on your OpenDeploy base server, follow these steps:
1. Stop the OpenDeploy base server if it is currently running. Refer to “Stopping
OpenDeploy” on page 21 in the OpenDeploy Administration Guide for more information.
2. Download the DataDeploy enabler program file from the Interwoven product downloads
area of the support site:
support.interowen.com
and place it in a temporary location on your base server host.
3. Expand the compressed enabler program file using one of the following methods:
Windows — run WinZip to expand the file.
UNIX — run the following command at the prompt:
gunzip -c enabler_program | tar xvf -
The expanded files should be placed in the following location:
od-home/install
4. Navigate to the location where you copied the DataDeploy enabler program and run the
following command from the prompt:
iwodinstalldd
5. Configure the OpenDeploy base server configuration file for database deployments. See
“Database Deployments” on page 141 for more information.
Enabling the Intelligent Delivery Module
6. Restart the OpenDeploy base server. Refer to “Starting OpenDeploy” on page 17 in the
OpenDeploy Administration Guide for more information.
Refer to the Database Deployment for OpenDeploy Administration Guide for configuration and
usage information on database deployments.
WoW Profile
TS 6.5 SP1
OD 6.0.2
sabih
Thanks guys.