I am using TS 6.5.0 Build 51515 running on Solaris.
when I modify the existing DCR and try to update the database using data deploy,It generally updates database but when i fire datadeploy 2-3 times for same content without giving much time interval then database does not update and also it does not give any error.After that when i try to modify that content, datadeploy does not give any error but database is not getting updated.
In this case datadeploy hits only one table.
Log:---
DD:TTableSchemaHelper not found in cache for [CONTENT]. Creating new.
DD:RowsExistForPath

ELECT COUNT(*) FROM CONTENTWHERE DCR_NAME = ?
DD

erforming delete+insert
DD:TTableSchemaHelper object for [CONTENT] found in cache.
DD

ELECT

ELECT DCR_AVP,DCR_PARENT,DCR_LINK_NAME,DCR_LINK_DESC,DCR_LINK_DISP,REL_LINKS_FL,DCR_NAME FROM CONTENT WHERE DCR_NAME = ?
DD:Recurse select: pIndex = 0, value = Directory/Page/IWOD2006_123
DD:BuildTuples:executeQuery returned valid result set
DD:TTableSchemaHelper object for [CONTENT] found in cache.
DD:BuildTuples:BuildRows returned: true
DD

eleteForUpdate: skipping root group
DD:TTableSchemaHelper object for [CONTENT] found in cache.
DD:TTableSchemaHelper object for [CONTENT] found in cache.
DD

electCurrentRowsUsingPath: SELECT DCR_AVP,DCR_PARENT,DCR_LINK_NAME,DCR_LINK_DESC,DCR_LINK_DISP,REL_LINKS_FL,DCR_NAME FROM CONTENT WHERE DCR_NAME = ? ORDER BY DCR_NAME
DD

electCurrentRowsUsingPath: 1 rows selected.
DD: -- Updated
DD

tat for group [WK]:
DD:-----------------------------------
DD: Rows inserted : 0
DD: Rows updated : 0
DD: Rows deleted : 0
DD: Rows failed : 0
DD: Rows rolled back : 0
DD: Rows skipped : 0
DD:-----------------------------------
DD:Committing database [********]...
DD

eployment[Page_WK]
DD:-----------------------------------
DD: DCRs inserted : 0
DD: DCRs updated : 1
DD: DCRs deleted : 0
DD: DCRs failed : 0
DD: DCRs rolled back : 0
DD: DCRs skipped : 0
DD:-----------------------------------
DD

tarted : Tue Apr 03 11:07:01 CDT 2007
DD:Finished: Tue Apr 03 11:07:04 CDT 2007
ENG: 2007-04-03 11:07:04 CDT GMT-05:00 Log Directory is: /interwoven/logs/2006_123
ENG: 2007-04-03 11:07:04 CDT GMT-05:00 Database deployment execution returned 0
ENG: 2007-04-03 11:07:04 CDT GMT-05:00 <<< Completed database deployment Invocation>>>
ENG: 2007-04-03 11:07:04 CDT GMT-05:00 doTask returned 0
-----------------------------------------------------------------
Can any body help me out in this, its a bit urgent.
Thanks in advance.