Saturday, June 20, 2009

Silverlight base STSADM commands

Silverlight base STSADM commands technical reference available at TechNet Web site.

Beside a view that shows all the commands you can choose a view.

image

For details view go to

http://technet.microsoft.com/en-us/office/sharepointserver/cc948709.aspx

http://technet.microsoft.com/en-us/windowsserver/sharepoint/dd418924.aspx

Friday, June 12, 2009

SharePoint Audit Log Error "The template could not be found for the specified report"

"The template could not be found for the specified report"

Go to Site Settings > Site Collection Administration > Site collection features

image

Deactivate the "Reporting Feature"

Go to command prompt use below STSTADM command

stsadm -o activatefeature -name Reporting -url http://yourserver/sitecollection/ -force

Operation completed Successfully

Got to Audit log reports on the Site Actions/ Site Settings menu. You will able to see below screen.

image

Wednesday, June 10, 2009

SharePoint Audit Log Error

"The specified web does not contain a reporting metadata list."

image

Go to Site Settings > Site Collection Administration > Site Collection audit Settings

image 

Make sure that you enable audit events

image

Go to command prompt use below STSTADM command

stsadm -o activatefeature -name Reporting -url http://yourserver/sitecollection/ -force

Operation completed Successfully

Got to Audit log reports on the Site Actions/ Site Settings menu. You will able to see below screen.

image

Monday, June 8, 2009

Audit Settings Error

"Report Contains no data" 

image

Go to Site Settings > Site Collection Administration > Site Collection audit Settings

image 

Make sure that you enable audit events

image

Wednesday, June 3, 2009

SharePoint SSO Access Denied

image

1. Make sure that you Logon as Service Accounts domain user

2. Right click Internet explorer shortcut select "Run As" provide the credentials for the service account to run it.open share point central admin using  this IE Window

image 

Hope this may helps you.

Monday, June 1, 2009

Microsoft Single Sign-on Service configure Error

"Failed to connect to Microsoft Single Sign-on Service. To configure, please ensure the service is running."

image

Go to Administrative Tool > Services

image

Make sure that Service is running, If server not running don't start service.

1. Logon as SharePoint SSO Service domain account

2. Go to Central Administration > Operation > Security Configuration

image

3. Click Windows Service drop down box and Select Single Sing-on Service.

image

4. Select Configurable option and Enter Service account username and Password.