Step 1.2. Set up the GagePort OPC Client

About DCOMCNFG Settings for an OPC Client.

Steps for OPC client setup.

About DCOMCNFG Settings for an OPC Client

If the OPC client application is a COM object and does not initialize DCOM security programmatically, then the DCOMCNFG utility must be used to specify the Access Permissions and the Authentication Level. This is required for authenticating callbacks into the client by the OPC server. DCOM Security on the OPC client computer node must not only authenticate the user identify of the OPC server but also must determine if the OPC Server is allowed to make calls on client owned objects. Callbacks are invoked by the OPC server to provide subscription updates and completion notifications for asynchronous read and write operations.

If the OPC client application is not a COM object (i.e. the OPC client application is not listed in DCOMCNFG), then the DCOM security settings for "Default Access Permissions" and "Default Authentication Level" are applied.

Steps for OPC client setup

Step 1.2.1

Configure registry settings for off-node clients.

Step 1.2.2

Run DCOMCnfg on the client node.

 Note: These steps are only valid if the OPC client does not programmatically configure the DCOM security settings. Consult with the OPC client documentation to determine if DCOM security settings are set up by the application directly.

More information

About DCOMCNFG Settings for an OPC Client.

Step 1. Turn Off DCOM Security.