Hi,
We have a CRM system which sits on a SQL DB, and the front end is on a web server. Today the system has stopped working and no user can log into the CRM system I have been on the server and put in the URL and I get this message back
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlE
xception: Login failed for user ''. The user is not associated with a trusted SQL Server connection.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException (0x80131904): Login failed for user ''. The user is not associated with a trusted SQL Server connection.]
System.Data.ProviderBase.D
bConnectio
nPool.GetC
onnection(
DbConnecti
on owningObject) +428
System.Data.ProviderBase.D
bConnectio
nFactory.G
etConnecti
on(DbConne
ction owningConnection) +65
System.Data.ProviderBase.D
bConnectio
nClosed.Op
enConnecti
on(DbConne
ction outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlC
onnection.
Open() +122
Microsoft.Crm.CrmDbConnect
ion.Open()
+228
Microsoft.Crm.SharedDataba
se.Databas
eMetadata.
LoadMetada
taXmlFromD
atabase(Cr
mDBConnect
ionType connectionType, String connectionString, Int32& maxBlobSize) +84
Microsoft.Crm.SharedDataba
se.Databas
eMetadata.
LoadCacheF
romDatabas
e(CrmDBCon
nectionTyp
e connectionType, String connectionString) +25
Microsoft.Crm.Configuratio
nDatabase.
Configurat
ionMetadat
a.LoadCach
e() +20
Microsoft.Crm.Configuratio
nDatabase.
Configurat
ionMetadat
a.get_Cach
e() +71
Microsoft.Crm.Configuratio
nDatabase.
Configurat
ionDatabas
eService.I
nitializeM
etadataCac
he() +5
Microsoft.Crm.SharedDataba
se.Databas
eService.I
nitialize(
String tableName) +23
Microsoft.Crm.SharedDataba
se.Databas
eService.R
etrieve(St
ring tableName, String[] columns, PropertyBag[] conditions) +71
Microsoft.Crm.ServerLocato
rService.G
etSiteSett
ingIdFromD
atabase() +105
Microsoft.Crm.ServerLocato
rService.G
etSiteSett
ingId() +127
Microsoft.Crm.ServerLocato
rService.G
etSiteSett
ing(String
settingName) +35
Microsoft.Crm.CrmTrace.get
_RefreshTr
ace() +397
I have checked in the server security properties and it is set to SQL server an windows authentication mode dont no what else to do, im not an SQL programmer so help would be great.
Thanks