| Previous | Next |
| VDS_E_NAME_NOT_UNIQUE | VDS_E_SECURITY_INCOMPLETELY_SET |
VDS_E_ADDRESSES_INCOMPLETELY_SET
VDS_E_ADDRESSES_INCOMPLETELY_SET is a partial-success configuration result. A request covered multiple iSCSI portals or portal-related addresses, and at least one update failed while others may already have been committed.
Reconcile every portal individually
- Enumerate target and initiator portals after the call.
- Compare address family, address bytes, port and tunnel-mode fields with the requested values.
- Retry only failed portal entries and preserve the successful changes.
Do not roll forward under the assumption that the entire batch failed atomically. VDS models each portal with its own properties, while iSCSI connections can use multiple portal paths. Diagnostics should name the specific portal and address rather than report only the aggregate HRESULT.
iSCSI portal interface · Portal properties · iSCSI protocol
Looking for a different code? Search another status or error code.