In the file: C:\Program Files\EPiServer.IndexingService\Logs\LogServerError.log
I get the folloving error:
2007-01-22 11:35:52,034 [2220] EPiServer.IndexingService.ConfigurationHandler.Create(:0) - Failed to setup configuration: Error loading schemas
Exception: EPiServer.BaseLibrary.ObjectStoreException
Message: Error loading schemas
Source: EPiServer.Implementation
at EPiServer.Implementation.SqlObjectStore.get_Schemas()
at EPiServer.Implementation.DefaultRepository.RegisterSchemasFromStore(IObjectStore store)
at EPiServer.Implementation.DefaultRepository.InitializeSchemas()
at EPiServer.IndexingService.ConfigurationHandler.Create(Object parent, Object configContext, XmlNode section)
Nested Exception
Exception: EPiServer.BaseLibrary.ObjectStoreException
Message: Error opening connection.
Source: EPiServer.Implementation
at EPiServer.Implementation.SqlObjectStore.OpenConnection()
at EPiServer.Implementation.SqlObjectStore.get_Schemas()
Nested Exception
Exception: System.Data.SqlClient.SqlException
Message: General network error. Check your network documentation.
Source: .Net SqlClient Data Provider
at System.Data.SqlClient.ConnectionPool.CreateConnection()
at System.Data.SqlClient.ConnectionPool.UserCreateRequest()
at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at EPiServer.Implementation.SqlObjectStore.OpenConnection()
Any one has any idea what's wrong?
Regards Per
General network error. Check your network documentation.
Source: .Net SqlClient Data Provider
at System.Data.SqlClient.ConnectionPool.CreateConnection()
Indicates that the credentials supplied isn't allowad to logon to the sqlserver.
/HAXEN