Email issues

S

Steve Franklin

I am getting lots of the following message in the Event logs:

Microsoft Project Server Tracing Eventlog Provider 2 16/01/2005 12:02 AM 147
*
File: C:\Office\devsp\project\WebClient\source\utility\pjsmtpemail.cpp Line:
400
Error Number: 0x80040211

Description: The message could not be sent to the SMTP server.

The transport error code was 0x800ccc15.
The server response was not available

What does it mean and how do I fix it? I am running Project Server 2003 SP1
on a Windows SBS 2003 server.

Cheers,
Steve
 
W

www.projectory.co.za

Make sure that your Project Server can communicate on Port 25 to your
Exchange/SMTP mail server. To check this do the following:

Open a command prompt on your Projedct Server and type in the following:

telnet <smtp server> 25
 
Top