discovery_active_error log table is not cleaned upDescription- discovery_active_error log table is no longer cleaned up. - cleanup script below is no longer present in shazzam sensor post Paris release.SNC.DiscoveryActiveError.cleanUpSteps to Reproduce > Create a new Identification Rule for cmdb_ci_win_server class, using "Criterion Attributes" that won't be returned by discovery.This way discovery pattern will fail with IRE error: missing mandatory fields. Thus we end up with the discovery active error.> Now remove the identification Rule we created and then run discovery again, discovery is successful. However the active error is still there.WorkaroundAs a temporary workaround, we can add the below line to the Shazzam sensor, which will clean up the discovery_active_error table if the issue is resolved. After below lines: if (this.status.discoverIPs()) g_device = DeviceHistory.createDeviceHistory(result.ip, null, this.getEccQueueId());Add: //PRB1594629 SNC.DiscoveryActiveError.cleanUp(result.ip); Related Problem: PRB1594629