Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
I'm trying to fix an intermittent driver crash, for SE.GeoSCADA.DDK 6.85.8650. It happens roughly every 1.5 days.
I'm using the DriverApp provided by DriverScanner<> class, for example:
2024-11-13 01:23:02.8267 ServiceHost System.Runtime.InteropServices.COMException (0x80010006): The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid. (Exception from HRESULT: 0x80010006 (RPC_E_CONNECTION_TERMINATED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at ClearSCADA.DriverFramework.DriverApp.SendReceiveObject(UInt32 ObjectId, UInt32 Type, Object DataObject)
I'm wondering what I should be doing in this situation?
Firstly, am I doing something wrong for this to occur, or is this a connection error that can happen in normal situations?
If this occurs, should I wait and retry the same request with this same connection?
Or should I create a new DriverApp? If so, should I attach the new DriverApp to the DriverScanner<>?