Forum Discussion
Remove-SPUser operation hangs and brings the whole web application down. Need troubleshooting help !
This is on-prem Pieter Veenstra. The import-spweb command just hangs at one user and since this process is before any documents start to import nothing gets imported.
The user is corrupt somehow and I cannot figure out to forcely delete it from the site collection. If I can fix the user by using the remove-spuser then import-spweb will work without issues.
- JasjitChopraNov 23, 2016MVP
Trevor Seward There is an Update command that is blocking All further queries to the DB....
This is the end portion of T-SQL command batch
OUTPUT; IF @iRet <> 0 BEGIN ROLLBACK TRAN; GOTO DONE; END
EXEC proc_ClearLinks @S,@DN,@LN,@Level, @wssp72;
EXEC proc_ClearLinks @S,@DN,@LN,@Level, @wssp73;
EXEC proc_ClearLinks @S,@DN,@LN,@Level, @wssp74; END ; COMMIT TRAN; EXEC proc_UpdateDiskUsed @S,Task State Runnable
- JuzikOct 16, 2020Copper ContributorHello, Did you ever fix the issue ? We have exactly the same issue and I don't know how to handle it ...issue occurs on both TEST & PROD environments.
- IgicolaFeb 02, 2022Copper Contributor
Hello Juzik , Did you fix the issue ? and you JasjitChopra ? Could you add how you get it ? Thank you