Site icon EfmSoft

What does HRESULT 0x80042706 (VDS_E_TARGET_SPECIFIC_NOT_SUPPORTED) mean?

 
Previous Next
VDS_E_SECURITY_INCOMPLETELY_SET VDS_E_INITIATOR_SPECIFIC_NOT_SUPPORTED

VDS_E_TARGET_SPECIFIC_NOT_SUPPORTED

This HRESULT is a capability boundary in the initiator secret model. IVdsServiceIscsi::SetInitiatorSharedSecret accepts a target ID so an initiator implementation can associate different CHAP secrets with different targets, but Microsoft documents that target-specific support cannot be queried in advance.

Why this state matters

The documented fallback is precise: if this status is returned, call the method again with GUID_NULL for the target ID to set the initiator default secret. Microsoft also states that its iSCSI Software Initiator does not support target-specific initiator secrets. That is different from target-side CHAP configuration and from remembering a target secret for one-way CHAP.

Diagnostic focus

Technical references

IVdsServiceIscsi::SetInitiatorSharedSecret · VDS_ISCSI_SHARED_SECRET · IVdsServiceIscsi::RememberTargetSharedSecret · RFC 1994: CHAP · RFC 7143: iSCSI


Looking for a different code? Search another status or error code.

Exit mobile version