Search found 3621 matches

by jclausius
Tue Feb 24, 2004 9:31 am
Forum: Support (Vault)
Topic: How do I enable SSL?
Replies: 3
Views: 8519

fwiw, we installed a microsoft product named certificate server. with this product you can create certificates until the cows come home. 1) generate a cert request from within iis 2) go to the certificate server's web site hosting the cert server 3) submit the cert request from step 1 4) on the cert...
by jclausius
Tue Feb 24, 2004 9:24 am
Forum: Support (Vault)
Topic: Slow...can we bypass the web service?
Replies: 20
Views: 34273

Subsequent use is much faster. One quick thing to note... Vault is a .Net application. Unfortunately, the integration within Visual Studio is standard unmanaged code using straight DLL calls through MSSCCI. In order to accomodate this, the Vault IDE component has to run its own little sandbox versi...
by jclausius
Tue Feb 24, 2004 9:10 am
Forum: Knowledge Base (Vault)
Topic: FAQ: Renaming or Deleting Files within Visual Studio.Net
Replies: 0
Views: 14018

FAQ: Renaming or Deleting Files within Visual Studio.Net

Why does a delete or rename from within Visual Studio .Net 2002 or Visual Studio .Net 2003, not have any affect on the files located within the Vault Repository? The Vault IDE client interacts with the Vault Server through a set of documented set of APIs known as MSSCCI (Microsoft Source Code Contro...
by jclausius
Tue Feb 24, 2004 9:03 am
Forum: Support (Vault)
Topic: Files deleted from IDE not deleted from client/command line
Replies: 1
Views: 5768

eric: sorry, due to limitations within visual studio, you will have to use the vault gui client to delete any files removed from source code control within visual studio. see http://support.microsoft.com/default.aspx?scid=kb;en-us;305516 for more info. have you tried to log a wish list item with mic...
by jclausius
Mon Feb 23, 2004 9:09 am
Forum: Support (Vault)
Topic: SQL blocking and SessionRelLock table
Replies: 2
Views: 6862

brody: we've identified and fixed a problem with vault 1.2.x related to these tables. i would recommend upgrading to vault 2.0.0 asap to avoid any additional hassles. in the event you cannot upgrade to 2.0.0 just yet, here is an excerpt of the vault 1.2.x to vault 2.0.0 upgrade script. you can run i...
by jclausius
Tue Feb 17, 2004 9:07 pm
Forum: Support (Vault)
Topic: Upgrading Vault to 2.0
Replies: 6
Views: 12212

please note, i am not implying anything special needs to be done in order for the vault database to operate correctly. the sourcegear vault server team (including myself) went to extreme lengths to make sure as little as user interaction would be required to maintain the database. my personal recomm...
by jclausius
Tue Feb 17, 2004 2:59 pm
Forum: Support (Vault)
Topic: Vault blocking connections under heavy load
Replies: 6
Views: 13672

1) Will deploying IIS and SQL on separate servers help? it depends on how much memory is in your current server. however, i don't believe this will help your situation. 2) Can large mutates be reduced to sub-minute and moderate ops be reduced to seconds w/o splitting our current repository? Our cur...
by jclausius
Tue Feb 17, 2004 2:40 pm
Forum: Support (Vault)
Topic: Upgrading Vault to 2.0
Replies: 6
Views: 12212

normal database maintenance varies based on number of users, distribution of data, imported vss databases, deleted repositories, etc. here is the "jeff clausius rule of thumb for database maintenance": 1) UPDATE STATISTICS for all tables every sunday morning - note by default the sgvault d...
by jclausius
Mon Feb 16, 2004 9:42 am
Forum: Support (Vault)
Topic: IIS6 / W2003 and responseDeadlockInterval
Replies: 5
Views: 12193

ok... i see. it seems iis 6 uses some sort of "ping" model to determine if the iis process is "unhealthy".

thanks for the update.
by jclausius
Mon Feb 16, 2004 9:33 am
Forum: Support (Vault)
Topic: MSI Installer runs periodically
Replies: 8
Views: 14793

ok... that eliminiates the possiblity of an existing bug.
by jclausius
Mon Feb 16, 2004 9:15 am
Forum: Support (Vault)
Topic: IIS6 / W2003 and responseDeadlockInterval
Replies: 5
Views: 12193

Within IIS' manager, check the properties on the default application pool (assuming no-one has configured Vault to use a separate pool).

The deadlock interval's equivalence is "Shutdown worker processes after being idle for (time in minutes)".

HTH
by jclausius
Mon Feb 16, 2004 9:10 am
Forum: Support (Vault)
Topic: MSI Installer runs periodically
Replies: 8
Views: 14793

by chance, have you moved the "SourceGear Vault" shortcut from your Start Menu?
by jclausius
Mon Feb 16, 2004 9:03 am
Forum: Knowledge Base (Vault)
Topic: Installing Vault Server on Windows 2003 Server
Replies: 0
Views: 19589

Installing Vault Server on Windows 2003 Server

Note: Vault Server 7.0 requires .NET 4.5 and is not supported on Windows 2003 Server. Before installing Vault on a Windows 2003 Server, Internet Information Services and ASP.Net to be installed and configured. 1) Verify ASP.Net is installed. From the Control Panel -> Add / Remove Programs, click &q...
by jclausius
Mon Feb 16, 2004 8:26 am
Forum: Support (Vault)
Topic: Upgrading Vault to 2.0
Replies: 6
Views: 12212

Matt:

There were some history adjustments to make room for snapshots vs. labels. If your database has been maintained with the proper maintenance, it shouldn't take too long to make the adjustments - (minutes or less).
by jclausius
Sat Feb 14, 2004 2:46 pm
Forum: Support (Vault)
Topic: using the api to track all changes and other stuff
Replies: 4
Views: 10014

a little more info.... here is an excerpt from the vault server sql ddl, and a small description for each history enumeration: --****** object: user Defined datatype uhistorytype Script date: 7/8/2002 9:43:13 AM ******-- -- ENUM -- Added = 10; // Added (on the parent folder for the created item) -- ...