Hi All,I am using teamsite 6.7. I was trying to run a simple email task from the workflow script. But each time i get the same error that " Could not run iw_solution_email.ipl" in iwjoberrors.log.I have configured iw.cfg and email_map.cfg. Tested the connectivity also to the smtp server.Been really stuck with this for quite some time. Not able to understand as to why it is not able to run the ipl script.Any help on the same would be greatly appreciated
iwhome/local/config/wft/solutions/iw_solution_email.ipl jobid taskid areavpath -t taskName
Initially i was invoking the iw_solution_email.ipl in the same way as defined in the sample author_submit_with_email. i.e : " __INSERT__(get_cmd("iw_solution_email.ipl", "Approver"));"But on doing this the error encountered would be:" Could not run iw_solution_email -t...Retrying in one minute".
get_mail_cmd
get_cmd
After that i placed the "iwsend_mail.ipl" in an another location and invoked using the standard perl method: " $iwhome . "\\iw-perl\\bin\\iwperl.exe " .$iwhome.$base_directory."iwsend_mail.ipl -H ";"
If it says send success but still no email shows up then it may be filtered out on the SMTP server side. I have worked at a number of places that will only allow a program to send email to internal email addresses (i.e. it worked going to nipper@somecorp.com but dumped the email when it was nipper@yahoo.com) so you may want to talk to the IT folks who manage the email server to see if the email was received and then what happened