Site icon EfmSoft

What does HRESULT 0x80630011 (PEER_E_DBNAME_CHANGED) mean?

 
Previous Next
PEER_E_INVALID_GRAPH PEER_E_DUPLICATE_GRAPH

PEER_E_DBNAME_CHANGED

Diagnostic boundary for PEER_E_DBNAME_CHANGED

HRESULT 0x80630011 marks the same graph was opened in one process with a database name different from the name used by its first open. Investigate the first API that reports it rather than a later user-interface wrapper.

Questions that separate the failure

Peer Graphing maintains a connected set of nodes, replicates records and exposes separate graph, node, connection and event lifetimes. A graph database being open is not the same as the node being connected.

Controlled comparison

Open the graph twice in one test process using the original database name, then change only the second name to reproduce the mismatch. Keep identity, graph or group ID, cloud and user context fixed unless one of them is the tested variable.

Decision table

Observed resultNext action for this HRESULT
The HRESULT repeats with identical captured stateInspect the caller contract and node or connection state; repeated network retries add no evidence.
The call advances to PEER_E_DUPLICATE_GRAPHPEER_E_DUPLICATE_GRAPH differs because duplicate-graph is about reusing a graph ID for creation; database-name-changed is an inconsistent open configuration.
The controlled run succeeds but production does notCompare user token, database path, cloud, endpoint, certificate chain and effective firewall policy.

Safe remediation and verification

Choose one stable database name per graph within the process and migrate or import data only while the graph is closed. Back up exportable identity and group configuration, and hash database or invitation artifacts before modifying them.

The repair is complete only when the intended operation succeeds and its resulting connection, record, membership, endpoint or collaboration scope can be independently enumerated.

References


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

Exit mobile version