Logging in SharePoint is performed by default in the "root folder/LOGS", and tracks unexpected events and errors when they occur.
0
votes
1answer
168 views
Possible to add a section to the “Diagnostic Logging” section for a custom timer job?
I found this post but at the end it suggests making changes to the registry which scares me a little bit. Is there a better way to do this? Is modifying the registry in this case "normal"?
0
votes
2answers
461 views
Trimming audit events
We'd enabled all types of audit events for our production web-application and ended up with an issue with DB as auditData table grown to 50GB. Now, we want to reduce the size of the AuditData table.
...
0
votes
1answer
29 views
How to Log Users Who click Hyperlink
I have a SharePoint page with several hyperlinks pointing to different document downloads. I would like to log information everytime someone clicks a hyperlink. More specifically, I would like to keep ...
0
votes
1answer
946 views
Sites not working after sharepoint 2010 server SP1 & Aug 2012 CU
Single server and single farm.
It has SP foundation 2010. I then upgraded it to SP 2010 server SP1 (by first installing SP 2010 server followed by SP 2010 foundation SP1 and then server 2010 SP1 and ...
0
votes
1answer
94 views
TimeStamp in UPS log incorrect
When running a profile sync there is a log that you can view within CA that shows you how the process is moving along in its various stages....for whatever reason this log is now displaying a time ...
0
votes
1answer
394 views
How to turn off “Failed to open the file” logs for invariant resources? [duplicate]
Possible Duplicate:
Resource files creates unnecessary ULS log entries
With invariant resources in the SharePoint solutions, we have a lot of spammed logs, such as
Failed to open the file ...
0
votes
1answer
340 views
Enable audit setting for a production site collection
Shall we recommand to have an audit settings enabled for a production site collection? if so, what are all the things that we have to consider before that?
what would be the maximum size of an ...
0
votes
2answers
3k views
How Can Can I Disable Verbose Logging?
I tried to disable verbose logging through Central Administration (SharePoint 2007) however it is not getting updated, still it is using Verbose, what would be the reason and how to fix this?
Do I ...
0
votes
2answers
50 views
Add web service to sharepoint as feature item
I have a web service and a custom logging service class.
The logging class has a feature that update or remove itself according to the feature events (Activated=SPService.Update, ...
0
votes
0answers
18 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
69 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
1answer
82 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
0answers
167 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
160 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
1answer
101 views
verbose logging - How to enable logging for web services calls
What to enable in the Monitoring in order to capture the logs for the web services calls? We are using Kofax to load documents. It works for all the site collection except one site collection. I ...
0
votes
1answer
36 views
How to do custom trace in production / QA environment?
My sharepoint site is in production/ QA so now i need to do some trace activity to find the logs. Instead of using log file i need ot have seperate trace. what king of approach i need to use to achive ...
0
votes
1answer
733 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 ...
0
votes
0answers
91 views
Task lists across all sites in an InfoPath form [closed]
I am in need of creating an Infopath form which displays the Tasklist across all subsites for a particular user(logged in user). I just used the sharepoint list connection in infopath. It doesnt work ...
0
votes
0answers
150 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
1answer
34 views
How to configure (or what should be the mimimum) the log to bare mimimum?
The log is growing crazy. Someone configured it to log everything and it's growing to 3 GB a day. What is the bare minimum logging I should have so that it does not grow as big yet serves the purpose. ...
0
votes
0answers
75 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 ...
0
votes
1answer
730 views
Setup an item level auditing for a sharepoint document library
I would like to setup an item level auditing (Opening or viewing or downloading) for a sharepoint 2007 document library without enabling audit for the entire site-collection.
This link may help us ...
