Hi All,
I made a change (added a new container with only one item) in the DCT and only few DCRs (around 300) are having the new structure and rest of the DCRs (around 1000) doesn't have that new container.
Updated the DD config files. Deployment works well for new and old DCRs. Inserts / Updates records on the regular deployment process.
But on the customized delete workflow, it works well only one NEW DCRs.
On the new DCRs, the workflow removes the record from DB as well as deletes the DCR.On the old DCRs, the Delete workflow is not removing the record from DB, but it deletes the DCR. The delete workflow is not working even if i save the old DCRs in the new structure.
My Env:Windows 2003 Server
TeamSite 6.7.1 Service Pack 1 Build 68040
OpenDeploy 6.2.0.0.0 Build 68916 Interwoven 20071109
Oracle 10g
The following is the log message for OLD DCRs:
DBD: TUPLE={state=NotPresent, path=templatedata\FNet\Article\data\dsa-2007010593029703011.xml} DBD: TTableSchemaHelper not found in cache for [ARTICLES]. Creating new. DBD: SELECT KEYCOLNAME , KEYCOLVALUE FROM IWDELTRACKER WHERE PATH = ? AND AREA = ? AND KEYCOLNAME IN ( 'ID') DBD: 0 PK values retrieved from iwdeltracker for templatedata\FNet\Article\data\dsa-2007010593029703011.xml, /default/main/GR/gr30/WORKAREA/content DBD: DELETE FROM IWDELTRACKER WHERE PATH = ? AND AREA = ? DBD: -- Deleted DBD: Filelist walk done
|
The following is the log message for NEW DCRs:
DBD: TUPLE={state=NotPresent, path=templatedata\FNet\Article\data\dsa-20080429163620715054.xml} DBD: TTableSchemaHelper not found in cache for [ARTICLES]. Creating new. DBD: SELECT KEYCOLNAME , KEYCOLVALUE FROM IWDELTRACKER WHERE PATH = ? AND AREA = ? AND KEYCOLNAME IN ( 'ID') DBD: 1 PK values retrieved from iwdeltracker for templatedata\FNet\Article\data\dsa-20080429163620715054.xml, /default/main/GR/gr30/WORKAREA/content DBD: TTableSchemaHelper object for [ARTICLES] found in cache. DBD: TTableSchemaHelper object for [ARTICLES] found in cache. DBD: SELECT KEYCOLNAME , KEYCOLVALUE FROM IWDELTRACKER WHERE PATH = ? AND AREA = ? AND KEYCOLNAME IN ( 'ID') DBD: 1 PK values retrieved from iwdeltracker for templatedata\FNet\Article\data\dsa-20080429163620715054.xml, /default/main/GR/gr30/WORKAREA/content
|
How to fix the issue? Kindly help.
Thanks.
John