Logging in SharePoint is performed by default in the "root folder/LOGS", and tracks unexpected events and errors when they occur.

learn more… | top users | synonyms

0
votes
1answer
80 views

Writing to log but not showing up in ULS

I have a SharePoint 2010 solution which deploys some custom controls to the ControlTemplates directory (via mapped folder) and a site scoped feature with a feature receiver class that makes some ...
0
votes
1answer
720 views

SPDiagnosticsService.WriteTrace throws error “Object reference not set to an instance of an object”

I am trying to write entries into logging and have trouble doing so. Using Client object model on SharePoint foundation. Code is running from a console app. SPDiagnosticsService.Local.WriteTrace(0, ...
0
votes
1answer
133 views

Is it possible to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library when user is not authenticated?

I am working on custom authentication for SharePoint 2010. And I found very useful to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library. It works fine when I get instance of ...
2
votes
0answers
263 views

SharePoint 2007 log files only contain “Tracing Service lost trace events.”

We have a problem with logging in our SharePoint 2007 environment. No matter what we try, the log files only contain a wsstracing "lost trace events" message over and over again. wsstracing.exe ...
1
vote
0answers
243 views

How to clea Authentication Cache from browser to custom signout sharepoint page completly

This code I have using to clear the cache so that it has automatically sign-out from SharePoint site and it has to prompt the authentication dialog to login again. function _spBodyOnLoad() { ...
1
vote
0answers
158 views

IIS Log files are not getting generated for the “SharePoint Web Services” webapplication in SharePoint - 2010?

IIS Log files are not getting generated for the "SharePoint Web Services" webapplication in SharePoint - 2010, even though Logging is enabled at the IIS level. Is that an expected behavior? or this ...
1
vote
0answers
58 views

Anonymous usage reports?

Tried shortly with a fresh SP2010 install but couldn't find a way to do this... Is it possible to configure the usage reporting or the Web Analytics feature to log usage information anonymously? ...
1
vote
0answers
195 views

Entire webapp unable to log to ULS

I've reinstalled SharePoint with least privilege accounts, and use a separate account for all non-central-admin web apps. This separate domain account is in the WSS_WPG group, and seems otherwise to ...
0
votes
0answers
17 views

AdminService file in logs library

Earlier in folder where I keep SharePoint logs once a days about 6 a.m. in AdminService file entry appeared with: Exiting SPAdvApi32.CheckRestartService Entered ...
0
votes
0answers
67 views

How to uniquely identify rows in the RequestUsage view in WSS_Logging?

I am working on a DWH-solution for the WSS RequestUsage log and I need to uniquely identify each row in the RequestUsage view. There is a RowId with guid, but it does not seem to be unique, as you can ...
0
votes
0answers
166 views

Create custom login page for both windows and forms based authentication

I created one site with forms based authentication. Now I want to create custom login page for both windows and forms based authentication. For this I followed this post. In this for windows ...
0
votes
0answers
157 views

How do we query the usage logging database to find Average RPS in a SharePoint farm?

In SharePoint 2010 the usage database WSS_Logging has a view named "dbo.RequestUsage". Although Microsoft does not support querying content databases, WSS_logging is supported by Microsoft for direct ...
0
votes
0answers
149 views

Audit information for a document library

I'm trying to find out how I can get a list of user names and which files from a particular document library on a my SharePoint 2003 sub-site they have requested/downloaded. I've searched the ...
0
votes
0answers
74 views

My correlation ids aren't showing in the ULS logs, what may be causing this?

I've added all of my SharePoint service accounts to the Domain Admins group which are in the local administrators but I'm still getting ids that don't exist in the logs. I am running a single server ...