Public Folder ESM Error in Exchange
June 26, 2008 by John Tran · Leave a Comment
If you get the following error in Exchange “The token supplied to the function is invalid. ID no:
80090308 Exchange System Manager” you can do the following to fix it.
- In the properties of the virtual root Exadmin in IIS, go to the “Directory Security” tab
- In the “Secure Communications” section select “Edit”.
- Make sure to deselect “Require secure channel (SSL)” and “Require 128-bit encryption.”
- If the “Require 128-bit encryption.” is selected and greyed out, make sure to select “Require secure channel (SSL)” and deselect “Require 128-bit encryption.” then deselect “Require secure channel (SSL)” again.
- Goto Start – Programs – Windows 2000 Support Tools – Tools and launch ADSI Edit.
- In the left side pane expand the Configuration container.
- Next expand CN=Configuration
- Then CN=Services
- CN=Microsoft Exchange
- CN=
- CN=Administrative Groups
- CN=First Administrative Group site name>
- CN=Servers
- CN=Protocols
- CN=HTTP
- CN=1
- Right Click on CN=Exadmin and choose Properties.
- In the Properties dialog box you will see 2 drop-down lists. drop down the top list and select “Both”. Drop down the second list and scroll down to the attribute “msExchSecureBindings” and double click on it.
- If this attribute is set to 443 or any other value really, click the 443 value to select it and click the “Remove” button. Then click “Apply” and then “OK”
- Close out of ADSI Edit, close and reopen Exchange System Manager and test Public Folder access again.