Logging in SharePoint is performed by default in the "root folder/LOGS", and tracks unexpected events and errors when they occur.
1
vote
1answer
405 views
NLog in SharePoint 2010
Does anyone have experience with using NLog in SharePoint 2010? With NLog 1.0 I have had what seems to be only intermittent success with logging. I was using the supported environment variable to ...
1
vote
1answer
1k views
Setting/Changing the view programatically to xlstListviewwebpart
Can somebody please suggest me to set/change the view programatically in xsltlistviewwebpart from AllItems to something else, based on logged in user. Requirement is to find out the logged in user and ...
2
votes
1answer
96 views
Logging reading of a list item
We would like to know whenever a person has read a list item.
Is there an event we can hook on to, or another way to log reading of an item.
1
vote
2answers
86 views
Duration is not getting updated in the PKS Web-Application
We have a PKS enabled web-application in our environment, everything looks fine however the Duration (Single line in text) field is in PKS Podcasts List is not getting updated correctly while ...
3
votes
4answers
701 views
Access Denied when using the ULS Log System
I was following this tutorial:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spdiagnosticsservicebase.aspx
But I got an access denied:
protected override void ...
1
vote
2answers
130 views
Is that possible to find the share point site current logged In user information?
Is that possible to find the share point site current logged In user information ?
I find many reference in net it show only current user (single user info only).
1
vote
1answer
489 views
Success Audit spamming event log
I have set up a standard MOSS installation using forms authentication with NTLM.
I have noticed that there are a lot of audit success events in the windows event log is this normal? It makes it very ...
1
vote
2answers
39 views
Log reading of documents
We are designing a system that will be implemented in MOSS 2007.
One of the requirements is that reading of documents must be logged. We can do this via the IIS log. But is there a better way?
1
vote
2answers
786 views
WriteTrace and WriteEvent
According to this http://msdn.microsoft.com/en-us/library/ff512746.aspx
I have to use this code
WriteTrace(System.UInt32, Microsoft.SharePoint.Administration.SPDiagnosticsCategory, ...
1
vote
3answers
218 views
Debug Web Parts
I am studing this topic and I would like somebody to point me in the right direction for studying this.
Debug Web Parts
This objective may include but is not limited to: ULS log, and event log, ...
2
votes
1answer
4k views
Forefront Identity Manager errors when starting the SharePoint 2010 User Profile Synchronization Service Application
After following Spence Harbar's Rational Guide to implementing SharePoint Server 2010 User Profile Synchronization (http://www.harbar.net/articles/sp2010ups.aspx) exactly (and having it work several ...
3
votes
1answer
3k views
SPTraceV4 service is using a built in account
So, after a clean install of SharePoint 2010 you sometimes get a warning that a service is using a built in account. This is found in yellow in the Monitoring panel in Central Administration.
Upon ...
3
votes
3answers
4k views
SharePoint 2010 error not found in logs, how to configure logging?
We have a SharePoint 2010 feature that works fine on my development machine, but won't activate on the staging system. It's SiteCollection scoped, the containing solution was successfully deployed on ...
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 ...
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
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 ...
1
vote
2answers
200 views
Access denied - but only in one variant. How to determine the cause?
I got a call from a user who was trying to access the English variant of our simple portal and was getting an 'Access denied' message. As it turned out, she really wanted the German version and was ...
1
vote
1answer
484 views
Log4net deployment
We're developing web parts using log4net as the logging framework. Right now we're leaving the configuration details in the web.config and will be moving the log4net.dll to the GAC manually.
For a ...
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 ...
3
votes
2answers
490 views
ULS Log event email notification
Is it possible to configure Sharepoint such that it emails me whenever an event with exception severity occurs? If yes then how do I configure it?
8
votes
3answers
2k views
How to write to ULS Log in SharePoint 2010 from a .NET app?
The Sharepoint Trace Log Sample given at http://msdn.microsoft.com/en-us/library/aa979522.aspx & explained at http://msdn.microsoft.com/en-us/library/aa979595.aspx does not work in in Sharepoint ...
7
votes
3answers
6k views
Location of SharePoint error log
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I want to know how to find error logs when I met with something wrong?
For example, when I am using SharePoint ...
2
votes
6answers
835 views
SharePoint Logger
What's your favorite logger when creating SharePoint apps ?
I'm using log4net for ex. but I want to know what other software programmers use when building all type of sharepoint apps and why ?!.
