Search found 17 matches

by TonyKInTexas
Wed Aug 24, 2005 7:26 am
Forum: Support (SourceOffSite)
Topic: An existing connection was forcibly closed...
Replies: 4
Views: 3929

An existing connection was forcibly closed...

Morning,

We are seeing a log entries between multiple instances of SOS, on different servers of course, where SOS is forcibly closing client connections.

What are the culprits for this type of behavior?

In doing a search of the forums, it seems to be a common issue.

Thank you kindly,
by TonyKInTexas
Tue Aug 23, 2005 8:01 am
Forum: Support (SourceOffSite)
Topic: Performance Issue
Replies: 8
Views: 43329

Linda,

I'd like to know when the new version is available to see if it eases some issues we're seeing in our environments.

Thanks,
by TonyKInTexas
Tue Aug 23, 2005 8:00 am
Forum: Support (SourceOffSite)
Topic: Local Filenames are gibberish with SOC v3.5.2 on WinXP
Replies: 12
Views: 12596

Sounds like an enumeration issue within SOS when attempting to interogate local drivers. May be the difference between a > and a >= in an IF statement.

Just a thought about where to start looking.
by TonyKInTexas
Thu Aug 11, 2005 1:32 pm
Forum: Support (SourceOffSite)
Topic: Multiple instances of SOS server on one physical server
Replies: 6
Views: 5212

email sent
by TonyKInTexas
Wed Aug 10, 2005 11:15 am
Forum: Support (SourceOffSite)
Topic: Multiple instances of SOS server on one physical server
Replies: 6
Views: 5212

Hi Linda,

What you said has confirmed the tests I was asked to run. Thanks for the input.

Thank you kindly,
by TonyKInTexas
Wed Aug 10, 2005 10:13 am
Forum: Support (SourceOffSite)
Topic: Multiple instances of SOS server on one physical server
Replies: 6
Views: 5212

Multiple instances of SOS server on one physical server

Is it possible to have multiple instances (installs) of the SOS server v4.x on one physical server?

If so, how does one do it with the MSI available from SourceGear?

Thank you kindly,
by TonyKInTexas
Wed Jul 27, 2005 9:22 am
Forum: Support (SourceOffSite)
Topic: "Connect to server" dialog preventing any automati
Replies: 28
Views: 38317

Hi, The .suo file is created by Visual Studio. Not sure if it is user centric or not. I revert to my original remark about Nant. You can right a CMD file that would check the file out, increment the version number and after the build is completed, check the file back in. At our office, we shy away f...
by TonyKInTexas
Thu Jul 21, 2005 1:47 pm
Forum: Support (SourceOffSite)
Topic: "Connect to server" dialog preventing any automati
Replies: 28
Views: 38317

How about disconnecting Visual Studio from SOS/VSS? If it would just be the compiler, things would be easy. There are many different solutions, pre and post build steps to complete, deployment project, web deployment etc. Visual studio would do it all for us, provided we get it to open the solution ...
by TonyKInTexas
Thu Jul 21, 2005 1:04 pm
Forum: Support (SourceOffSite)
Topic: URGENT Server Connection Closed
Replies: 5
Views: 4760

I found if I referred to the server\sharename in SOS on the VSS server, we don't have the problem. If we reference <drive>:\folder... we have the issue.

go figure.

Take care,
by TonyKInTexas
Thu Jul 21, 2005 1:03 pm
Forum: Support (SourceOffSite)
Topic: "Connect to server" dialog preventing any automati
Replies: 28
Views: 38317

You are probably right.

Can't you create batch files to launch the C++ compiler?
alexis_michel wrote:Nant looks good, but my project is a C++/MFC project, I thought Nant was a .NET build tool only ?
by TonyKInTexas
Thu Jul 21, 2005 7:46 am
Forum: Support (SourceOffSite)
Topic: SOS not updating properly
Replies: 6
Views: 4658

tacheeze,

Is there an update to this issue? I'd like to see how it was resolved.

Thanks,
by TonyKInTexas
Thu Jul 21, 2005 7:45 am
Forum: Support (SourceOffSite)
Topic: Visual Studio .NET Projects- Multiple VSS databases??
Replies: 3
Views: 3597

My thoughts are it is the interaction between SOS and Visual Studio.
by TonyKInTexas
Thu Jul 21, 2005 7:42 am
Forum: Support (SourceOffSite)
Topic: "Connect to server" dialog preventing any automati
Replies: 28
Views: 38317

alexis, what about using Nant to do your automated builds? We use that here in the office and have great success. Nant is freeware and if you can get the latest code using a command line tool from SOS, then I think you can craft a solution that works for you without having to start Visual Studio. Ta...
by TonyKInTexas
Thu Jul 21, 2005 7:37 am
Forum: Support (SourceOffSite)
Topic: Cannot connect to server
Replies: 4
Views: 4118

Question please, is your SOS setup different?

I see the port as 8889. By default SOS is configured for port 8888 and 8890, depending on if you want unsecure or secure communications.

Thanks,
by TonyKInTexas
Thu Jul 21, 2005 6:58 am
Forum: Support (SourceOffSite)
Topic: WSACancelBlockingCall?
Replies: 6
Views: 13110

WSACancelBlockingCall?

Morning, I am seeing a lot of entries in my log.txt file. Here is a sample 7/21/2005 6:16:31 AM - 247: Exception: A blocking operation was interrupted by a call to WSACancelBlockingCall 7/21/2005 6:16:31 AM - 232: Exception: A blocking operation was interrupted by a call to WSACancelBlockingCall 7/2...