SharePointCommunity
Die deutschsprachige Community für SharePoint, Microsoft 365, Teams, Yammer und mit Azure

Sponsored by

Willkommen im Forum Archiv.
Einträge sind hier nicht mehr möglich, aber der Bestand von 12 Jahren SharePoint-Wissen ist hier recherchierbar.




LockManager: Error during locking Web. The Web is locked. WebID

Unbeantwortet Dieser Beitrag hat 4 Antworten

Ohne Rang
9 Beiträge
SHRUTI11 erstellt 23 Mai 2014 17:24
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

We have a list which has lookup fields, i.e the list is connected to two other lists. When an Item of this list is created via C# code in the ItemAdded event , I get the following error in the log.

Category : Lookup Relationships

LockManager: Error during locking Web. The Web is locked. WebID : 'XXXXXX''

Can somebody help me understand the source of this error or how could I get to the root of the same.

Thanks

Shruti

P.S: Its ok when you answer in german.

 

Alle Antworten

Ohne Rang
19231 Beiträge
Andi Fandrich Als Antwort am 26 Mai 2014 08:44
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Schaue mal in der Zentraladministration unter Application Management - Site quotas and locks, ob die Site locked ist.

Viele Grüße
Andi
af @ evocom de
Blog
Ohne Rang
9 Beiträge
SHRUTI11 Als Antwort am 26 Mai 2014 08:52
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Hi Andi , 

Thanks for the reply . I checked in the Central Admin , neither the lists nor the site is locked!

Any other quick checks /tips that I could do?

 

Thanks
Shruti

P.S : You could answer in German. 

 

Ohne Rang
929 Beiträge
Thomas Östreich Als Antwort am 26 Mai 2014 09:31
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Mach den EventReceiver mal synchron so das dieser im Main Thread läuft. Ggf. zeigt mal den Source Code was du da machst.

Ohne Rang
9 Beiträge
SHRUTI11 Als Antwort am 27 Mai 2014 16:50
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Hi Thomas, 

Thanks for your reply. The code is to add an item in the ItemAdded event.

I have <Synchronization>Synchronous</Synchronization> to the elements.xml file. However I still encounter the same error in the log.

Regards
Shruti

P.S : You can answer in German