Notification_Activity problem: Error when executing command
Posted: Wed Nov 08, 2006 6:21 am
Code: Select all
test_send..JobControl (DSSendMail): Error when executing command: C:\Ascential\DataStage\Projects\pri\sendmail_test_send55044,539_3072.bat
*** Output from command was: ***
'C:\Ascential\DataStage\Projects\pri\sendmail_test_send55044' is not recognized as an internal or external command,
operable program or batch file.
Please check any paths in the following command file are correct, and if necessary adjust the 'dssendmail_template.txt' file in the project directory.
Contents of command file:
C:\Ascential\DataStage\Engine\bin\dssmtpmail.exe -server "mail1.pri.ru" -from "mailagent@pri.ru" -subject "test pass" -message "sendmail_test_send55044,539_3072_file.tmp" "1CtoDS@pri.ru"if I run in cmd C:\Ascential\DataStage\Engine\bin\dssmtpmail.exe -server "mail1.pri.ru" -from "mailagent@pri.ru" -subject "test pass" -message "sendmail_test_send55044,539_3072_file.tmp" "1CtoDS@pri.ru" all ok.