-17799 error trying to Check Names to Exch 2000 server

P

Pete C.

I seem to have to delete my Exchange account about once per
week and recreate it, tryinbg to lookup a name to my
Exchange server results in a "-17799" error from either a
new message or by using the Tools > Directory Services
function.

Verifying and/or rebuilding the database has no effect.
Quitting and restarting Entourage has no effect. Only
thing that seems to work is to delete the Exchange account,
quit, then recreate it.

G4 MDD dual, OS X 10.3.5, 1.25 GB RAM, no strange
peripherals, PCI cards, etc.
 
M

Mickey Stevens

In Entourage 2004, go to Tools -> Accounts, and open your Exchange Account.
Click the "Directory" tab, and then click the "Advanced Options" button.
Toggle the option indicating "My server requires me to log on," and click
OK.

In Entourage X, go to /Applications/AppleScript/, and launch Script Editor.
Paste in this script, and click "Run."

tell application "Microsoft Entourage"
    set requires authentication of LDAP server 1 to false
end tell
 
Top