Posts Tagged ‘Troubleshooting’

Exception occurred. (Exception from HRESULT: 0×80020009 (DISP_E_EXCEPTION))

Friday, April 25th, 2008

I started running into this error when attempting to create a site collection in a different language.  I would browse to Central Administration and choose a different language and immediately receive “there was an error in the callback”.  If I continued on and ignored the error I would receive “Exception occurred. (Exception from HRESULT: 0×80020009 (DISP_E_EXCEPTION))” after clicking Create.  After lots of time wasted scouring the net I found a random post that said they ran into this error when they had a badly formatted webtempXXX.xml file.

http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!126.entry

I had missed a closing quote around my hidden parameter (looked like this: HIDDEN=”TRUE).  I fixed it, did an iisreset, and it fixed the problem.

Jeff

Patch to Fix Presence in SharePoint and Outlook 2007

Thursday, March 13th, 2008

I ran into presence not appearing in SharePoint or Outlook 2007 after my upgrade to Communicator 2007.

Microsoft recently released a patch to fix this issue.

http://www.microsoft.com/downloads/details.aspx?FamilyID=1ad57f8f-78f7-45f6-a8c0-805936f46645&displaylang=en

Thought I would pass it along…

Jeff