site stats
The INSTANCESHAREDWOWDIR command line value was not specified. This value must be specified when the INSTANCESHAREDDIR value is specified. | Microsoft SQL Server
Anasayfa  E Ner(E)de ?  Hata Gönder
Loading

The INSTANCESHAREDWOWDIR command line value was not specified. This value must be specified when the INSTANCESHAREDDIR value is specified.

Bu sabah Microsoft SQL Server 2008 R2 Kurulumunda aldığımız hata :

“The INSTANCESHAREDWOWDIR command line value was not specified. This value must be specified when the INSTANCESHAREDDIR value is specified.”

Çözüm için setup dosyasını ilgili parametreleri göndererek çalıştırmamız gerekiyor. Uyguladığım komut satırı ve gönderdiğim parametreler aşağıda ki gibi ;

setup.exe /INSTALLSHAREDWOWDIR=”C:\Program Files(x86)\Microsoft SQL Server” /INSTALLSHAREDDIR=”C:\Program Files\Microsoft SQL Server” /ACTION=install

İlgili Microsoft KB : http://support.microsoft.com/kb/955458/en-us

MSDN Üzerinde çözüme ulaşmış bir link : http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/789acf70-2ca7-4338-9c65-e143d223a806

Bu şekilde kurulum hatasız şekilde tamamlandı.