Skip to main content

c$copy freezes while uploading files to a server

  • March 20, 2019
  • 4 replies
  • 0 views

Patrick Feldmann

Hello,

while using the c$copy routine to transfer a file from a client to the server the transfer stops after a few bytes have been transfered and the application just stops and waits for the transfer to end.

Also using the w$progressdialog it stops at some point with a slightly filles progressbar.

Does anyone know how to handle this issue?

Thanks in advance!

4 replies

  • March 20, 2019

Hello,

while using the c$copy routine to transfer a file from a client to the server the transfer stops after a few bytes have been transfered and the application just stops and waits for the transfer to end.

Also using the w$progressdialog it stops at some point with a slightly filles progressbar.

Does anyone know how to handle this issue?

Thanks in advance!

Hi



Had the same problem with thin client version 10.1 for larger files.



Helped upgrading to 10.2

Regards

Steen





Patrick Feldmann
Hi



Had the same problem with thin client version 10.1 for larger files.



Helped upgrading to 10.2

Regards

Steen




Thanks for your immediately answer.

But we are already unsing the 10.2.0 Thin Client.


Martin Turner

Thanks for your immediately answer.

But we are already unsing the 10.2.0 Thin Client.

You could try setting the following variable in your runtime confirguration file:

AGS_SOCKET_COMPRESS        ZLIB
 
Not only will it improve performance but it has been known to resolve the issue with C$COPY hanging before it was fixed in 10.2.0 by ECN-4525 Details about this ECN can be found in the release notes - http://bit.ly/extend1020
 

Patrick Feldmann

You could try setting the following variable in your runtime confirguration file:

AGS_SOCKET_COMPRESS        ZLIB
 
Not only will it improve performance but it has been known to resolve the issue with C$COPY hanging before it was fixed in 10.2.0 by ECN-4525 Details about this ECN can be found in the release notes - http://bit.ly/extend1020
 

The Problem also occurs with smaller Files less than 1 MB.

I have tried the AGS_SOCKET_COMPRESS variable and the first test has worked fine.

We will test it now and give a reply.

Thanks a lot.