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)
Getting DCR path name during Data Deploy
niranjan
Hi,
I am Deploying the content of some DCR's into tables which have path as the primary key. The path is the DCR path name(relative). How can i get this pathname so as to insert it.
Thanks
Find more posts tagged with
Comments
Adam Stoller
What do you mean by "The path is the DCR path name(relative)"?
The few times I've been involved with engagements using DataDeploy, the path was always either the full vpath or filesystem path, and never a relative path.
You may need to post (as an attachment) your DataDeploy configuration files, log files, and how you're invoking it (iwdd.ipl or through DAS, or ???)
--fish
(Interwoven Senior Technical Consultant)
Migrateduser
Hi,
If you are deploying DCR using DataDeploy (or even otherwise), you will have a field named "path" which will be pre-populated with the path relative to the workarea.
e.g. templatedata/internet/pr/data/pr1.dcr
If you are using <attrmap> to deploy to user defined schema, you can use <column value-from-field="path" ...... /> .
Hope this helps.
-Durgesh
niranjan
Thanks
It Worked