SCOM connector would not pull events and Last error message has Unparseable date errors.Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms SCOM connector instance throws the below error when the events are pulled.The error is seen on the 'Last error message' field on the 'em_connector_instance' table. failed to run 3PC groovy.lang.MissingMethodException: No signature of method: static com.service_now.mid.probe.tpcon.test.SCOMConnector.writeError() is applicable for argument types: (java.lang.String) values: [Failed to send event. java.text.ParseException: Unparseable date: "9.7.2019 5.27.05". Event{EMS='SCOM OneCloud MS Private Fabric', source='null', node='MSPSEALVSE01.mspmgmt.umnfi.net', resolution_state='Closing', severity='null', messageKey='6a2477d0-fff7-4ba2-b06e-ca875569dd5c', resource='null', businessServiceName='null', ciTypeName='null', description='Windows Defender Service Status Alert, Description: This alert will trigger if Windows Defender service is stopped', timeOfEvent=null', metricName=null'}] Possible solutions: writeError(java.lang.String) Environment Event management plugin installed. Cause OOTB SCOM connector definition has 'scom_date_format' connection parameter defined like this: M/d/yyyy h:mm:ss a But the events coming in have the format: M/d/yyyy h.mm.ss aThis caused the 'Unparseable date' error. Resolution Modify the 'Connector Parameter' scom_date_format to the appropriate format and the connector should be able to pull event succesfully. Additional Information https://docs.servicenow.com/csh?topicname=t_EMConfigureSCOMConnector.html&version=latest