Unable to perform the job because one or more of the selected objects are locked by another job

SCVMM 2012’de bir işlem yapmak istediğinizde bu şekilde bir hata alabilirsiniz.

Error (2606)
Unable to perform the job because one or more of the selected objects are locked by another job.

Bu durumun sebebi bir işlem yapılırken o iş bitene kadar database’de ilgili tablolar kitlenir. Bu tasarımsal bir durumdur. Aşağıdaki komut ile lock olan objeleri görebilir ondan kurtulabilirsiniz.

SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID=’Task_GUID’

Kaynak : http://support.microsoft.com/kb/2795040

Bu yazının kalıcı bağlantısı https://www.sertactopal.com/unable-to-perform-the-job-because-one-or-more-of-the-selected-objects-are-locked-by-another-job

Bir yanıt yazın

E-Posta adresiniz yayınlanmayacaktır.