Just a Heads up, we ran into an issue with our SAP R/3 endpoints. The following error showed up when the system tried to create a record in our Provisioning Server:
Error Failure Add Explored Object :ETA_E_0004, SAP R3 Account 'theUserName' on 'theEndPoint' creation failed: DB Add failed: Object class violation (ldaps://ca-prov-srv:20391)
After digging into an older version of the Virtual Appliance, I found the MD5 hash of the schema files that define the SAP object was different.
14.3 - || e72af4d7851005ab38b7e016b1b31af7 etrust_sap.dxc
14.2 - || 394eeecbcf941f3f1c330e5aadc8322c etrust_sap.dxc
Copied the schema file from the older version and restarted the DSA and the software started behaving.
PS; Yes a ticket has been logged.