ActiveXperts Knowledge Base Article 7250060

Our mission at ActiveXperts Software is to deliver high quality Network Monitoring solutions and Windows Development components. Our goal is to supplement these solutions with timely support resources that can help at many different levels.
The first thing you want to do is try to find the answer to your problem in the Knowledge Base. If you cannot find an answer to your question in our Knowledge Base, or if you need additional information or assistance, please use our Contact Support form.


Q7250060 - We've raised the authentication level to require RPC_C_AUTHN_LEVEL_PKT_INTEGRITY on all of our Windows servers. Is ActiveXperts able to handle it? We're using WMI through DCOM.

By default, ActiveXperts uses the RPC_C_AUTHN_LEVEL_DEFAULT level to connect to remote Windows Servers. This will not suffice for servers that require RPC_C_AUTHN_LEVEL_PKT_INTEGRITY authentication.
You need to change the following registry entry:

HKLM\Software\ActiveXperts\Network Monitor\Server\DCOM\AuthenticationLevel

and set the value to 5, which means: RPC_C_AUTHN_LEVEL_PKT_INTEGRITY
This requires a restart of the 'ActiveXperts Network Monitor Engine' service!

Please note that this requires ActiveXperts Network Monitor v.2022 build 880.2103 or higher.

Value Name Meaning
0 RPC_C_AUTHN_LEVEL_DEFAULT Same as RPC_C_AUTHN_LEVEL_CONNECT
1 RPC_C_AUTHN_LEVEL_NONE No authentication.
2 RPC_C_AUTHN_LEVEL_CONNECT Authenticates the credentials of the client and server.
3 RPC_C_AUTHN_LEVEL_CALL Same as RPC_C_AUTHN_LEVEL_PKT.
4 RPC_C_AUTHN_LEVEL_PKT Same as RPC_C_AUTHN_LEVEL_CONNECT but also prevents replay attacks.
5 RPC_C_AUTHN_LEVEL_PKT_INTEGRITY Same as RPC_C_AUTHN_LEVEL_PKT but also verifies that none of the data transferred between the client and server has been modified.
6 RPC_C_AUTHN_LEVEL_PKT_PRIVACY Same as RPC_C_AUTHN_LEVEL_PKT_INTEGRITY but also ensures that the data transferred can only be seen unencrypted by the client and the server.

If the above does not work out, please read FAQ #Q7250070


If you cannot find an answer to your question(s) in our Knowledge Base, or if you need additional information or assistance, please contact our Customer Support using our Contact Support Form

M