Delete functionality of logical device account that was assigned to a service.
Steps :
1) Create & complete a service with LDA as configuration item.
2) Now unassign the LDA to the service and complete the service.
3) Search for LDA and delete the LDA.
4) When you try to disconnect the service, service does not disconnect it will show still as "In service"
Cause of the defect :
When
the above scenario is executed, the object not store exception was
coming as the object got deleted from the database and we are trying to
access the object
Describe the resolution
Caught the kodo.objectnotfound exception in catch block in serviceworker.java for disconnectservice method.
This issue is now fixed on