Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
1.4k views
in Other by 1 2 4

I have Microsoft Dynamics CRM 2013 installed on Windows Server 2008 that suddenly stopped working and gave this error

There was a problem accessing the site. Try to browse to the site again!
If the problem persists, contact the administrator of this site and provide the reference number

CRM 2013: There was a problem accessing this site

what could be the reason and resolution?

by 7 8 13
0 0
Hi, We need more details to can help you?  First, what's the last action you have did on your current environment?
by 3 3 6
0 0
Please check your log with this reference number and update your question with what you have found to can investigate your issue!
by 1 2 4
0 0
We added 2 new users to active directory and then it was down
by 1 2 4
0 0
Where can I check the logs?
by 3 3 6
0 0
@Nesma Adding users action doesn't raise this error,  Is it a general issue for all users? Have you tried to log in with the system account?
by 1 2 4
0 0
It seems there is a problem with SQL on CRM it's giving an error that "Unable yo access MSCRM_CONFIG database. SQL server does not exist or access denied."
by 1 2 4
0 0
Yes no users can access the CRM

1 Answer

2 like 0 dislike
by 86 158 330

Based on the provided log, this error "Unable to access MSCRM_CONFIG database. SQL Server does not exist or access denied." usually occurs in the following cases:

  1. The Database Server is down.
  2. The SQL Server Services stopped.
  3. The Database server is not reachable from the Application server (Firewall Issue / SQL Server Port closed).
  4. The SQL Server license has expired.
  5. The SQL Server Service account password was changed.
  6. The SQL Server Service account is locked or disabled.
  7. The App Pool account for the web applications is locked or disabled.
  8. The Admin account doesn't have sufficient permission to access the config database.
  9. The Admin account is locked or disabled.
  10. The Admin account password is expired.
  11. A new security policy has been recently applied that affects the Admin account permission!

Follow How to Check SQL Server Connectivity between Application Server and Database Server. Also, check this article that would help you to trace your issue "SQL Server does not exist or access denied" (It's mainly related to SharePoint. However, the mentioned fixes should be also valid for any DB system)

by 3 3 6
2 0
Yes, it's correct, I also agree with Mohamed's answer!
by 1 2 4
0 0
Well another problem we are facing is that we can't access SQL server management studio... which of the above reasons could possibly be the reason for that as well ?
by 86 158 330
0 0
@Nesma Abdel Hady, What's the error message that appears when connecting to your SQL instance using SSMS?
by 1 2 4
0 0
"A network-related or instance-specific error occured while establishing a connection to SQL server. The server was not found or not accessible. Verify the instance name is correct and that the SQL Server is configured to allow remote connections. (provider : SQL  Network Interfaces , error : 26 - Error Locating Server/ Instance Specified)(Microsoft SQL Server)"
by 86 158 330
0 0
It's mainly related to the first three reasons in my answer! So, you should make sure that

1.the DB server is up and running,
2. the SQL Server default port is opened and you can reach the DB server from the App server,
3. all SQL services are started!
4. Finally, you should check with the DB and network/infra team to ensure that there are no changes have been recently applied especially for the IP, default port, and server name of the DB server!
Good Luck!
If you don’t ask, the answer is always NO!
...