Site icon EfmSoft

What does HRESULT 0xC00D002C (NS_E_INSUFFICIENT_BANDWIDTH) mean?

 
Previous Next
NS_E_INVALID_REQUEST NS_E_NOT_REBUILDING

NS_E_INSUFFICIENT_BANDWIDTH

NS_E_INSUFFICIENT_BANDWIDTH0xC00D002C

What failed

NS_E_INSUFFICIENT_BANDWIDTH means the bandwidth available to Windows Media Services is not enough to fulfill the request. Unlike NS_E_MAX_BITRATE, this result is about available capacity for the request, not merely a configured maximum-bitrate ceiling.

Capture before retry

Evidence to collect

FieldWhat to preserve
CeilingExact configured limit, its unit and the server/publishing-point object that owns it.
Current useMeasured count/rate/size immediately before the rejected request.
New demandAmount the new operation would add to the same resource.
OwnersSessions, titles, streams or reservations contributing to the measured usage.

Decision rule

The result is proved only when recorded usage plus the new demand crosses the recorded ceiling; otherwise investigate stale accounting or the object that owns the limit.

Focused test

Repeat the same request after changing one capacity variable: free a known reservation/session, select a lower-bitrate representation, or increase the documented available capacity. Keep the endpoint and protocol unchanged. This separates a real admission/capacity problem from connectivity or protocol negotiation.

Verification

Confirm the same request is admitted with measured available bandwidth at or above its requirement. Then reproduce a controlled insufficient-capacity case to ensure the server still rejects work instead of oversubscribing silently.

Technical references


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

Exit mobile version