Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
error saving DCR
duartecordeiro
Setup:
Interwoven Teamsite, TST, WF, 5.0.1 SP1
If I try to save a DCR generated by this DCT:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE datacapture SYSTEM "datacapture5.0.dtd">
<data-capture-requirements type="content" name="itsnotworking">
<!-- data-capture-requirements elements contain area elements -->
<ruleset name="itsnotworking">
<description>
Test nr 1
</description>
<item name="selectme">
<select required="f">
<option value="red" label="red"/>
<option value="blue" label="blue"/>
</select>
</item>
</ruleset>
</data-capture-requirements>
Everything works.
Now, if I add a new select (or a text, textarea, browser, whatever), it fails to save:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE datacapture SYSTEM "datacapture5.0.dtd">
<data-capture-requirements type="content" name="itsnotworking">
<!-- data-capture-requirements elements contain area elements -->
<ruleset name="itsnotworking">
<description>
Test nr 1
</description>
<item name="selectme">
<select required="f">
<option value="red" label="red"/>
<option value="blue" label="blue"/>
</select>
</item>
<item name="selectmetoo">
<select required="f">
<option value="im" label="im"/>
<option value="tired" label="tired"/>
</select>
</item>
</ruleset>
</data-capture-requirements>
In the browser GUI it just fails silently (without saving any file). In the java client, it pops up a error with the following message:
"error saving /myfile.dcs to the server. Error creating and building dcr document."
Any ideas ?
Thanks in advance,
Duarte
Neoris
Find more posts tagged with
Comments
There are no comments yet