I found the following when I searched the web about similar issues: The default timeout for a sql command to execute is 30 seconds. Since your query is expected to run for 60 seconds, you have to increase the command time out for your sqlcommand object:sqlCommand.CommandTimeout = 120;
Could this be the case? And if yes - is there a way to work around this, except for spliting the models into smaller pieces ? Best Regards On Aug 23, 10:41 am, pedro <[email protected]> wrote: > Hi all > > I started to test realxtend on a VPS and ran into the following issue > we didnt notice when running it on a LAN. After exactly 1 Minute an > object upload fails. In the MySQL Settings the max_allowed_packets are > set to 16M and all meshes are smaller then that. > > wait timeout is set to 28800 > interactive timeout 28800 > > Where else could I look to set the timeout to above 1 minute, to avoid > issues when uploading over slow connections? > > cheers and a good start into the new week -- http://groups.google.com/group/realxtend http://www.realxtend.org
