Home
TeamSite
Error reverting Content.
pkrug
I recently installed Teamsite 5.5.2 and I believe that I incorrectly modified one of my config files. I believe the problem to be in one of the following files: mdc_dd.cfg, ddcfg.template, drof.cfg or database.xml.
I have attached snippets of the files. I believe that I modified one of the files and changed it from "database use" to "database name". I assume one of the files does not use the database.xml file for database connection.
Thanks
ddcfg.template
<snippet>
<database db = "bhdb:1521:bhdb"
user = "username"
password = "password"
vendor = "oracle"
table = "not-used-by-this-dosql-deployment">
</snippet>
database.xml
<snippet>
<data-deploy-elements>
<database
name = "oracle-bhwebdb"
db = "bhweb:1521:bhdb"
user = "username"
password = "password"
vendor = "oracle"/>
</data-deploy-elements>
</snippet>
drop.cfg
<snippet>
<!-- Sybase SQL Anywhere -->
<database use = "oracle-bhwebdb"
table = "$mytable"
table-view = "yes"
clear-table = "yes"
update-type = "delta"
</snippet>
mdc_dd.cfg..
<snippet>
<!-- Sybase SQL Anywhere -->
<database db = "bhdb:1521:bhdb"
user = "username"
password = "password"
vendor = "oracle"
</snippet>
Error message in iwsyncdb.log :
File list:
Employees/index.html
filelistname: C:\ddtemp\s35g.7
Area name: /iwprod/main/Baptist_Health/WORKAREA/BAPTIST
Base area name: /iwprod/main/Baptist_Health/STAGING
Table name: IWPROD_TEAMSITE_METADATA__MAIN_BAPTIST_HEALTH_WORKAREA_BAPTIST
Basetable name: IWPROD_TEAMSITE_METADATA__MAIN_BAPTIST_HEALTH_STAGING
Basetable prefix: IWPROD_TEAMSITE_METADATA
Basetable suffix: MAIN_BAPTIST_HEALTH_STAGING
my_table prefix: IWPROD_TEAMSITE_METADATA
my_table suffix: MAIN_BAPTIST_HEALTH_WORKAREA_BAPTIST
DataDeploy Command=[cfg="d:/iw-home/local/config/mdc_dd.cfg" deployment=deltaupdate myarea="/iwprod/main/Baptist_Health/WORKAREA/BAPTIST" mybasearea="/iwprod/main/Baptist_Health/STAGING" mytable=IWPROD_TEAMSITE_METADATA__MAIN_BAPTIST_HEALTH_WORKAREA_BAPTIST mybasetable=IWPROD_TEAMSITE_METADATA__MAIN_BAPTIST_HEALTH_STAGING mybasetablenameprefix=IWPROD_TEAMSITE_METADATA mybasetablenamesuffix=MAIN_BAPTIST_HEALTH_STAGING mytablenameprefix=IWPROD_TEAMSITE_METADATA mytablenamesuffix=MAIN_BAPTIST_HEALTH_WORKAREA_BAPTIST myfilelist=C:\ddtemp\s35g.7 ]
ERROR: connect: No connection could be made because the target machine actively refused it.
Find more posts tagged with
Comments
Migrateduser
This error message ERROR: connect: No connection could be made because the target machine actively refused it.
is thrown because the DAS daemon is not running. Try to restart datadeploy if it was not started or check for errors in iwddd.log if you think DAS terminated abruptly.
pkrug
I checked if the process was running and it was. I stopped and restarted it (W2K Service - Interwoven DataDeploy) Ran the iwsyncdb -initial and iwsyncdb -resyncbr. Modified some content. Submitted it, published it then I checked for errors in the iwddd.log file and found an error iwprod_*_staging not registed. Also I see the error TExAttrDbAgent create failure.
What further steps do I need to perform?
Migrateduser
If you checked the Services panel to see if DD service is running thats not accurate since you should be looking at a java process in the task manager. If you are running DD5.5.x check if the DD process (process id available in ddhome/install/dd_pid file) is still running. Please email or post your iwddd.log file.
pkrug
I checked the pid file looked for the process id and yes the java process is running.
I am attaching a snippet of my iwddd.log file.
Migrateduser
I need the iwddd.log file for the -initial section.