Next in thread →
Next in month →
Latest Thales Interop report
Thanks to John too for pointing out my correction needs correcting as I cut'n'pasted the same incorrect fragment twice. Tim. ---8<--- Issue for a KMIP 1.0 test for 11.2 Step 2 (this is not an issue in the KMIP 1.1 test document) Document has: Tag: BATCH_ORDER_OPTION (0x420010), Type: BOOLEAN (0x06), Data: 0x0000000000000001 Tag: BATCH_ERROR_CONTINUATION_OPTION (0x42000e), Type: ENUMERATION (0x05), Data: 0x00000001 (CONTINUE) Tag: BATCH_COUNT (0x42000d), Type: INTEGER (0x02), Data: 0x00000002 It should be: Tag: BATCH_ERROR_CONTINUATION_OPTION (0x42000e), Type: ENUMERATION (0x05), Data: 0x00000001 (CONTINUE) Tag: BATCH_ORDER_OPTION (0x420010), Type: BOOLEAN (0x06), Data: 0x0000000000000001 Tag: BATCH_COUNT (0x42000d), Type: INTEGER (0x02), Data: 0x00000002 Please check your test programs and update to ensure they have the order of the fields in conformance with the specification.
Next in thread →
Next in month →