Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

V3 Install iQSonar 2.14.x on Windows 2012

Purpose

When installing iQSonar 2.14.x on Windows 2012 the install will complete but report that the web site was unable to be deployed.

Pre-req:

IQSonar installed. IIS Role installed and configured with features enabled per documentation. The following features must be enabled in IIS (from IQSonar Scan Prerequisites): 

...

Tip – add the IIS Role and .NET runtime before running any Windows updates for easy install.   For issues installing .NET see Installing DotNet 3 on Windows 8 /Server 2012

Step 1 - Create the iQSonar Application Pool

Add an iQSonar Pool with the following settings:

  1. Name = IQSonar
  2. Net CLR Version =  v2.0.50727
  3. Managed Pipeline mode = Classic
  4. Check the: Start Pool Immediately and click OK
  5. Highlight the  IQSonar Application pool and select Advance settings from the menu on the right and Enable 32-bit-applications

    

Step 2 - Add Handler Mapping to the Default Web Site


 For each:  css, js, png, xml, rpt, sht

  1. Path = *.<extension> (This is case sensitive)
  2. Executable = %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
  3. Name: = <EXTENSION>
  4. Click on Request Restrictions
  5. Uncheck Invoke handler only if request is mapped to:
  6. Confirm Verbs = ALL

 
 

 

Step 4 – Add the iQSonar Application to the Default Web Site

  1. Create a new application by right clicking on the Default Website and select 'Add Application'
  2. Alias = iQSonar
  3. Application Pool = iQSonar
  4. Physical Path = C:\Program Files (x86)\iQuate\iQSonar\Sonar
  5. Right Click on the API subfolder and select "Convert to Application"

...

  1. Open Command Prompt as Administrator
  2. cd to .NET Framework directory - %windir%\Microsoft.NET\Framework\v2.0.50727\
  3. Run aspnet_regiis -pe "connectionStrings" -app "/iQSonar"

 
 

Step 5 - Change permissions 

Change permissions C:\Program Files (x86)\iQuate\iQSonar\Sonar to allow caching to be created correctly.
Add the IIS_IUSRS local group to the Sonar Directory.
 

  1. Right Click on the folder and click properties


  2.  Check security tab


  3. Press Edit


  4. Press Add


  5. Make sure the Location has the hostname of the VM and type the group


  6. Press ok and Make sure you give the group Full control

 
 

  • Page:

V4 installation error message: missing table - t_Artifact missing error

...