Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
UDS Standalone DD not deleting from DB
System
When I delete a DCR it's not being deleted from the DB.
I initiate the same workflow and call iwdd.ipl with the same configuration file.
The file is removed from both staging and the workarea but is still in the DB (both the table and IWTRACKER)
anyone have an idea why ? Am I doing something wrong ?
Merry Christmas to all you other Teamsiteniks out there !
/nick
A deployment section from my configuration file looks like this -
<!--###########################################################-->
<!-- SYNOPSIS -->
<!--###########################################################-->
<deployment name="synopsis">
<source>
<teamsite-templating-records options="wide" area="/default/main/Empower2en/WORKAREA/Home">
<path name="templatedata/synopsis/synopsis/data" visit-directory="deep"/>
</teamsite-templating-records>
</source>
<destinations>
<database db="<blah>" user="<blah>" password="<blah>" vendor="microsoft-inetuna" update-type="standalone" state-field="state" delete-tracker="yes" enforce-ri="no">
<dbschema>
<group name="Synopsis" table="Synopsis" root-group="yes">
<attrmap>
<column name="SynopsisID" data-type="INTEGER" value-from-field="SynopsisID" allows-null="no" is-url="no"/>
<column name="TitleText" data-type="VARCHAR(255)" value-from-field="Title Text" allows-null="yes" is-url="no"/>
<column name="SubTitleText" data-type="VARCHAR(255)" value-from-field="Subtitle Text" allows-null="yes" is-url="no"/>
<column name="BodyText" data-type="VARCHAR(255)" value-from-field="Body Text" allows-null="yes" is-url="no"/>
<column name="PageID" data-type="INTEGER(19)" value-from-field="Page Number" allows-null="yes" is-url="no"/>
<column name="VerticalPositionOrderNumber" data-type="INTEGER" value-from-field="Vertical Order Position" allows-null="yes" is-url="no"/>
<column name="ImagePath" data-type="VARCHAR(255)" value-from-field="Picture" allows-null="yes" is-url="no"/>
<column name="LanguageID" data-type="INTEGER(19)" value-from-field="LanguageID" allows-null="no" is-url="no"/>
<column name="SalesRegionID" data-type="INTEGER(19)" value-from-field="Sales Region" allows-null="yes" is-url="no"/>
<column name="UserGroupID" data-type="INTEGER(19)" value-from-field="User Group" allows-null="yes" is-url="no"/>
</attrmap>
<keys>
<primary-key>
<key-column name="SynopsisID"/>
</primary-key>
</keys>
</group>
</dbschema>
</database>
</destinations>
</deployment>
(NOTE: I have replaced the db details with <blah> for the purpose of this inclusion
Find more posts tagged with
Comments
There are no comments yet