Cara Install Microsoft SQL Server 2005 Standar Edition 32 bit di Operating System 64 Bit.



I nosed around in the .NET Forum (64-Bit Framework) and was able to track down a solution.

Internet Information Services in Windows x64 is 64-bit. This means, if you want to run 32-bit ISAPI DLLs with IIS6 on Windows x64, you'll need to apply a small tweak. Open up a Command Prompt window, and type this command to enable 32-bit Application Pools:

cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1 

Down the road, if you've made the required steps to update your stuff to 64-bit, type the following to re-enable 64-bit Application Pools:

cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 0 

In this case you need to re-enable the 64-bit Application pool in order to install Report Server since it a 64-Bit service that uses IIS to access and distribute it's content.


Nah sekarang saya coba translate dengan bahasa saya (Mudah-mudahan jelas). 


1. Jika Anda ingin menjalankan 32-bit ISAPI DLL dengan IIS6 pada Windows x64, Anda harus menerapkan tweak kecil. buka jendela Command Prompt, dan ketik perintah ini untuk mengaktifkan 32-bit Aplikasi Pools:  
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1   

2. Dan ketik berikut untuk kembali mengaktifkan 64-bit Aplikasi Pools: 
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 0 

jadi intinya ketikan perintah 1 (pertama) di cmd apabila OS anda 64bit sedangkan anda ingin menjalakan SQL server 2005 32 bit.

0 comments:

Posting Komentar