Menu

#448 Could not initialise COM security

Development_Branch
closed-wont-fix
nobody
None
5
2013-06-07
2013-06-06
No

In every OPAL application I get the error:

Could not initialise COM security: error=0x80010119

and later a lot of "Could not add socket to QoS flow, error=1168" messages.

OS: Windows 7 x64

Discussion

  • Valeriy V. Argunov

    Code 0x80010119 means RPC_E_TOO_LATE, i.e. CoInitializeSecurity was called already.
    So messages "Could not add socket to QoS flow, error=1168" are not because of this error.

     
  • Valeriy V. Argunov

    Code 1168 on QOSAddSocketToFlow means ERROR_NOT_FOUND.

    Also I see a lot of "Could not set QoS flow, error=87" messages.

    Error 87 on QOSSetFlow means ERROR_INVALID_PARAMETER "The FlowId parameter is invalid".

     
  • Robert Jongbloed

    • status: open --> closed-wont-fix
     
  • Robert Jongbloed

    Fixed COM security error message. Is not a "real" problem, as just a bogus trace log.

    I do not get the "Could not add socket to QoS flow, error=1168" on Windows 8. Maybe a permission thing? No idea, and google didn't help.

     

Log in to post a comment.

MongoDB Logo MongoDB