December 23, 2008 at 4:44 am
when i tried to send mail from report server i got this error:
Failure sending mail: The transport failed to connect to the server
if u any idea help me.
regards
prasanna
December 23, 2008 at 9:39 am
December 23, 2008 at 9:42 am
Additionally, many anti virus programs have started blocking numerous ports by default, one of which is 25 (smtp mail port). Check and make sure that you can get to your SMTP sever from your server and that one of those apps isn't blocking your traffic.
the easiest way is to log onto the server, open a cmd prompt and execute the following...
telnet smtpservname 25
That will force a telnet connection over port 25. If the connection is successful you know you are at least able to get there from your SQL server. Then you just need to check your settings.
-Luke.
March 18, 2009 at 12:53 pm
Another thing to check; If you're using exchange, or most other SMTP servers, make sure it allows relay from the Report Server.
-Brad
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply