04 May 2017
Yeni kurduğumuz bir SharePoint 2016 Farm’ında ilk kez Configuration Wizard çalıştırdığımda yukarıdaki hata ile karşılaşıyordum. Configuration Wizard çalışırken ULS loglarını izlediğimde aşağıdaki satırları gördüm:
ERROR Failed to call GetTypes() 00000000-0000-0000-0000-000000000000
ERROR Exception: Could not load file or assembly 'Microsoft.Data.Edm, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000
ERROR Failed to call GetTypes() 00000000-0000-0000-0000-000000000000
ERROR Exception: Could not load file or assembly 'Microsoft.Data.OData, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000
ERROR Failed to call GetTypes() 00000000-0000-0000-0000-000000000000
ERROR Exception: Could not load file or assembly 'Microsoft.Data.OData, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000
ERROR Failed to call GetTypes() 00000000-0000-0000-0000-000000000000
ERROR Exception: Could not load file or assembly 'Microsoft.Data.OData, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000
ERROR Failed to call GetTypes() 00000000-0000-0000-0000-000000000000
ERROR Exception: Could not load file or assembly 'Microsoft.Data.OData, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000
ERROR Failed to call GetTypes() 00000000-0000-0000-0000-000000000000
ERROR Exception: Could not load file or assembly 'Microsoft.Data.OData, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000
Kurulum öncesinde Prerequisites Installer başarıyla tüm bileşenleri yüklemiş görünse de, bu hatanın sebebi Microsoft WCF Data Services 5.6 bileşeninin doğru bir şekilde yüklenememiş olması. Bu linkten offline kurulum paketini indirip, Repair butonuna tıklayarak kurulumu onarabilirsiniz.
Sunucuyu yeniden başlattıktan sonra Configuration Wizard başarıyla ilerleyecek.