There are probably 3 different issues. 1. You haven't saved your changes or trying to run the job manually using TEST mode. In this case notification actions do not work, you just run the job part of the job. 2. You haven't configured email settings correctly. The email is sent and you don't get it or email sending fails. 3. The job command line is not pointing to the correct file. Did you type it or browsed and pasted? Do the path or program name contain spaces? If yes, did you enclose the name in double quotes? Start with the email. Make sure in Tools/Options menu General tab you have email server configured properly. In the job properties check you entered correct recipient's email address (not just some name), email profile (if using MAPI or Notes email interface) or email address of sender (if using SMTP) and password. Check the job log using Tools/Log Viewer for additional errors related to the email processing. : Hi : I'm currently trying out the 30days demoversion. : I have the following problem: I have a job that starts : an executable. Depending on success/failure the : exe returns 1 (succeeded) or 2 (failed). : The properties of the job depending are the following : error handling are the following: - Successful exit code: '1' : - Notification: Send e-mail on 'Job Finish' and : 'Job Error' : - Restart this job if it fails: not checked : - Disable this job on error: not checked : - Ignore execution erros for this job: not checked : I expect that if the exe returns 2 (= failed) the : I would get an e-mail message informing me that : the job failed. : Instead, the following happens: - I don't get an e-mail : - The log contains the following entries: 1. 'Job started' : 2. 'Process finished with exit code 2' : 3. 'Job failed. Executable file not found' : My questions are: - Why don't I get the e-mail (the e-mail notification : works in case the job finishes successfully)? : - Why do I have in the log message 3 'Executable file : not found'? : thanx for any hints!
|