Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Message error
carletto
Hi,
What's does it mean this error?
Error message on preview and generate process
Template Preview And Generate Error:
Error in presentation template:\default\main\BPM-Dev\Bpm\WORKAREA\ccicognini\templatedata\aziende\schedaprodotti\presentation\schedaprodotti.tpl
DCR
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE datacapture SYSTEM "datacapture5.0.dtd">
<data-capture-requirements type="content" name="Scheda Prodotto Aziende">
<ruleset name="scheda prodotto aziende">
</ruleset>
</data-capture-requirements>
TPL
<?xml version="1.0" standalone="yes"?>
<iw_pt name="Scheda Prodotti Aziende">
</iw_pt>
Find more posts tagged with
Comments
mogoo
Most likely, it means there's an error in your tpl. First thing to check: syntax. You can do this easily by dragging the tpl file into an IE browser window. This will show you most syntax errors. If it's not syntax, most likely something is called wrong between the tpl and the dct -- check all your item names and paths.
maureen
carletto
I erase any item in DCT and in TPL code there's only iw_pt tag.
but it doesn't work.
Adam Stoller
Are you sure there are no "odd" characters in your PT (or DCR)? Depending on what editor you're using on what platform - it is possible to get things like "smart-quotes" or other high-order-bit characters embedded in your files which you cannot see unless you look at the files using a different editor or shell.
Do the example DCTs and PT's work for you?
What version of TeamSite / TeamSite Templating (including SP and patches) on what platform / OS?
--fish
(Interwoven Senior Technical Consultant)
carletto
Hi,
If I copy the same DCT and TPL in the other dct category the same error doesn't occur, and I can visualize the preview an I can generate HTML Page.
Runtime Connector Setting for PPR.docx
Adam Stoller
Perhaps there is an error (or omission) in your iw-home/local/config/templating.cfg
If you are using the GUI or iwgen / iwregen - they all refererence information in the templating.cfg to determine which templates exist for a given DCT.
--fish
(Interwoven Senior Technical Consultant)