Welcome to the Jazz Community Forum
scm.ini options for Visual Studio

I am using the Visual Studio plug-in to load a large workspace from a remote Jazz server. Unfortunately the data rate is very slow, and after an hour or so the connection times out.
Is there an option I can add to the scm.ini file to increase the timeout to (say) a whole day instead of an hour?
Are the scm.ini options documented anywhere?
Is there an option I can add to the scm.ini file to increase the timeout to (say) a whole day instead of an hour?
Are the scm.ini options documented anywhere?
2 answers

The properties for the repository connection should have the "connection timeout" option similar to the one in eclipse.
Right click the repository connection and choose properties.
Right click the repository connection and choose properties.
Comments

Thank you - unfortunately this is set to 480 (8 minutes), which does not seem to be the problem. I'll have to look elsewhere.

Hi Eddie
That could still be the problem, try setting it to 9999 and see if that helps.
The basic way the load works is, after each file is downloaded the time out is reset
So the problem could be one large file that is taking more than 8 minutes to download

Thanks Karl,
I eventually found the issue - the timeout does help, but it was the 32-bit scm.exe that Visual Studio uses was the killer - it cannot cope with huge (GByte) files even with the java heap set to 1.5GBytes. Using Eclipse and setting its java heap to 6GBytes is the only work-around I have found. It does not help that we have a very slow connection to the server too.
Eddie
I eventually found the issue - the timeout does help, but it was the 32-bit scm.exe that Visual Studio uses was the killer - it cannot cope with huge (GByte) files even with the java heap set to 1.5GBytes. Using Eclipse and setting its java heap to 6GBytes is the only work-around I have found. It does not help that we have a very slow connection to the server too.
Eddie