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
ccmail_header.tpl
System
Hi,
I am using TS 6.1 on Solaris.
While trying to configure and send email from workflow using iw_solution_email.ipl I am facing this ccmail_header.tpl issue.
The iw_solutions_debug.log complains of this error -
========== Generate Command (Mail Header) ==========
/opt/Interwoven/TeamSite/bin/iwpt_compile.ipl -pt reviewer_iwmailheader.tpl -iw_pt-dcr /opt/Interwoven/TeamSite/tmp/task_output1363.xml
========== Generate Output (Mail Header) ==========
<ERROR>
Could not process template: ./ccmail_header.tpl
</ERROR>
Try debugging like this: iwpt_compile ... -ocode ****.ipl; ****.ipl
*************************************************************************************************************
I am using default ccmail_header.tpl. For email_map.cfg file I am using this format -
<emailConf>
<user name="user01" fullname="user 01" email="user01@email.com"/>
</emailConf>
I have also tried to hard code <header> section of ccmail_header.tpl like this -
<headers>
<to>
<iw_value name = 'user01@email.com' />
</to>
</headers>
but it still returns the same error.
Can any body suggest what might be going wrong!!
Thanks in advance.
-PB
Find more posts tagged with
Comments
There are no comments yet