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)
DD error : Help required
gursher
Hi All,
I am getting this error while trying to deploy data through data deploy. Can anybody help what could be the possible reason behind this?
DAS: *******************************************************
DAS: SQLException occured in TDeleteTracker
DAS: Exception Message: [Microsoft][SQLServer 2000 Driver for JDBC]Connection reset by peer: socket write error
DAS: Vendor Error Code: 0
DAS: SQL state: 08S01
DAS: *******************************************************
DAS:
DAS: *******STACK TRACE*************
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Connection reset by peer: socket write error
at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSExecuteRequest.submitRequest(Unknown Source)
at com.microsoft.jdbc.sqlserver.SQLServerImplStatement.execute(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.commonExecute(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
at com.microsoft.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
at com.interwoven.dd100.dd.TDeleteTracker.CreateDeleteTracker(TDeleteTracker.java:90)
at com.interwoven.dd100.dd.TDeleteTracker.(TDeleteTracker.java:43)
at com.interwoven.dd100.dd.TDbSchemaAgent.(TDbSchemaAgent.java:110)
at com.interwoven.dd100.dd.TConsumerManager.getDbAgentBasedOnGroupUpdate(TConsumerManager.java:513)
at com.interwoven.dd100.dd.TConsumerManager.SetupConsumer(TConsumerManager.java:586)
at com.interwoven.dd100.dd.TConsumerManager.SetupConsumersForOneDeployment(TConsumerManager.java:191)
at com.interwoven.dd100.dd.TConsumerManager.SetupConsumersForMultiDeployment(TConsumerManager.java:149)
at com.interwoven.dd100.dd.TConsumerManager.SetupConsumers(TConsumerManager.java:129)
at com.interwoven.dd100.dd.TAgentClient.Go(TAgentClient.java:105)
at com.interwoven.dd100.dd.IWDataDeploy.Go(IWDataDeploy.java:545)
at com.interwoven.dd100.dd.TDASThread.ProcessItem(TDASThread.java:203)
at com.interwoven.dd100.dd.TDASThread.run(TDASThread.java:128)
DAS: ERROR:Unable to create Delete Tracker.
DAS: Error occured in TDbSchemaAgent
Find more posts tagged with
Comments
Pawan
Please provide some more details, as your versions and any migration/upgrade activity performed ?
gursher
Teamsite 6.5 with OD 6.0.1. No migration activity performed. Pls advise
nbwoven
1.What SP level are you at on MS-SQL Server ?
SP 3a or 4 is recommended with MS-SQL 2K .
2.Have you tried restarting the MS-SQL Server ?
3.Pls ensure that the EventsubD is up and there are no issues/errors in the Logs .
gursher
Yes my server is SP3 and we restarted the server as well. I did not understand your subsystemeventD. Can you please explain more on this?
I am still facing the problem
Bhargav Coca
In your $iw-home/local/logs do yous see this file? eventsubd_err.log
Paste what you see here.
Thanks
moonkhanna
does the user you are using for DD has SA rights on the Database. DD requires the same..