Asked By
Jay M Suggs
20 points
N/A
Posted on - 02/15/2014
Hi Pro,
When I am working with Microsoft Access, a window appeared up with an error message. I was not able to create a database, all of sudden I got this error message. I tried to trap the error, but I can't. What might have caused this issue? Please help me to fix the problem. Thanks.
Microsoft Access
Access Services is unable to process the request.
TECHNICAL DETAILS
Correlation ID: d0c3439c-5342-90f5-d4d8-14f4b4aee145
Date and Time: 9/16/2013 8:56:45 PM
OK
Answered By
points
N/A
#184549
Error Access services is unable to process the request
Hello,
This problem is happening because of some misconfiguration. Running some PowerShell command will solve this issue.
1. Go to Start menu >> All programs >> Accessories >> Windows PowerShell >> right-click on “Windows PowerShell” and select “Run as administrator”.
2. On the console, run the following commands:
PS c:> Get-SPServiceApplication
PS c:> $sts = Get-SPServiceApplication | ?{$_ -match "Security"}
PS c:> $sts
PS c:> $sts.Status
PS c:> $sts.Provision()
Also, you can make a repair to MS Office installation.
1. Go to Start menu >> Control Panel >> Programs >> Programs and Features.
2. Right-click on MS Office and select “Change”.
3. After prompted, select “Repair” >> press “Next”.
4. Wait until the reparation is complete.
Now start working with MS Access again. No problem will arise for sure.