Issue 1825: Exception missing (pids-rtf2) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: 3. There is no exception to indicate if a person addition or update is unsuccessful. For example, if the IdMgr->register_new_ids method is called to add persons into HNE, there is no way to inform a client that the addition was unsuccessful. Resolution: no action taken, closed issue Revised Text: Actions taken: August 18, 1998: received issue February 25, 1999: closed issue Discussion: End of Annotations:===== The "register_these_ids" method for the IdMgr interface is designed so that a client passes a list of profiles with pre-selected Ids to register. Because HNE controls the allocation of enterprise Ids, this method cannot be implemented unless a method is added to the IdMgr interface that returns temporary enterprise Ids to the client for use in the "register_these_ids" method. If that method won't be added, the "NotImplemented" exception should be set up for the "register_these_ids" method.