Does anyone know how to use the "filepath" element for the dbschema element in the DataDeploy configuration?
I am trying to do the following:
<dbschema name="PRD_SRV_DISPLAY"
filepath="/default/main/USTestBranch/WORKAREA/work/templatedata/ContentTypes/PRD_SRV_DISPLAY/schema.xml">
...
with schema.xml like:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE datacapture SYSTEM "ddcfg.dtd">
<data-deploy-elements>
<dbschema name="PRD_SRV_DISPLAY">
<group name="CONTENT_MAP" table="CITI_CONTENT_MAP"
root-group="yes">
<attrmap>
...
When I do this I get the following error in the DD log:
ENG: 2005-05-10 16:09:07 PDT GMT-07:00 Proceed to execute the database deployment
DAS: Deployment : DEV-MASTER-FILELIST
DAS: ERROR

eployment not found
DAS: ERROR:ERROR: Unable to determine operation mode
DAS:
### IWDataDeploy FAILED ###
which indicates it cannot find what it is looking for. Any help would be greatly appreciated.