Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dileepggvr
Starting Member
2 Posts |
Posted - 2013-12-03 : 04:28:47
|
Databasemail error in clustered environmentAll the test mails are in external queueAnd I can send mails from other instance of this clusterEvent Type: ErrorEvent Source: DatabaseMailEvent Category: NoneEvent ID: 0Date: 27-08-2010Time: 10:01:23User: N/AComputer: <My_servername>Description:1) Exception Information===================Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseExceptionMessage: There was an error on the connection. Reason: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified), connection parameters: Server Name: <My_servername>\<My_named_instance>, Database Name: msdbData: System.Collections.ListDictionaryInternalTargetSite: Void OpenConnection(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)HelpLink: NULLSource: DatabaseMailEngineStackTrace Information=================== at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.ConnectionManager.OpenConnection(SqlConnectionInfo ci) at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.OpenConnection(String dbServerName, String dbName, String userName, String password) at Microsoft.SqlServer.Management.SqlIMail.IMailProcess.QueueItemProcesser.ProcessQueueItems(String dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel loggingLevel)2) Exception Information===================Exception Type: System.Data.SqlClient.SqlExceptionErrors: System.Data.SqlClient.SqlErrorCollectionClass: 20LineNumber: 0Number: -1Procedure: NULLServer: State: 0Source: .Net SqlClient Data ProviderErrorCode: -2146232060Message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)Data: System.Collections.ListDictionaryInternalTargetSite: System.Data.ProviderBase.DbConnectionInternal GetConnection(System.Data.Common.DbConnection)HelpLink: NULLStackTrace Information=================== at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.ConnectionManager.OpenConnection(SqlConnectionInfo ci)For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp***************************************Tried the below links, but no luck_http://blogs.msdn.com/b/sqlserverfaq/archive/2010/03/18/database-mail-failing-with-the-service-queue-externalmailqueue-is-currently-disabled-message.aspx_http://technet.microsoft.com/en-us/library/ms187540(v=sql.105).aspxI have checked both OS and SQL version and build number; Both are same when comparing it with the other instance on that cluster.SQL2005; productversion:- 9.00.5000.00;productlevel:- SP4; SQLedition :- Enterprise Edition (64-bit)OS:- Windows 2003 SP2DGGVRDBA |
|
dileepggvr
Starting Member
2 Posts |
Posted - 2013-12-10 : 11:30:54
|
Hi,Any help is much appreceiatedDGGVRDBA |
|
|
|
|
|
|
|