Ok, let's see if we can get you some help.First question, why do you need DAS?From the high level information you have provided, I would think you need to do this:Do you need the DCR content and metadata (EAs) into the database? Are they independent of eachother (load 1 or more tables with DCR content, and all metadata into 1 table, or is there a mix of content and metadata that go into 1+ tables)? Based on the manual names it looks like you are using OD 6.1. What platform and database are you trying to insert into?
I would think you can accomplish what you need using the dbLoader functionality. See the DD admin manual for more information. You just need to create your database table/column mappings and should be good to go. Did you try using dbLoader?
Well, I don't want to speak overly negative of this product (Interwoven as a whole), but the first thing I noticed when going through both training classes this summer (TS Dev & TS Admin) was the lack of consistancy in how stuff works over all
Are you living in the universe of "perfect software"? If so - you may even be right. If not, think about a reality of software development in immature and rapidly evolving domain.TS is just a tool. As such, it may be good or not so good fit for your particular needs. Forget *cosmic justice* and compare in the same class of enterprise CMS. You'll find that there are not that many, all with it's own idiosyncrasies. For example I like few Stellent features lacking in TS. It does not mean Stellent is better, it means it *may* be a better fit for some projects.That said, out of 5-6 IWOV products I worked with, DD is IMHO the worst one by any metrics (usability, documentation, bugs, features, you name it).
Here's teh config file, I believe the forum software slaughter my xml code.<xml-source include-textended-attributes="yes" options="wide,full" area="/default/main/internet/WORKAREA/work" area-type="ts-filesystem"> <path name="templatedata/Forms/Article2/data" visit-directory="no" /></xml-source>
<path name="templatedata/Forms/Article2/data" visit-directory="shallow" />Or perhaps "deep" if that's what you want...
It was originally "deep", but it appears none of the settings on visit-directory make a difference. I'm not sure why it would not find the DCR's in that directory. I am able to open up those DCR's and edit them inside of CCPro...the Extended attribute for these files is TeamSite/Templating/DCR/Type: Forms/Article2
First, leave it "shallow" for now.Second, what is the type of your DCRs, IWOV or XML? You can check that in ...local/config/templating.cfgThird, have you tried to build your Data Deploy configuration from OD GUI? It's slower but easier if you do not have some experience.Finally, you may want to attach full configuration file and referenced dbchema File(s)
the DCR's are XML...not sure why, I didn't actually create these originally..Could this be the problem?"
how do you use the OD GUI to create a Data Deploy Configuration? When It ry to edit the exiting configh file in the gui I get the error "Editing of this deployment configuration is not supported"
Here's my config file.
It could. Try <xml-source include-textended-attributes="yes" options="wide,full" area="/default/main/internet/WORKAREA/work" area-type="ts-filesystem" xml-type="custom">For the first time do not edit it. Create new. Left OD GUI Panel->Configuration->DataDeploy Configuration and follow prompts
I saw an checkbox option in configuration next to the new "button" that says DataDeployWrapper, but when I click that and click the new button I get a screen that looks like the config screen, layout wise, but has not text in it. I tried the changes you mention'd, and am still having no luck. Can this really be that difficult? wow..
Have you also fixed that (mentioned in one of my replies)<xml-source include-textended-attributes="yes"What is your OD Version? Are you logged as OD Admin? Expand Configurations and use "Data Deploy Configuration" sub. It's not that hard.
Safari does the same thing...grrr hmmm I'm wondering about this<xml-source include-extended-attributes="yes" options="wide,full" area="/default/main/internet/WORKAREA/work/templatedata/Forms/Article2" area-type="ts-filesystem" xml-type="interwoven"> <path name="data" visit-directory="shallow"/></xml-source>The VPath for my DCR's are this/default/main/internet/WORKAREA/work/templatedata/Forms/Article2/dataHow should area and path name be set then? Is the way I have it set up above confusing it from know where to find the actual dcr's?Dave
Ok, still didn't make a difference..*sigh* I have a ticket open with helpdesk, haven't heard back yet from them so I'll work that avenue. Thanks for your help, I have learned alot since my first post.Dave