Issue 13220: CIM_Process/CIM_Thread OSName attribute missing (amsm-rtf) Source: THALES (Mr. Willy Boenink, willy.boenink(at)nl.thalesgroup.com) Nature: Revision Severity: Significant Summary: CIM_Process/CIM_Thread OSName attribute missing According the PIM on page 39, CIM_Process and CIM_Thread have an attribute OSName. In the DCPS PSM there is only an attribute Name and not an OSName. Resolution: Add the attribute Name to both of them (CIM_Process and CIM_Thread). Add also the attribute Name to CIM_UnixProcess and CIM_UnixThread, because these inherit the attribute Name from CIM_Process and CIM_Thread. Revised Text: {In Section 11.6, page 297/298, replace the CIM_Process block with the following snippet: struct CIM_Process { // string Name; // string OSName; // string Handle; // sequence of full names of elements of AMS_ExecutbaleSoftwareElement sequence<string> CIM_ServiceProcess; // sequence of full names of elements of CIM_Thread sequence<string> CIM_ProcessThread; }; the CIM_UnixProcess block with the following one: struct CIM_UnixProcess { // string Name; // string OSName; // string Handle; // sequence of full names of elements of AMS_ExecutbaleSoftwareElement sequence<string> CIM_ServiceProcess; // sequence of full names of elements of CIM_Thread sequence<string> CIM_ProcessThread; // unsigned long long ProcessGroupID; // unsigned long long RealUserID; // sequence<string> Parameters; }; The CIM_Thread block with the following one: struct CIM_Thread { // string Name; // string OSName; // string Handle; // unsigned long Priority; // the full name of an element of CIM_Process // the full name of an element of CIM_UnixProcess string Owner; }; The CIM_UnixThread block with the following one: // struct CIM_UnixThread { // string Name; // string OSName; // string Handle; // unsigned long Priority; // the full name of an element of CIM_Process // the full name of an element of CIM_UnixProcess string Owner; }; Actions taken: January 13, 2009: received issue July 23, 2010: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 13 Jan 2009 06:29:48 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Willy Boenink Company: Thales Nederland mailFrom: willy.boenink@nl.thalesgroup.com Notification: Yes Specification: AMSM Section: 11.1.6 FormalNumber: dtc/2008-02-02 Version: Beta 2 RevisionDate: 02-02-2008 Page: 291 Nature: Revision 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 CIM_Process/CIM_Thread OSName attribute missing According the PIM on page 39, CIM_Process and CIM_Thread have an attribute OSName. In the DCPS PSM there is only an attribute Name and not an OSName.