What does HRESULT 0x80042906 (VDS_E_ISCSI_SET_IKE_INFO) mean?

 
Previous Next
VDS_E_ISCSI_GET_IKE_INFO VDS_E_SUBSYSTEM_ID_IS_NULL

VDS_E_ISCSI_SET_IKE_INFO

This code is the write-side counterpart to VDS_E_ISCSI_GET_IKE_INFO: VDS reached a failure while setting IKE-related information for the iSCSI management path. The published error definition does not say whether validation, initiator service, provider communication, or a security backend rejected the update. Any narrower diagnosis needs lower-level evidence.

Why this state matters

This distinction matters because VDS exposes CHAP secrets through explicit iSCSI shared-secret methods, while its public IPsec methods include interfaces documented as unsupported/reserved. A CHAP configuration problem and a legacy IKE-information update failure are not interchangeable even if both occur during secure target setup.

Diagnostic focus

  • Capture the exact VDS security operation and the target/portal objects involved before retrying the update.
  • Check support for the called VDS IPsec surface on the operating-system/provider combination; unsupported APIs should not be retried as transient failures.
  • Keep CHAP credentials and IPsec/IKE configuration in separate diagnostic tracks.
  • Inspect initiator-service and provider logs for a more specific status, and avoid logging key material while preserving operation metadata.

Technical references

MS-VDS error codes · IVdsServiceIscsi · IVdsIscsiPortal::GetIpsecSecurity · IVdsServiceIscsi::SetAllIpsecTunnelAddresses · Windows iSCSI status qualifiers


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