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)
Issue with iw_solution_email.ipl
anjani
Hi,
I am using iw_solution_email.ipl to send mail to a set of users who belongs to a group.
Following is the code snippet :-
owner="__TAG__('iw_user');"
description='Notify Reviewer Using Mail'>
But on creating a job, it get's stuck in the NotifyReviewer, so no question of mails comming.When i am trying to run the command from the backend by passing the parameters, i am getting error :-
Poorly formed XML:
Could not process template: /apps/iw-home/local/config/wft/solutions/ccmail_header.tpl
Try debugging like this: iwpt_compile ... -ocode ****.ipl; ****.ipl
XML parse error :
junk after document element at line 8, column 0, byte 108 at /apps/iw-home/iw-perl/vendor/lib/XML/Parser.pm line 183
When i tried to check the tpl file with iwpt_compile command, i am getting error :- junk after document element at line 33
I tried to debug the aml parse issue but with no success.
Could any one please help me to resolve this issue?
Thanks in Advance,
A.S.
Find more posts tagged with
Comments
anjani
Code snippet :-
owner="__TAG__('iw_user');"
description='Notify Reviewer Using Mail'>
display.png
anjani
While dubuing the iw_solution_email.ipl i run the following command and get the got error:-
/apps/iw-home/bin/iwpt_compile.ipl -pt /apps/iw-home/local/config/wft/solutions/reviewer_iwmailheader.tpl -iw_pt-dcr /apps/iw-home/tmp/task_output45831.xml
Could not process template: /apps/iw-home/local/config/wft/solutions/ccmail_header.tpl
Try debugging like this: iwpt_compile ... -ocode ****.ipl; ****.ipl
nipper
Code snippet
[html]
owner="__TAG__('iw_user');"
description='Notify Reviewer Using Mail'>
[/html]
please use HTML tags for XML posts
cc96ai
I got the same problem before which we were missing the email mapping file.
try to debug it
iwpt_compile.ipl -pt
/Interwoven/TeamSite/local/config/wft/solutions/ccmail_header.tpl -ocode test.ipl
and run test.ipl