Hi, and this is my problem:
I have windows server 2008 that runs on x64
also there is installed SQL server 2005 that runs reporting services (these programs runs on x32 – this is essential)
now I need to install Sharepoint services 3.0 but I cannot
when I try install sharepoint x32 I am getting this erros:
Does anyone have sollution or have idea to solve this problem?
setup is unable to proceed due to the following error(s):
This 32-bit product must be run on 32-bit Operating system. For 64-bit support , please install the 64-bit version of this product.IIS is running 32-bit enulation mode.Correct the isssue(s) listed above re-run setup.
when I try install sharepoint x64 I am getting this erros:
setup is unable to proceed due to the following error(s):
IIS is running in 32-bit enulation mode. Correct the isssue(s) listed above re-run setup.
I know how to change 32-bit enulatiom mode BUT THIS IS NOT AN OPTION then reporting services stops working.
//////
change emulatiom mode:
To install 32 bit Reporting Services on 2008 server run this script before the Reporting Services installation:
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
To install 64 bit Reporting Services on 2008 server run this script before the Reporting Services installation:
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 0