Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error Sending Financial Reports via email

user652053Mar 25 2013 — edited Mar 27 2013
I have run into an issue with automated batches to be emailed to users. The batch generates successfully, but it will not be distributed via email. The error from the FRSchedSrv.log is:

03-25 09:33:18 ERROR JavaMailer Error in sending E-Mail: 501 5.1.7 Invalid address

javax.mail.MessagingException: 501 5.1.7 Invalid address

at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:716)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:388)
at javax.mail.Transport.send0(Transport.java:151)
at javax.mail.Transport.send(Transport.java:80)
at com.hyperion.reporting.util.JavaMailer.initialize(Unknown Source)
at com.hyperion.reporting.util.JavaMailer.<init>(Unknown Source)
at com.hyperion.reporting.scheduler.JobServiceThread.sendZips(Unknown Source)
at com.hyperion.reporting.scheduler.JobServiceThread.sendMail(Unknown Source)
at com.hyperion.reporting.scheduler.JobServiceThread.run(Unknown Source)

There have been no changes to the SMTP server and less than one month ago, everything was working fine. Additionally, the email address that is being used is correct (I am using my own).

Any ideas would be appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2013
Added on Mar 25 2013
11 comments
1,201 views