I'm attempting to get data flowing between DCRs and DataDeploy and running across this issue:
Standalone DataDeploy will not come up.
I've set the following values in odbase.xml:
[html]
[/html]
Updated the version in deploy.cfg:
teamsite.version: 7.2.1
and restarted the OD service using the windows services panel. I validated the license file:
PRODUCT=OD
EXPIRES=NoLimits
HOSTNAME=X
DOMAIN=X
KEY=X
BASESERVER=true
DATADEPLOY=true
and there are no issues coming up in the log file upon start up. The only thing I'm seeing is this:
2011-09-29 10:17:40.668 GMT-0400 serverLog [OpenDeploy Main] - ENG: *** DataDeploy module not enabled ***
I've attached the full log file just in case someone can spot something I'm missing.
I've tried the test deployment and it returns a success, whereas setting up the example ddconfig.xml with the test DB information returns the same error message as my own config files. I've attached the ddconfig.xml I'm using as well.
I can connect to the DB itself using sqldeveloper using the same username and password, and have created a test table to validate that permissions aren't an issue.
This is the error I'm seeing in the actual deployment logs. It's the same for every attempt:
ENG: Begin logfile [D:\Interwoven\OpenDeployNG\log\src.ddconfig.deployment1.CDaWS_TS.to.database.log] ---------
ENG: Job ID=m1 Deployment=ddconfig
ENG: DataDeploy Version is 7.2.1.0.0
ENG: Owner started the deployment is XX\Administrator
ENG: DD args iwdd="deployment1" cfg=D:\Interwoven\OpenDeployNG\conf\ddconfig.xml need-result=yes depuuid=0e0d8540-eaa7-11e0-bebd-e31bec2d9ba6 leglabel=database
ENG: Proceed to execute the database deployment
ENG: ERROR: Standalone DataDeploy module not enabled
ENG: Database deployment execution returned -1
ENG: <<< Completed database deployment Invocation>>>
ENG: Job ID=m1 Deployment leg=database Elapsed Time=0 ms <<<
ENG: End logfile [D:\Interwoven\OpenDeployNG\log\src.ddconfig.deployment1.XX.to.database.log]
Versions:
iwserver: 7.2.1 Build 102 Interwoven 20110321
OpenDeploy server host: localhost, RMI registry port: 9173
OpenDeploy Base Version 7.2.1.0.0 Build 11 Interwoven 20101025
Windows Server 2003 SP2
I'm stumped on this one. Any ideas out there that might help me get this pushed in the right direction? Or maybe a large hammer for the server?