Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
PRIVATE CLOUD
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Blank dcr but not xml
System
Hi... Ive worked in TS for a while now... Now have a problem I cant troubleshoot. I save my dcr, but when I try to edit the data or bring it back, it comes back blank. Yet, when I download the xml file, all of the values are there. Any ideas? In the meantime, Im gonna remove the code and trouble shoot field by field to see if it makes any difference...
Thanks in advance for any feedback / suggestions
Find more posts tagged with
Comments
Migrateduser
I've seen this before when the amount of content in the XML is large (>1MB). Sometimes the loading timesout.
Could this be your situation?
bturns
What version of TS are you on?
What browser version?
This could be a browser compatibility issue. Try opening the DCR up in a different browser.
Migrateduser
Its a small template, with about 8 fields wrapped in replicant up to 20. Right now I am working in one field at a time, and so far its working... Will have to wait and see how it goes with the remainder fields. One of them is a visual formatter field...
If this is a timeout issue - is there a recommended fix or workaround?
Migrateduser
You didn't answer a critical question:
What version of TS are you on?
What browser version?
Environments:
(1,2) TS6.5, TS6.5SP1 on W2K3
(3) Vignette V7 Portal on Solaris 9
Migrateduser
I agree with the other posters that this could also be a compatibility issue between TS and the browser.
Migrateduser
TS 6.5.
XML format for the dcr
Win2k
Code below:
<?xml version="1.0" encoding = "UTF-8" standalone="no"?>
<!DOCTYPE data-capture-requirements SYSTEM "datacapture6.0.dtd">
<!-- WCS Resources Data Capture template by: Donald L. Moore -->
<!-- FRB Chicago, January 2005 -->
<data-capture-requirements type="content" name="Resources">
<ruleset name="content">
<root-container name="Resources" location="Resources">
<description> Recommended Resources </description>
<container name="Section" min="1" max="6">
<item name="title" pathid="title">
<label>Title</label>
<description> Article Title </description>
<text required="t" maxlength="30" size="30" />
</item>
<item name="author" pathid="author">
<label>Author</label>
<description> Author of document </description>
<text required="t" maxlength="30" size="30" />
</item>
</container>
</root-container>
</ruleset>
</data-capture-requirements>
mgal
Can you also check what is the dcr-type attribute for this datatype in the templating.cfg file? By looking at your datacapture it should be xml
Ex:
<data-type name="PressRelease" dcr-type="xml">
Thxs,
Mohammed Gazal.
Migrateduser
Yep its specified as an XML format.
I think we got it fixed. the container needed a "section" and "name" value.
Example:
<container name="Section" location="Section" min="1" max="6">