Description of problem: After a consumer has been deleted server-side (e.g. using rhsm-web application), the system now receives an "Error updating system data on the server" message when calling subscription-manager facts --update. This is a new change in response. The prior response was "Consumer %s has been deleted". The former message is more accurate. Version-Release number of selected component (if applicable): commit 5d4d30753ab209b82181c267a94dd833f24b24c9 How reproducible: Steps to Reproduce: delete a system consumer on the candlepin server and then from the system with the deleted consumer.... # subscription-manager facts --update Stdout: Stderr: Error updating system data on the server, see /var/log/rhsm/rhsm.log for more details. ExitCode: 255 Actual results: Error updating system data on the server, see /var/log/rhsm/rhsm.log for more details. Expected results: Consumer 0445a7cd-0159-43fc-96d8-6b47b2363c8c has been deleted Additional Info: This failure was revealed by automated test case: VerifyIdentityIsBackedUpWhenConsumerIsDeletedServerSide_Test
*** This bug has been marked as a duplicate of bug 798788 ***