I experienced this same problem. Restarting the DNS Server Service resolved the problem for me, also.
Thanks!
Main Topics
Browse All TopicsServer: SBS 2003 R2
Email: Exchange 2003 SP2
Recently installed new microsoft fix: KB950159
Since installing the fix, and some other recent fixes I've been seeing the following errors in Event Log under Applications
Source: Server ActiveSync
Event ID: 3024
Type: Error
IP-based AUTD failed to initialize. Error code: [0x80004005].
Source: Server ActiveSync
Event ID: 3015
Type: Error
IP-based AUTD failed to initialize because the processing of notifications
could not be setup. Error code [0x80004005]. Verify that no other
applications are currently bound to UDP port [2883], or try specifying a
different port number.
This seems to happen everytime a message is pushed to a device, but the devices do seem to be functioning correctly.
I've followed some microsoft articles to do a
netstat -ano
And verified that 2883 is shown:
UDP 0.0.0.0:2883 *:* 2024
The PID is the same as DNS, which I'm guessing is okay.
Whilst these errors don't seem to be affecting functionality I would like them resolved, unfortunately there isn't much out there suggesting a solution.
Other than the fix installed nothing else has changed.
Any help would be appreciated.
Andrew Dickinson
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think your solution is temporary..your problem is going to pop-up again when you reboot. The problem is the result of installing MS08-037 (951746 and 951748) and needs a registry edit to resolve the problem permanently or until a new patch from MS is produced.
Check this out:
http://blogs.technet.com/s
And this:
http://support.microsoft.c
had the same problem but only started looking for it because all my iphones ios 3.0 and 4.0 started consuming a lot of battery. they would use an entire battery in half a day.
after doing the fix above works great again.
found that the active sync devices would ping the server several time per minute using all the battery.
Can be confirmed by looking in the IIS logs on the client access server and searching for "DeviceType=iPhone&Cmd=Pin
Business Accounts
Answer for Membership
by: agdickinsonPosted on 2008-07-15 at 05:54:24ID: 22006389
On checking out:
netstat -ano
And verified that 2883 is shown:
UDP 0.0.0.0:2883 *:* 2024
I found out that 2024 was the PID for DNS so it looked like on the install of fixes somehow port 2883 got associated with DNS.
Once I restarted the DNS server 2024 was then correctly associated with w3wp.exe and now everything is working okay.