First published on TECHNET on Dec 17, 2007 If you are like me and just itching to try and install OpsMgr 2007 DB and Reporting on Longhorn and cannot wait till SQL 2008 to install SQL on Longhorn as they do not support SQL 2005 on Longhorn you can try my HACK!! Yes, this is NOT supported by the OpsMgr team and our test manager will probably kill me for posting this on the web but what the heck that why there are blogs. These steps are a culmination of things Stephanie and Melissa on our test team and I have tried to get it to work. So here it goes… ü Add Roles via Server Manager (Go to APPWIZ.CPL and then select “Turn Windows features on or off”): Application server, IIS 7 (w/IIS6 support), and dependent components. You can verify this by clicking on Roles and seeing under the Role Services installed for the below options. ü Install SQL 2005 RTM STD or Ent . Install the ‘SQL Server Database Services’ and ‘Reporting Services’. Default Instance Name. Domain account for Service Account. Windows authentication mode. SQL Collations default. Install default configuration for report server installation options. ü Install SQL 2005 SP2. Use default Settings ü Set the ReportServer application pool to run under LocalSystem o Open IIS Manager. o Expand the tree until you can select Application Pools . o Right-click the ReportServer $Instance Pool and select Advanced Settings . (as shown in the image below) o Select Identity under Process Model, click the browse (…) button. o In the Application Pool Identity window, select LocalSystem from the Built-in account list box. Press OK twice. ü Enable script execution in the ReportServer vdir o In IIS Manager, expand the tree through the default website and select the ReportServer vdir. o Select Handler Mappings from the Features View under IIS. (as shown in the image below) o Select the ISAPI-dll o From the Handler Mappings Actions pane, select Edit Feature Permissions . (as shown in the image below) o Check the Script checkbox and press OK. ü Disable ApplicationHost Modules o Navigate to