Site icon EfmSoft

What does HRESULT 0x80042707 (VDS_E_INITIATOR_SPECIFIC_NOT_SUPPORTED) mean?

 
Previous Next
VDS_E_TARGET_SPECIFIC_NOT_SUPPORTED VDS_E_ISCSI_LOGIN_FAILED

VDS_E_INITIATOR_SPECIFIC_NOT_SUPPORTED

This status is returned on the target side of the VDS CHAP model. IVdsIscsiTarget::SetSharedSecret can associate a target secret with a specific initiator name, using that iSCSI name as the CHAP name. Some targets do not implement per-initiator secrets and only support a default target secret.

Why this state matters

Microsoft documents that passing a null initiator name applies the change to the default secret for all initiators. That fallback has security and deployment implications: it changes the credential scope. The failure should therefore not be “fixed” by silently clearing the initiator name unless the storage policy explicitly permits a shared default.

Diagnostic focus

Technical references

IVdsIscsiTarget::SetSharedSecret · VDS_ISCSI_SHARED_SECRET · VDS_ISCSI_TARGET_PROP · RFC 1994: CHAP · RFC 7143: iSCSI


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

Exit mobile version