Answer
PROBLEM
The GFI Archiver interface does not load when installed on the same machine as SharePoint
ENVIRONMENT
- GFI Archiver
- Microsoft SharePoint
SOLUTION
Different solutions are provided for each version of Microsoft SharePoint. Please use the solution for your version of Microsoft SharePoint.
Microsoft SharePoint Services Version 2.0 or Microsoft SharePoint Server 2003
There are two solutions to this issue. Only one of these solutions needs to be implemented to resolve the issue.
Solution 1: Configure an exclusion for GFI Archiver in Microsoft SharePoint
Microsoft SharePoint and Microsoft SharePoint Portal Server need to be configured not to intercept requests to the GFI Archiver web application. Such requests need to be handled by Microsoft Internet Information Services (IIS). This can be done as follows:
- Open Microsoft SharePoint Central Administration (Start > Administrative Tools > SharePoint Central Administration)
- In the Virtual Server Configuration area, click Configure virtual server settings
- In the Virtual Server List tab, select the virtual server that you have GFI Archiver installed on
- Under Virtual Server Management, select Define Managed Paths
- In the Add a New Path section, type the name of the virtual directory that GFI Archiver is installed on in the Path box. The default value is Archiver.
- Click Excluded Path, and then click OK
Solution 2: Install GFI Archiver to a Web Site where Microsoft SharePoint is not installed
An alternative to creating an exclusion for GFI Archiver in Microsoft SharePoint is to install GFI Archiver to a Web Site where Microsoft SharePoint is not installed.
- Uninstall your current installation of GFI Archiver
- *Create a new Web site in Microsoft Internet Information Services (IIS), and make sure that Microsoft SharePoint is not installed on this website
- From the GFI Archiver machine, open a command prompt ( Start > Run > type cmd)
- Change to the .NET Framework directory, which by default is installed in C:\Windows\Microsoft.Net\Framework\<version>
- Run the command aspnet_regiis.exe -i
- Re-install GFI Archiver
- During the installation, select the new Web site created in step 2
Microsoft SharePoint Services Version 3.0 or Microsoft SharePoint Server 2007
There are two solutions to this issue. Only one of these solutions needs to be implemented to resolve the issue.
Solution 1: Remove the Wildcard Application Mappings for GFI Archiver
Microsoft SharePoint and Microsoft SharePoint Portal Server need to be configured not to intercept every request before the requested page is sent to the GFI Archiver web application. Such requests need to be handled by Microsoft Internet Information Services (IIS). This can be done as follows:
- Open the Internet Information Services (IIS) Manager
- Browse to Websites and locate the website used by GFI Archiver
- Right click the Archiver virtual directory > Properties
- In the Virtual Directory tab click the Configuration button
- Remove any entries from the Wildcard application maps section
- Click OK to apply the changes
Note: The procedure above needs to be repeated every time GFI Archiver is installed as a fresh installation.
Solution 2: Install GFI Archiver to a Web Site where Microsoft SharePoint is not installed
An alternative from removing wildcard application mappings from GFI Archiver is to install GFI Archiver to a Web Site where Microsoft SharePoint is not installed.
- Uninstall your current installation of GFI Archiver
- *Create a new Web site in Microsoft Internet Information Services (IIS), and make sure that Microsoft SharePoint is not installed on this website
- Re-Install GFI Archiver
- During the installation, select the new Web site created in step 2
Notes
- When re-installing GFI Archiver, re-install to the same directory as it was installed before. This will retain your previous configuration changes.
- Information on how to create a new Web site in Microsoft Internet Information Services (IIS) can be found at: http://support.microsoft.com/kb/816576/en-us
CAUSE
This issue is encountered when GFI Archiver is installed on the same machine as Microsoft SharePoint Services or Microsoft SharePoint Portal Server. Microsoft SharePoint tries to intercept all requests to the Web Applications installed in the same website as Microsoft SharePoint.