AnantLabs / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

GSA Resource Kit for SharePoint fails to install on Windows Server 2008 #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GSA Resource Kit for SharePoint fails to install on Windows Server 2008. It
gives error.

The operating system is not adequate for running Google Search Appliance
Resource Kit For SharePoint.  You require Windows Server 2003 to run the setup.

Original issue reported on code.google.com by j.dars...@gmail.com on 16 Dec 2009 at 6:19

GoogleCodeExporter commented 9 years ago
Any luck with this issue? Can we install it on Windows 2008 64bit?

Original comment by vinnisha...@gmail.com on 6 Jan 2010 at 6:46

GoogleCodeExporter commented 9 years ago
Sorry I should have write that I am also facing this issue and documentation 
says it
is only for Windows 2003 version of OS. 

I want to see if this could be enhance to work on Windows 2008 & Windows 2008 
R2 (32
& 64but) versions of Windows.

Original comment by vinnisha...@gmail.com on 6 Jan 2010 at 6:49

GoogleCodeExporter commented 9 years ago
Fix details:
=================
1. Added following in the web.config files of gsa-resource-kit website. It is 
specific to IIS7:

<system.webServer>
        <handlers accessPolicy="Read, Script" />
        <directoryBrowse enabled="true" />
        <defaultDocument>
            <files>
                <clear />
                <add value="SearchSite.aspx" />
            </files>
        </defaultDocument>
        <httpErrors>
            <clear />
        </httpErrors>
    </system.webServer>

2. Removing flag for "Enable32bitAppOnWin64" for the Application Pool (To 
create gsa-
resource kit IIS website successfully on windows 2008 server)
http://community.flexerasoftware.com/showthread.php?t=189035

Original comment by rakeshs101981@gmail.com on 21 Jan 2010 at 10:17

GoogleCodeExporter commented 9 years ago
Check following revisions:
Revision 597 to Revision 604

Original comment by rakeshs101981@gmail.com on 21 Jan 2010 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by rakeshs101981@gmail.com on 21 Jan 2010 at 10:36

GoogleCodeExporter commented 9 years ago
Verified  fix on GSARKS 1.0.1

Original comment by ashwinip...@gmail.com on 28 Jan 2010 at 1:59