Unable to update the database IDs error.
Unable to update the database IDs error.
(OP)
Hello, For a SQL2008R2 instance running on a Windows 2008R2 OS.
Is a way to find what is causing this?
Is it a problem with the port 5201 not being setup?
I do not known when this started but might be when the virtual was moved.
I blanked the IP address before posting this question.
Date 9/18/2014 1:10:37 PM
Log Windows NT (Application)
Source SQLcompliance Agent
Category (0)
Event 29001
Computer MyServer.MyDomain.local
Message
Unable to update the database IDs for MyServer\MyInstance
Error: System.Net.Sockets.Socket
Exception: A connection attempt failed because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond xxx.xxx.x.xx:5201
Server stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg,
ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg,
ITransportHeaders requestHeaders, Stream requestStream,
ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Idera.SQLcompliance.Core.Event.RemoteAuditManager.UpdateDBIds(Hashtable auditedServerDbIds, String instance)
at Idera.SQLcompliance.Core.Agent.SQLcomplianceAgent.UpdateDBIds(Hashtable auditedServerDbIds, String instance)
at Idera.SQLcompliance.Core.Agent.SQLInstance.SyncDBIds()
Is a way to find what is causing this?
Is it a problem with the port 5201 not being setup?
I do not known when this started but might be when the virtual was moved.
I blanked the IP address before posting this question.
Date 9/18/2014 1:10:37 PM
Log Windows NT (Application)
Source SQLcompliance Agent
Category (0)
Event 29001
Computer MyServer.MyDomain.local
Message
Unable to update the database IDs for MyServer\MyInstance
Error: System.Net.Sockets.Socket
Exception: A connection attempt failed because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond xxx.xxx.x.xx:5201
Server stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg,
ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg,
ITransportHeaders requestHeaders, Stream requestStream,
ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Idera.SQLcompliance.Core.Event.RemoteAuditManager.UpdateDBIds(Hashtable auditedServerDbIds, String instance)
at Idera.SQLcompliance.Core.Agent.SQLcomplianceAgent.UpdateDBIds(Hashtable auditedServerDbIds, String instance)
at Idera.SQLcompliance.Core.Agent.SQLInstance.SyncDBIds()
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!
RE: Unable to update the database IDs error.
That is probably the reason why - you will need to check both the server and all the network firewalls between the server and the app to see if that port (and maybe others) are blocked.
If you can ping and/or access the server using its IP then at least the server is reachable. If not then even the IP is blocked so that is something else to look for by your network admins.
Quite common to happen when servers are moved.
Regards
Frederico Fonseca
SysSoft Integrated Ltd
www.syssoft-int.com
FAQ219-2884: How Do I Get Great Answers To my Tek-Tips Questions?
FAQ181-2886: How can I maximize my chances of getting an answer?
RE: Unable to update the database IDs error.
I will check with the systems person about the port.
Thank you,
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!
RE: Unable to update the database IDs error.
I checked the registry and the IP address is not there.
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!
RE: Unable to update the database IDs error.
RE: Unable to update the database IDs error.
Thank you for your time,
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!