I need to deploy EAs set from CSSDK (not teamsite metadata capture) to a database using DAS. ive read thru all the limited documentation provided and have had no luck.
here are the steps ive taken to set it up:
1) updated iw.cfg to include the following lines
log_setea=yes
log_deleteea=yes
1a) ran iwreset
2) next i updated datacapture config located at:
iw-home\Interwoven\TeamSite\local\config
to include my EAs i am passing over
<data-capture-requirements type="metadata">
<ruleset name="Common Rule Set">
<description>
This rule applies to all files on all branches.
</description>
<item name="Project Name">
<database data-type="VARCHAR2(255)" />
<text required="f" maxlength="255" />
</item>
<item name="Project Number">
<database data-type="VARCHAR2(100)" />
<text required="t" maxlength="100" />
</item>
etc etc.
3) next i ran iwsyncdb.ipl -mdcdbschemagen -force from the command line to generate a metadata dbschema.cfg in iw-home\Interwoven\TeamSite\local\config
4) created an mdc_ddcfg_uds.template file to utilize my correct database
5) ran iwsyncdb.ipl -mdcddgen -force to create my mdc_dd.cfg file
then the documentation ends! 4 paragraphs!
so now i have all the config files but no tables created...shouldnt there be a -initial command like when creating tables for TeamSite DCTs? what else do i need to do to get my eas deployed? plz help, thanks
update: ok after some more forum trolling i was able to get the tables created using this command:
iwsyncdb.ipl -initial /default/main/fii/WORKAREA/integration teamsite/metadata
but none of the EAs i have associated with files got moved into the database tables. do they need re-saved? re-submitted? re-updated via CSSDK?
what exactly triggers TS to update the EAs in the database?
In Por YlemJoin the most popular player-run UO shard
Edited by arthas76 on 09/17/04 11:15 AM (server time).