Hi guys,
I'm new to SharePoint 2013 and trying to setup a hyper-v development environment (Windows Server 2008 R2 SP1, SharePoint 2013 Server, SQL Server 2012) - the DC Server is also a Windows Server 2008 R2 SP1. Both servers have installed the latest windows updates.
After installing and configuring SP2013 I'm facing some errors/critical event logs.
When starting the server I got three critical event logs: (...) Cannot open database "SharePoint_Config" requested by the login. the login failed (...) [Event ID 3760, User: Domain\SP_Farm and Domain\SP_Services]
I already checked the SQL security settings for these users, both users have the following server roles: dbcreator, public, securityadmin.
These users are also have a User Mapping on the SP_Config DB with db_owner, SPDataAccess, WSS_Content_Application_Pools, ... rights.
I've also successfully tried to log in to the SharePoint Server with these users and access the SQL Management Studio and SharePoint_Config database.
Finally I checked the Identities of the Application Pools used by SharePoint Sites, they are all using the "integrated" managed pipeline mode and all started pools are using either SP_Farm or SP_Services identity.
Could anyone of you guys guide me in the right correction, what I have missed and how to solve this issue?
Currently I'm not able to continue setup of my development environment, e.g. creating an Application Management Service Application via PowerShell script fails with the following error:
"Set-SPAppSiteSubscriptionName : Settings or services required to complete this request are not currently available. (...)"
Many thanks in advance!!!