Access service is unable to process the request in SharePoint2010
-
Monday, June 18, 2012 10:36 AM
Hi,
I am facing this error "Access Services is unable to process the request" after creating a asset webcontentDB.
I tried the below links but no use : http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/b9bd056d-21f1-4d94-bcaf-81ae646d45c8
and also tried this http://blogs.msdn.com/b/sowmyancs/archive/2010/07/16/sharepoint-2010-service-applications-bcs-metadata-access-service-are-not-working.aspx.
http://sensoft2000-sharepoint.blogspot.in/2010/08/error-access-services-is-unable-to.html
Get-SPServiceApplication
$sts = Get-SPServiceApplication | ?{$_ -match "Security"}
$sts.Status
$sts.Provision()
Appreciate your thoughts and ideas on the same.
Thanks & Regards,
Sudheer
Thanks & Regards, Sudheer
All Replies
-
Saturday, June 30, 2012 3:34 AM
Hi,
From your discourse, I have the following suggestions for you:
- Look into ULS log and event log to find more information about the error.
- Reprovision access service, this could be done by:
By running SharePoint Products and Configuration wizard.
OR By Runnning:
stsadm –o provisionservice –action stop –servicetype “Microsoft.Office.Access.Server.MossHost.AccessServerWebService, Microsoft.Office.Access.Server, Version=14.0.0.0, Cultural=neutral, PublicToken=71e9bce111e9429c”
stsadm –o provisionservice –action start –servicetype “Microsoft.Office.Access.Server.MossHost.AccessServerWebService, Microsoft.Office.Access.Server, Version=14.0.0.0, Cultural=neutral, PublicToken=71e9bce111e9429c”
Rock Wang
Rock Wang TechNet Community Support
- Edited by Rock Wang– MSFT Saturday, June 30, 2012 3:41 AM
-
Sunday, July 01, 2012 8:26 PM
Hi,
When this message occurs there should be correlation ID with a GUID.
Make note of this GUID and search for it in the servers ULS logs. This should give some clues on to what is happening.
Regards, Savoeurn Va Microsoft Online Community Support
-
Monday, July 02, 2012 9:58 AM
HI,
http://social.technet.microsoft.com/Forums/en-ZW/sharepoint2010setup/thread/d6b05b6f-032d-4b87-9923-e486a808f274
is ur access application services running on Application Server, try to stop it on application server and run it on web server and check again.
thanks.
iffi
- Edited by imughal Monday, July 02, 2012 10:02 AM
- Marked As Answer by Naga Sudheer Madduru Tuesday, July 03, 2012 3:44 AM

