Select the product you need help with
Sharepoint 2007 alert emails fail to sendArticle ID: 2000689 - View products that this article applies to. SymptomsSharePoint alert emails are not being received by users. Users do not even get the initial email that says you signed up for an alert. All other outgoing email functions are also not working. Sometimes subnew.aspx page when creating an alert hangs after clicking OK, however the alert entry gets created in ImmedSubscriptions table in the content database. CauseSharePoint opens a socket to the SMTP server via port 25 without specifying the socket type. If in the winsock catalog an LSP provider which defaults to UDP sockets is placed before the TCP, SharePoint will try to open the SMTP connection on UDP port which will be opened successfully, but the receive call will timeout since no SMTP server listens on UDP (SMTP servers only listen on TCP 25) This happens usually when Vmware machines or when Vmware tools were installed. In the affected systems usually the RSVP UDP Service Provider was placed above MSAFD Tcpip [TCP/IP] Winsock test . . . . . . . . . . . : Passed The number of protocols which have been reported : 10 Description: RSVP UDP Service Provider Provider Version :6 Description: RSVP TCP Service Provider Provider Version :6 Max message size : Stream Oriented Description: MSAFD Tcpip [TCP/IP] Provider Version :2 Max message size : Stream Oriented Description: MSAFD Tcpip [UDP/IP] Provider Version :2 You can check it with the "netsh winsock show catalog" command. ResolutionChange the winsock provider order with the sporder.exe tool. Warning: the sporder.exe can only change the x86 winsock provider order. On x64 machines you need to change the order with the tool, then fix x64 the catalog
You need to restart the machine to apply the changes to the registry. Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.PropertiesArticle ID: 2000689 - Last Review: March 12, 2011 - Revision: 5.0
|


Back to the top








