SCOM 2012 SP1 CU 3
Lync 2013
SCOM Server : Server 2012
Lync Server: Server 2012 R2
Followed all the instructions in both of the article below. I know it is at least partially working because when I typed in the wrong addresses (on accident in both the channel setup and the subscription setup) SCOM generated an alert saying that the address was incorrect and it couldn’t complete the request when an alert was generated. But now the only thing that happens is the errors below.
http://lyncuc.blogspot.com/2012/10/system-center-operation-manager-with.html
The following errors occur with both UCMA 3.0 & 4.0 installed (I have tried both versions)
IM Channel Settings
IM Server: Server FQDN
Return Address: sip:OpsMgrLync@domain.com
Protocol: TLS
Authentication: NTLM
Port: 5061
Format: Default
Steps to Reproduce:
Create Notification Channel
Add IM Notification to Subscriber
Add Subscription
Force generate an alert (stopping IIS website on a dev server). Email alert is generated. Lync Notification is not.
Operations Manager Log
Event ID 4509
The constructor for the managed module type "Microsoft.EnterpriseManagement.HealthService.Modules.Notification.Sip.SipNotificationTransportModule" threw an exception. This module was running in rule "Subscription454d3dbb_0bd6_45eb_83d3_f0f6f45520ec" running for instance "Alert Notification Subscription Server" with id:"{E07E3FAB-53BC-BC14-1634-5A6E949F9230}" in management group "NFM".
The exception text is:
Microsoft.EnterpriseManagement.HealthService.ModuleException: Could not load file or assembly 'Microsoft.Rtc.Collaboration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Rtc.Collaboration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
at Microsoft.EnterpriseManagement.HealthService.Modules.Notification.Sip.SipNotificationTransportModule.BuildTransport(XPathNavigator configuration)
at Microsoft.EnterpriseManagement.HealthService.Modules.Notification.NotificationTransportModuleBase`3.ReadConfiguration(XPathNavigator configuration)
at Microsoft.EnterpriseManagement.HealthService.Modules.Notification.NotificationModuleBase`1.ReadConfiguration(XmlReader configuration)
at Microsoft.EnterpriseManagement.HealthService.Modules.Instrumentation.InstrumentedModuleBase`1..ctor(ModuleHost`1 moduleHost, XmlReader& configuration, Byte[] previousState)
--- End of inner exception stack trace ---
at Microsoft.EnterpriseManagement.HealthService.Modules.Instrumentation.InstrumentedModuleBase`1.HandleFatalException(ITraceScope traceScope, Exception error)
at Microsoft.EnterpriseManagement.HealthService.Modules.Instrumentation.InstrumentedModuleBase`1..ctor(ModuleHost`1 moduleHost, XmlReader& configuration, Byte[] previousState)
at Microsoft.EnterpriseManagement.HealthService.Modules.Notification.NotificationModuleBase`1..ctor(ModuleHost`1 moduleHost, XmlReader& configuration, Byte[] previousState)
at Microsoft.EnterpriseManagement.HealthService.Modules.Notification.NotificationTransportModuleBase`3..ctor(ModuleHost`1 moduleHost, XmlReader& configuration, Byte[] previousState)
at Microsoft.EnterpriseManagement.HealthService.Modules.Notification.Sip.SipNotificationTransportModule..ctor(ModuleHost`1 moduleHost, XmlReader configuration, Byte[] previousState)
Event ID 1103
Summary: 1 rule(s)/monitor(s) failed and got unloaded, 1 of them reached the failure limit that prevents automatic reload. Management group "NFM". This is summary only event, please see other events with descriptions of unloaded rule(s)/monitor(s).
Running PROCMON on this doesn't find a single thing for that .DLL when using UMCA 4.0
However, as described in the article here: http://social.technet.microsoft.com/Forums/systemcenter/en-US/0dce0c5b-fcec-4ca9-a506-0523088968df/trying-to-send-im-through-scom-2012, if I install UCMA 3.0 and run PROCMON I find the following entries after I take the Steps to Reproduce above. Previously when I had run this I had gotten a ton of PATH NOT FOUND like the one described in that article, but now that I am writing up this article they aren't showing up.
9:33:14.6284984 AM MonitoringHost.exe 3636 RegOpenKey HKLM\SOFTWARE\Microsoft\Fusion\PublisherPolicy\Default\v4.0_policy.4.0.Microsoft.Rtc.Collaboration__31bf3856ad364e35 NAME NOT FOUND Desired Access: Read
9:33:14.6285733 AM MonitoringHost.exe 3636 RegOpenKey HKLM\SOFTWARE\Microsoft\Fusion\PublisherPolicy\Default\policy.4.0.Microsoft.Rtc.Collaboration__31bf3856ad364e35 NAME NOT FOUND Desired Access: Read
Thoughts on what I can do to get this working or what might be wrong?
MCITP | VCP4 | VCP5