Monday, January 23, 2012

Auditing of SP 2010 My Sites

One of our colleague asked me the below query regarding Auditing in SP 2010 i.e.
"If we enable Auditing on SP 2010 Web App, does it include MySite.
How to enable Auditing in MySite SP2010.
Is there a way where in we can log/store changes to MySite."

Finally after doing the google search I was able to give solution as below and helped me too for learning new things. Solution is as follows

"To Enable auditing in MySite SP2010,use the stsadm command as below
stsadm -o activatefeature -name Reporting -url http://servername:portno –force
To check audit of My site web application, use the url in the below format:
http://[yourMySiteWebApp]/_layouts/Reporting.aspx?Category=Auditing"

Saturday, January 7, 2012

soap:Server was unable to process request.--->Value does not fall within the expected range.

Hi,

Sometimes our URL say http://servername:portno doesn’t work due to network issue.

Whereas http://localhost:portno works out, but when try to edit master file through SharePoint designer we may get the following issue.



After clicking on Details button, we can see the following message.



At that moment,this would be the show stopper to move ahead.
Finally from my trainer I got the below link and made the changes accordingly.
After doing this I was able to make the changes in the master page.

http://www.dhirajranka.com/?p=301

Hope now your way would be clear to edit the master file of the file.