Professional OPC
Development Tools

logos

Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.

Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.

Do not use the Contact page for technical issues.

The CertificateGenerator utility is not installed. BadConfigurationError

More
26 Apr 2018 17:12 #6268 by support
The reason for this behavior is a bug in 3-rd party library we are using.
In version 2018.2, we will use a new version of it. In our testing, this appears to have resolved the issue.

Related thread: www.opclabs.com/forum/ua-general/2361-an-invalid-handle-was-...ified-after-app-25-sec?start=0

Best regards
The following user(s) said Thank You: zaglerp

Please Log in or Create an account to join the conversation.

More
26 Apr 2018 12:07 #6266 by zaglerp
Hello,
I am experiencing a strange behaviour on one single developer pc using version 2018-1.
Our really simple application terminates after a few seconds without throwing any exception:
static void Main(string[] args)
{
   var x = new EasyUAClient();
   Console.ReadKey();
}

After enabling QuickOPC logging in the app.config I got:
LogEntry("OPCLabs-UAEngine",Error,0,102). The OPC-UA engine failed to connect to the underlying subsystems.   
The CertificateGenerator utility is not installed. = BadConfigurationError. + The error occurred while checking the (client) application instance certificate. The certificate generator path was "". + This is an engine-level error..

When I put this line in the app.config
<add key="OpcLabs.EasyOpc.UA.Toolkit.UAClientEngineBase.EnableUACertificateGeneratorBoxer" value="false"/>
it works.

What is the reason for this behaviour?

Kind regards
Peter

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.053 seconds