Failed Exploring CI Pattern, Pattern name: SAP ERS ApplicationIssue After Windows/Unix server discovery if 'SAP ERS Application' launches it can fail with below error Failed Exploring CI Pattern, Pattern name: SAP ERS Application CauseThe Version value is not retrieved because of parsing issue in SAP ERS Application pattern Pattern log's will look like below; Check For Output Payload Errors 2023-10-26 02:24:40: Identification CI Errors: Update failed with error: Commit was not attempted due to other errors.,Insertion failed with error: Commit was not attempted due to other errors.,In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_sap_sid]. Add these input values in payload item '{"className":"cmdb_ci_sap_sid","values":{"discovery_source":"ServiceNow","install_status":"1","name":"AJP","sys_class_name":"cmdb_ci_sap_sid"},"internal_id":"1f4b54bec5ca31149af2a6267ddf79e8","sys_object_source_info":{},"settings":{},"sys_ire_info":{},"display_values":{}}',Too many other errors Identification Relation Errors: Insertion failed with error: Commit was not attempted due to other errors.,Too many other errors 2023-10-26 02:24:40: Identifier: Identification CI Errors: Update failed with error: Commit was not attempted due to other errors.,Insertion failed with error: Commit was not attempted due to other errors.,In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_sap_sid]. Add these input values in payload item '{"className":"cmdb_ci_sap_sid","values":{"discovery_source":"ServiceNow","install_status":"1","name":"AJP","sys_class_name":"cmdb_ci_sap_sid"},"internal_id":"1f4b54bec5ca31149af2a6267ddf79e8","sys_object_source_info":{},"settings":{},"sys_ire_info":{},"display_values":{}}',Too many other errors Identification Relation Errors: Insertion failed with error: Commit was not attempted due to other errors.,Too many other errors Resolution This is a known issue an in tracked under PRB1701795. Fix will be available in SR - ITOM - ITOM Visibility Content - 202312 Workaround: 1. Open 'SAP ERS Application pattern > Edit regular expression of step 8 and 10 and change it to : server\s+release\s+(\S+) 2. Save and publish the pattern 3. Sych pattern with mid servers 4. Re-run the windows/Unix server discovery Before changing regex expression : ^server release\s+(\d+)$ Before changing regex expression : server\s+release\s+(\S+)