I had faced issue with workflow mail notification , it haven't reached users mailbox.I traced dm_event_sender method and got the below.
TRACE LAUNCH [Method Server]: ./dmbasic -f./dm_event_sender.ebs -eMail -- "repository" "nulldate" "dm_abortworkflow" " " "Workflow" 4d001b2880003503 "nulldate" 0 dm_null_id "Workflow" "dmadmin" "dmadmin" "event" " " "dmadmin" "abc@gmail.com" undefined "abc@gmail.com" 1b001b28800d52fc "3/23/2010 1:00:08 AM" 0 "" "" 0 "" "host|80" "" "/tmp/fileq8u1as" .\mail.exe " " "192.168.112.10"
dmProcess::Exec() returns: 1
I found that the problem is .\mail.exe arguement as im using a linux machine it should be ./dm_mailwrapper.sh.I need help to replace the .\mail.exe with
./dm_mailwrapper.sh.please help me where should i make change so that it will refelect in the ./dmbasic -f./dm_event_sender.ebs -eMail arguments.
Reply ASAP.
Regards,
Mohamed