googlegsa / sharepoint.v3

Google Search Appliance Connector for SharePoint
5 stars 10 forks source link

Having trouble verifying Google Services for SharePoint installation #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
-- filed on behalf of a customer
The error shown seems to be coming from GssAcl.asmx. 

If it works on site collection on the same server and not the other, then 
something is going wrong here. The error is “ Server was unable to process 
request. ---> Object reference not set to an instance of an object.”. I am 
able to reproduce this with SoapUI, by running CheckConnectivity. I have had a 
look at the code to try to work out the issue. I have identified the line of 
code that is throwing the error, however, I do not know what is causing the 
error to occur.
The line of code is in GssAcl.asmx, Line 711:
SPUserCollection admins = web.SiteAdministrators;
If I comment out that line, then the "Verify installation" works.

Original issue reported on code.google.com by jeffl...@google.com on 9 Nov 2010 at 6:32

GoogleCodeExporter commented 9 years ago

Original comment by deshpa...@google.com on 22 Aug 2011 at 7:27