When opening a record in sys_connection table, facing the error - "record not found"Issue When opening a record in sys_connection table, facing the error - "record not found" Cause- This is because in clone, the table - "sys_connection" got preserved whereas the related table "http_connection", it was not preserved which caused orphan records in the sys_connection table. Resolution- Used the table cleanup module to remove the orphan records: https://docs.servicenow.com/bundle/paris-application-development/page/administer/auto-test-framework/concept/table-cleanup.html - Later committed the updateset where these records creation got captured and that fixed the issue.