Closed GoogleCodeExporter closed 9 years ago
This error is due to insufficient privileges to a normal domain user to log
events in
SharePoint servers System Event Log. The SearchResults.aspx page tries to log
GSA
queries, results, errors, etc. to System Event Log. It page is not rendered
because
the call to log an event fails with "Access is denied".
Possible workarounds:
* Grant all users/groups permission to log to SharePoint Server Event Logs - a
policy change
* Use the patched searchresults.aspx file (attached) until an official fix is
available. Note that the log commands have been removed from this file and it
will
not log any errors either. It is just-in-time patch and has not been
certified/tested
so you might face issues which might be difficult to track.
Original comment by darsh...@google.com
on 20 Nov 2009 at 7:47
Attachments:
-changed the logging from 'event logging' to 'file based logs' due to the
reason
above.
Fix details
============
http://code.google.com/p/google-enterprise-connector-sharepoint/source/detail?r=
465
Original comment by amit.per...@gmail.com
on 30 Nov 2009 at 8:39
Verified in 2.4 Release
Original comment by ashwinip...@gmail.com
on 14 Dec 2009 at 7:38
Original issue reported on code.google.com by
amit.per...@gmail.com
on 20 Nov 2009 at 9:29