The connection with the server was reset

Hello,

I’m having problems with a Delphi client connecting to a relativity server.
When sending larger blob fields in a dataset, I get connection with the server was reset.
As a test, I wrote a custom Data Abstract server in Delphi this evening and there everything is working fine with large blob fields.

Any idea?
Is there a setting that needs to be modified in the relativity server?

Thx,
Bernaert Dominique

Hello,

Try to do the following changes in Relativity Network settings (Relativity Admin Tool):

  1. Set Server channel Type “SuperHttp”, port 7100 for this channel
  2. Increase MaxPackageSize, for example “10485760”
  3. Set checkbox ‘Server Plain Http Requests’
  4. Save changes

Then restart Relativity.

On the client you should use targetURL for the channel

http://localhost:7100/bin

Hope this helps