Hello,
I started getting the following error:
“Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.”
My application based on C#,
server is KDB+ 3.5 64bit.
Both application and server launched on same machine with Win10.
Communication between them going using qSharp(latest version).
StackTrace:
System.Net.Sockets.NetworkStream.Write(Byte buffer, Int32 offset, Int32 size)
qSharp.QWriter.Write(Object obj, MessageType msgType)
qSharp.QBasicConnection.Query(MessageType msgType, String query, Object parameters)
qSharp.QBasicConnection.Async(String query, Object parameters)
KDBS.Core.EmitNewL12(L1Record l1) //my application
The problem appeared suddenly, my environment worked fine for the years until this.
How can I get details from the server side(KDB+)?
Hi Vadim,
Try to add debug info to [.z.pc](“https://code.kx.com/wiki/Reference/dotzdotpc” ““Reference/dotzdotpc””)
more info is here (.z namespace) https://code.kx.com/wiki/Reference
??, 4 ???. 2019 ?. ? 17:55, Vadim Skubilin <skuvvv@gmail.com>:
Hello,
I started getting the following error:
“Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.”
My application based on C#,
server is KDB+ 3.5 64bit.
Both application and server launched on same machine with Win10.
Communication between them going using qSharp(latest version).
StackTrace:
System.Net.Sockets.NetworkStream.Write(Byte buffer, Int32 offset, Int32 size)
qSharp.QWriter.Write(Object obj, MessageType msgType)
qSharp.QBasicConnection.Query(MessageType msgType, String query, Object parameters)
qSharp.QBasicConnection.Async(String query, Object parameters)
KDBS.Core.EmitNewL12(L1Record l1) //my application
The problem appeared suddenly, my environment worked fine for the years until this.
How can I get details from the server side(KDB+)?
–
Submitted via Google Groups