Hi,
I am using TeamSite 6.7.1 SP 1, Work Flow Modeller 1.0.0.1
I have an external task(for email) in the workflow using which i am calling iw_solution_email.ipl.
I have set the task variable of external task as:
variable key="iw_mailbody_pt " value="reviewer_iwmailbody.tpl"
variable key="iw_mailbody_text_pt " value="reviewer_textbody.tpl"
variable key="iw_mailheader_pt " value="reviewer_iwmailheader.tpl"
But when i execute the workflow, the log file shows the error as
"Task 10374 has no value for variable 'iw_mailheader_pt' at C:\Interwoven\TeamSite/local/config/wft/solutions/iw_solution_email.ipl line 196" ( line 196 is trying to get the values from the iw_mailheader_pt variable which is reviewer_iwmailheader.tpl)
I guess the workflow is not able to map header to email.
As the reviewer_iwmailbody.tpl calls the ccmail_header.tpl file. The ccmail_header uses the the iwov_emailmap.pm module in Teamsite:

T to map the users to email header.
When i compile the ccmail_header.tpl the errors shown is
"TeamSite:

T::iwov_emailmap::get_email() called too early to check prototype at ****.ipl line 184. ......" (for lines where iwov_emailmap is called)
In iw.cfg the use_mapping_file is set as 'true' and ESMTP server is connected.
Kindly Help.