МОСС: Изузетак десило. (Изузетак од ХРЕСУЛТ: 0к80020009 (ДИСП_Е_ЕКСЦЕПТИОН))

УПДАТЕ: Ми никада утврдио узрок овог проблема и никада поново површину.

Ми смо приметили током спровођења развојне сајта који изненада, два корисника нису у могућности да приступе колекцију сајт. Ови рачуни могу да потврдимо на главном сајту, али када покушавате да приступите одређену колекцију сајт, they just get a blank screen. No errors displayed, just a white blank page.

We log in as a site collection admin and try to add one of those users as a site admin and this time, upon pressing "OK", we get this message:

Изузетак десило. (Изузетак од ХРЕСУЛТ: 0к80020009 (ДИСП_Е_ЕКСЦЕПТИОН))

We spent some time researching this and unfortunately, didn’t come up with anything useful. There were some messages in the diagnostic log, but it was hard to exactly correlate them with this issue.

На крају, we deleting the site collection and re-created it and that solved it.

If I figure out what caused this in future, Ја ћу ажурирати овај пост.

15 мисли о "МОСС: Изузетак десило. (Изузетак од ХРЕСУЛТ: 0к80020009 (ДИСП_Е_ЕКСЦЕПТИОН))

  1. Manuel Duque Muriel

    Mi error was: Cannot save the property settings for this Web Part. Изузетак десило. (Изузетак од ХРЕСУЛТ: 0x80020009 I found that most of the time is a code error (or a .Net framework bug even when your code have sense). Se the solution in the next post:

  2. Manuel Duque Muriel

    Здраво. I had the same proble. I was impersonating some code runing with elevated privileges and so calling a spweb like this: //SPWeb estaWeb = SPControl.GetContextWeb(Context);
    So I changed it to: SPWeb estaWeb= SPControl.GetContextSite(Context).OpenWeb();
    and now it´s solved.

  3. Alla Boglaeva

    I had this issue with a webpart. Pretty much it was deployed and then retracted. THe retractons wasn’t coplete and the webpart still existed.

    I deleted the webpart from the collection, retracted fully, reset iis. Then redeployed reset iis and its now fine! 🙂

  4. 方正 陈
    I had the same error message when I create sitecollection using template "search center with tabs","search center"or"my site host"
    . The error comes up sometimes but not always when I am adding a sitecollection using the method blow:
    mSite = db.Sites.Add(siteUrl, наслов, опис, nLCID, webTemplate, ownerLogin, ownerName, ownerEmail);
  5. Tâm Nguyễn Thành
    Ох, in my case, this error occured because i used коришћење (SPWeb web = SPContext.Current.Web)
    huh, my problem is such foolish one! In MSDN document, there’s a note that not try to dispose in cases like this.
    Thanks all.
  6. Saurabh
    Здраво паул
    I am facing the same Exception…
    When i add a webpart to my Custom Webpartzone it shows the Error "Unable to add selected web part(с).
    HelloWorld: Exception occured. (Изузетак од ХРЕСУЛТ: 0x8002009 (ДИСП_Е_ЕКСЦЕПТИОН))"…
  7. Hasse
    I get this error also. After this error first time happend , I can’t change user rights or add new user/s etc. I’m now try resolve this error about 3 дани, and no hope. Тако, any idea is this bug(MS) or what??? Could it be some sql error?
    So error message what we get is Exception occurred. (Изузетак од ХРЕСУЛТ: 0к80020009 (ДИСП_Е_ЕКСЦЕПТИОН)) And every time when we try change any site user right.
  8. Just Another Guy
    Same error here and spent many days trying to fix it until I broke down and did the export and import. Was fixed for a day until we made some changes (to fix things that didn’t come over in import) and it broke again. Turned out it was a multi-value lookup in teh user list. Breaks it every time…
  9. Der

    We had the same error message.
    In our case we got to the bottom of this issue and determined a corrupt
    webtempcustom.xml file in the C:\Program Files\Common Files\Microsoft
    Shared\web server extensions\12\TEMPLATE\1033\XML directory causing the
    problem.

    The guy from the microsoft support told me he had seen this error
    message before in several totally different cases, so it is hard to
    infer from this error message to the real problem.

  10. Anantha Rishikesan Thamotharan

    Even, i got this error. У мом случају, I added a custom lookup[Multiple] field in the user list. That makes the site to through the following error, whenever i try to add a new user / change permission of the existing user.

    create new user Exception occurred.(Изузетак од ХРЕСУЛТ: 0к80020009 (ДИСП_Е_ЕКСЦЕПТИОН))

    After deleting the multiple lookup column. All is well 🙂

  11. Chris Rogers

    Thought I would add here for posterity.. had the same error. Just figured it out… it is the CAML query I was using.

    “{0}”

    (наговештај: type-‘Computed’)

    Finicky beast isn’t it?

Оставите одговор на 方正 陈 Откажи одговор

Ваша емаил адреса неће бити објављена. Обавезна поља су означена *