Hi all,OS: windowsVersion: TS 5.5.2I'm trying to execute the default example workflow author_assignment_with_email.wft. This workflow is triggered by a new job command. The workflow hangs when the external task to send an email to the selected author is invoked. This workflow uses the iwsend_email.ipl to send mail. The mail server is SMTP enabled.The mails are sent when i execute a simple submit with email using the iw_solution_email.iplKindly help me resolve the issue.Thanks in advance!Prathna
Ambuj,There are no errorlogs in the log file. I came to the conclution that the externaltask hangs while sending the email, as the workflow functioned normally without the email action. I select the author to whom the email should be sent to while the workflow is initialised from the dropdown list.Thanks,Prathna
Hi Ambuj, Here "get_mail_cmd" is a function and expecting parameters, $get_mail_cmd can be used for the variable. If you want to use "$get_mail_cmd", you have to define the same before you use it.The generated XML file will clear this doubt. Please correct me if my understanding is wrong.
Hi Moiz Khan,The prats_debug.log isnt created at all! I have attached the foo.xml file created through the wft.How do i create the second callback required from the wft?Thanx!Prathna
Hey, Sorry !!!! how to make the code visible ?????
As u requested i have attached the wft file and the ipl file.Thanx!Prathna
my($mailer) = new Mail::Mailer('smtp', Server => $$href{ms}, Debug => 1);
Hi Ghoti,I made the change to the iwsend_mail.ipl script, but the debug file still isnt created.foo.xml and iwjoberrors.log are the only generated files i'm getting at the moment.Sure, will upgrade- but after i get this to work! Thanx!Prathna