mbandala Posted November 13, 2014 Report post Posted November 13, 2014 Hello all, I'm running into an issue with our VM servers that have the SCCM 2012 R2 client installed. The symptoms are that some servers become unstable, and cannot be RDP'd to. When logging on to those servers through a VM console, I see that the SCNotification.exe has stopped working. This message does not go away. Server becomes responsive again only when the SCCM client is uninstalled. MS support has only been pointing us to reinstall .NET due to a corrupt installation. But this has happened with multiple machines. I do not think a corrupt install has occurred on every machine. If anyone has any ideas, it would be greatly appreciated! Event logs show Event 1026 and Event 1000 with .NET runtime application error with SCNotification.exe Event 1026 .NET runtime Application: SCNotification.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Net.Sockets.SocketException Stack: at System.Net.Sockets.Socket.DoBind(System.Net.EndPoint, System.Net.SocketAddress) at System.Net.Sockets.Socket.Bind(System.Net.EndPoint) at System.Net.Sockets.TcpListener.Start(Int32) at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean) at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(System.Object) at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel() at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(System.Collections.IDictionary, System.Runtime.Remoting.Channels.IServerChannelSinkProvider, System.Runtime.Remoting.Channels.IAuthorizeRemotingConnection) at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(System.Collections.IDictionary, System.Runtime.Remoting.Channels.IServerChannelSinkProvider) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.RegisterChannel(ChannelType, Boolean) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[]) at Microsoft.SoftwareCenter.Client.Notification.SingleInstanceApplication.Main(System.String[]) Event 1000. Appllication Error Faulting application name: SCNotification.exe, version: 5.0.7958.1000, time stamp: 0x5230d2bb Faulting module name: KERNELBASE.dll, version: 6.3.9600.16656, time stamp: 0x531812f4 Exception code: 0xe0434352 Fault offset: 0x00012c1a Faulting process id: 0x5ad4 Faulting application start time: 0x01cffd055d9fdeb2 Faulting application path: C:\Windows\CCM\SCNotification.exe Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll Report Id: 9b5ab896-68f8-11e4-80c9-005056a21742 Faulting package full name: Faulting package-relative application ID: Quote Share this post Link to post Share on other sites More sharing options...
msee Posted November 14, 2014 Report post Posted November 14, 2014 Hi! We had the same Problem. Check the user permissions on "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config" Regards Quote Share this post Link to post Share on other sites More sharing options...
mbandala Posted November 17, 2014 Report post Posted November 17, 2014 Thanks msee, Ill give that a go. What pointed you to this issue, and how did you have to address it across a large number of machines? -Mark Quote Share this post Link to post Share on other sites More sharing options...