What does HRESULT 0x80548201 (E_MBN_CONTEXT_NOT_ACTIVATED) mean?

 
Previous Next
INPUT_E_DEVICE_PROPERTY E_MBN_BAD_SIM

E_MBN_CONTEXT_NOT_ACTIVATED

E_MBN_CONTEXT_NOT_ACTIVATED is a Windows Mobile Broadband (MBN) HRESULT. It indicates that the operation needs a packet-data context that has not been activated for the device.

What to check

  • Query the connection state and wait for the activation completion callback before sending data or changing context settings.
  • Confirm that the selected profile, APN, SIM, and packet service are usable before requesting activation again.
  • Treat a previous activation failure as the primary problem instead of repeatedly issuing operations against an inactive context.

Microsoft: MBN error codes


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