Did you restart Lotus Notes after you selected Lotus Notes email interface in 24x7 Options? Check notes.ini file in Lotus Notes home directory. Does it have the EXTMGR_ADDINS key, if yes, what it is? Is Notes home directory in the system path? Do you have "program" key in [Notes] section in WIN.INI file pointing to the right program? : I am trying to set up a job using Lotus Notes that automatically e-mails an : attachment every 90 minutes. : An example of my script is: : MailSendwithAttachment(“operations”,”password”,”recipient”,”subject”,”message”, : “d:\test.txt”) : 1. We have Lotus Notes Release 5.0.8.I chose Lotus Notes in the 24x7 System : Options. Is that correct? : 2. Should the profile (first section in the syntax) be the person’s notesid : (such as jsmith), full name (such as John Smith), start of e-mail address : (such as John_Smith), full e-mail address (such as : John_Smith@company.com), or internal Lotus path (such as John : Smith\company\tampa\operations)? : 3. I tried all those various profile choices and each time the 24x7 errors : out. When choosing “Run Now” for this job, the code switches to Lotus : Notes but just sits there rather than creating a message. A minute later : 24x7 automatically closes. No error message pops up telling me why the : program did not create an e-mail or why it closed, nor does a dialog box : pop up requesting more information. Why is this happening and how can I : get it to work? : I have also tried this job with just the : MailSend(“operations”,”password”,”recipient”,”subject”,”message”) and the : same problem occurs where it does not create a message and 24x7 exits. : Please advise. Thank you.
|