DD 6.1 SQL Server Win2K
I am having trouble with the <source> statement
This works:
<xml-source options="wide" area="Y:/default/main/test/WORKAREA/Content/" area-type="os-filesystem" xml-type="custom">
<path name="templatedata/cat/type/data/" visit-directory="shallow"/>
This fails
<xml-source options="wide" area="/default/main/test/WORKAREA/Content/" area-type="ts-filesystem" xml-type="custom">
<path name="templatedata/cat/type/data/" visit-directory="shallow"/>
There is a DCR there but I get this:
DBD: area=/default/main/test/WORKAREA/Content/
DBD: /default/main/test/WORKAREA/Content/templatedata/cat/type/data/
DBD: No DCR's found in directory path or visit-directory mode should be modified [Y:/default/main/test/WORKAREA/Content/templatedata/cat/type/data/]
Anything jump out at anyone ?
TIA
Andy