Hi!!!I am facing problem in deploying XML files using Data Deploy.I want to deploy my whole dcr as in one column of database.so in the database i have taken that column as XML type and in the deployment descriptor i dont know how to map it.Since I want to deploy my whole xml file (all its content) as one of the column field of database, for that i need a solution.The Environment that i am using is Interwoven TeamSite 6.5.0 Service Pack 2on Windows Server 2003.
PATH | STATE | KEY | VALUE
As answered above i'm also not sure as why you want to store the entire DCR in database.. but if it is your requirement I would suggest below..1. Open Deploy the DCR to web server.2. Insert a link to your database.If you need the entire DCR in your database then...3. Write a after intsert trigger on the table where you are inserting link.4. Insert the DCR (an XML) to your database from your web server.This will allow you to have your DCR in database as well as on your web server. Hope this helps..Cheers,Nitesh Ambuj
I am sorry if this is a really stupid question. Why exactly would you want to deploy the DCR to the web server?
Thanks a lot for all your suggestions,but still my actual requirements has not been accomplished....Actually as part of the deployment,i am building a custom XML file which would contain some content from DCR and i want to store that in a third party DB in a xmltype column.I want to leverage Datadeploy as the deployments to other systems happens thru DD,the current system deploys images to DB-Blob content type using DD and i would want to extend it to store XMLs into a table,xmltype column.This is my actual requirement..would it be possible???Help me out !!!!