Configuring Deployment Manager Reports Server on 64-bit Windows platforms.
Symptoms/Cause
IIS cannot run 32-bit and 64-bit applications concurrently on the same server. If you intend to run 32-bit ASP.NET applications, including Deployment Manager reports server configurations on 64-bit Windows operating systems, you must configure IIS to create 32-bit worker processes.
For more information, see the Microsoft TechNet article here
Resolution
- Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory.
- Type the following command:
cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true” - Press ENTER.
- Download and install the Microsoft .NET Framework Version 1.1 Redistributable Package.
Status
ManageSoft has identified this problem as a limitation for Deployment Manager report server installations on 64-bit Windows operating systems.
Comments