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.

Could not create a certificate via a proxy: Input file was not processed properl

More
29 Oct 2020 18:53 #9041 by support
I just want to note that the elevated privileges are needed to put the certificate into the certificate store, which normally happens only on the first run of the application. Subsequent runs may not need the elevated privileges.

Best regards

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

More
29 Oct 2020 16:58 #9040 by kristof2015
Hello,
Thanks for reply.
Runing Demo app with administrator privileges it works.
Compiled and run as administrator, also.
Debugging get the same error even Xojo executed as admin. But at list can run now.

Thank you

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

More
29 Oct 2020 16:08 #9038 by support
Hello,
this is fairly old QuickOPC version, so the first thing do would be to test with the current version, if possible.

Leaving that aside, this error comes from a problematic area implemented inside OPC Foundation code over which we have little control. It has to do with the fact that the programs are trying to create their OPC UA application instance certificates on the first run, and it somehow fails. Have you tried running with administrator (elevated) privileges?

Best regards

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

More
29 Oct 2020 13:24 #9037 by kristof2015
Hi, I get this error trying to read and browse.
Works fine on UAExpert, so its not Server issue.

Language C#, Xojo and EASY OPC-UA Demo application.
QuickOPC 2016.2

Error:
OpcLabs.EasyOpc.UA.OperationModel.UAException: An OPC-UA operation failure with error code -2147483648 (0x80000000) occurred, originating from ''. The inner OPC-UA service exception with service result 'Bad' contains details about the problem. ---> OpcLabs.EasyOpc.UA.UAServiceException: Could not create a certificate via a proxy: Input file was not processed properly. ---> OpcLabs.EasyOpc.UA.UAServiceException: Input file was not processed properly.
--- Fin del seguimiento de la pila de la excepción interna ---
--- Fin del seguimiento de la pila de la excepción interna ---
en OpcLabs.EasyOpc.UA.Implementations.NetSdk.NetSdkEasyUAClient.InternalBrowseNodes(UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UABrowseParameters browseParameters)
en OpcLabs.EasyOpc.UA.Implementations.NetSdk.NetSdkEasyUAClient.DisposeGuard[TResult](Func`1 func)
en OpcLabs.EasyOpc.UA.Implementations.NetSdk.NetSdkEasyUAClient.DisposeGuardNotNull[TResult](Func`1 func)
en OpcLabs.EasyOpc.UA.Implementations.NetSdk.NetSdkEasyUAClient.BrowseNodes(UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UABrowseParameters browseParameters)
en OpcLabs.EasyOpc.UA.Internal.ForwardingEasyUAClient.BrowseNodes(UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UABrowseParameters browseParameters)
en OpcLabs.EasyOpc.UA.Internal.ForwardingEasyUAClient.BrowseNodes(UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UABrowseParameters browseParameters)
en OpcLabs.EasyOpc.UA.Internal.LicensingEasyUAClient.BrowseNodes(UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UABrowseParameters browseParameters)
en OpcLabs.EasyOpc.UA.EasyUAClient.BrowseNodes(UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UABrowseParameters browseParameters)
en OpcLabs.EasyOpc.UA.Browsing.UANodeBrowseable.BrowseNodes(Object parentNode, UABrowseParameters browseParameters, Predicate`1 nodePredicate, IEnumerable`1& leaves, IEnumerable`1& exceptions)

Any known solution?

Thank you
Krzysztof

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

Moderators: support
Time to create page: 0.059 seconds