Issue 13233: Error return values missing of LoadConfiguration and UnloadConfiguration (amsm-ftf) Source: THALES (Mr. Willy Boenink, willy.boenink(at)nl.thalesgroup.com) Nature: Clarification Severity: Significant Summary: For AMS_ConfManagement the possible return values of the operations LoadConfiguration and UnloadConfiguration are not specified Resolution: Add the AMS_NOK for those cases. Revised Text: At the end of the Table 7.4 ("Error Codes"), add the following line: AMS_NOK The operation didn't work properly (see log). In section 7.1.3.2.1 ("LoadConfiguration (file: String)") and 7.1.3.2.2 ("UnloadConfiguration (file: String)"), add the following line: This operation shall return AMS_NOK if it doesn't work properly (see log for more information). In Section 8.6.1 ("AMS_Util.idl"), page 129, replace the AMS_ErrorCode enum with the following one: enum AMS_ErrorCode { AMS_OK, AMS_UNKNOWN, AMS_BADFILTER, AMS_BADSUBSCRIPTIONID, AMS_BADCONNECTIVITY, AMS_BADDEVICES, AMS_BADRESOURCES, AMS_BADMODELTYPE, AMS_BADCOMMANDLINE, AMS_BADACTION, AMS_BADCHECK, AMS_BADSTATE, AMS_HALTFAILED, AMS_STARTFAILED, AMS_SHUTDOWNFAILED, AMS_LOADFAILED, AMS_STOPFAILED, AMS_CONTFAILED, AMS_DEPLOYFAILED, AMS_PRIMARYFAILED, AMS_RESOURCEERROR, AMS_RIGHTERROR, AMS_NOTCHECKED, AMS_ALREADYPRIMARY, AMS_NOTFT, AMS_NOK }; In section 11.1.6, page 282 and 283, replace the AMS_ErrorCode enum with the following one: enum AMS_ErrorCode { AMS_OK, AMS_UNKNOWN, AMS_BADFILTER, AMS_BADSUBSCRIPTIONID, AMS_BADCONNECTIVITY, AMS_BADDEVICES, AMS_BADRESOURCES, AMS_BADMODELTYPE, AMS_BADCOMMANDLINE, AMS_BADACTION, AMS_BADCHECK, AMS_BADSTATE, AMS_HALTFAILED, AMS_STARTFAILED, AMS_SHUTDOWNFAILED, AMS_LOADFAILED, AMS_STOPFAILED, AMS_CONTFAILED, AMS_DEPLOYFAILED, AMS_PRIMARYFAILED, AMS_RESOURCEERROR, AMS_RIGHTERROR, AMS_NOTCHECKED, AMS_ALREADYPRIMARY, AMS_NOTFT, AMS_NOK }; Actions taken: January 13, 2009: received issue July 23, 2009: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 13 Jan 2009 09:46:38 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Willy Boenink Company: Thales Nederland mailFrom: willy.boenink@nl.thalesgroup.com Notification: Yes Specification: AMSM Section: 7.1.3.2 FormalNumber: dtc/2008-02-02 Version: Beta 2 RevisionDate: 02-02-2008 Page: 24 Nature: Clarification Severity: Significant HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008051206 Firefox/3.0 Description Error return values missing of LoadConfiguration and UnloadConfiguration For AMS_ConfManagement the possible return values of the operations LoadConfiguration and UnloadConfiguration are not specified.