Search found 27 matches

by matzen
Wed Jan 11, 2006 7:14 am
Forum: Gold Support (Vault) -- Read-only
Topic: problems while using fiddler
Replies: 1
Views: 2295

problems while using fiddler

Hi, I have a problem starting the vault client while fiddler is active (fiddler is a debugging-proxy that captures the http traffic). We do use fiddler often to debug our http applications. I know we can tell vault to not use a proxy wven if there is one configured for IE, but we are also rebuilding...
by matzen
Mon Nov 28, 2005 1:08 am
Forum: Gold Support (Vault) -- Read-only
Topic: a wish for the next version: default profile and relogin
Replies: 3
Views: 3081

An autologin would defeat the purpose of server session timeouts, so the user has to explicitly login again to gain access after a timeout. It's ok to be forced to authenticate again, but then I would like to have the action that I did request to be processed after the authentication. When I right ...
by matzen
Fri Nov 25, 2005 2:03 am
Forum: Gold Support (Vault) -- Read-only
Topic: checkout from search result
Replies: 1
Views: 2086

checkout from search result

Hi again, one more question: Is there any way to check out multiple files from a recursive search? I have some vb6 applications that are split into multiple components. When I want to build my complete application I have to check out the vbp-files and start a batch that compiles all my projects. But...
by matzen
Fri Nov 25, 2005 1:58 am
Forum: Gold Support (Vault) -- Read-only
Topic: a wish for the next version: default profile and relogin
Replies: 3
Views: 3081

a wish for the next version: default profile and relogin

Hi, I know, there's a check box to make a profile my default profile, but in my case it simply doesn't work. I'm working with vb6, vs2003 and vs2005; all with IDE integration and with the client. Many times I have to select my profile again and again. The problem is that because of my slow machine I...
by matzen
Tue Jul 26, 2005 8:31 am
Forum: Gold Support (Vault) -- Read-only
Topic: Date problem after VSS import
Replies: 3
Views: 3884

Hi Dan, In the history the topmost item is the one with the date 2033. Also it's the one with the highest version (10). I've done a rollback to the version just below that file (9). Now using "get latest version" writes the rolled back file (version 11) to the disk, but the order in the hi...
by matzen
Tue Jul 26, 2005 1:09 am
Forum: Gold Support (Vault) -- Read-only
Topic: Date problem after VSS import
Replies: 3
Views: 3884

Date problem after VSS import

Hi, I've a serious problem with some of my source files after importing incorrect date information from VSS. The cause of the problem seem to be some month or years ago when one developer did have a wrong local date setting on his PC (2033/11/29). Those day we were working with VSS and he did a chec...
by matzen
Tue Jun 14, 2005 7:15 am
Forum: Gold Support (Vault) -- Read-only
Topic: database inconsistency - check program?
Replies: 11
Views: 9355

ok, now I have 38 changes listed
by matzen
Tue Jun 14, 2005 7:01 am
Forum: Gold Support (Vault) -- Read-only
Topic: database inconsistency - check program?
Replies: 11
Views: 9355

the first statement "SELECT v.objid, u.login, t.*, td.* FROM sgvault.dbo.tbltransactions t ..." did not return any rows.

the second one "DECLARE @repid [int], @lasttxid [bigint]; ..."
did return 22280 rows
by matzen
Tue Jun 14, 2005 6:37 am
Forum: Gold Support (Vault) -- Read-only
Topic: database inconsistency - check program?
Replies: 11
Views: 9355

SELECT MAX(txid) FROM sgvault.dbo.tblfulltreerevisionfolders WHERE repid = @repid; returns: 82885 SELECT t.* FROM sgvault.dbo.tbltransactions t WHERE t.repid = @repid AND t.txid >= (SELECT MAX(txid) FROM sgvault.dbo.tblfulltreerevisionfolders WHERE repid = @repid); returns: txid repid userid txbegi...
by matzen
Tue Jun 14, 2005 6:20 am
Forum: Gold Support (Vault) -- Read-only
Topic: database inconsistency - check program?
Replies: 11
Views: 9355

Code: Select all

repid	name	currenttxid
1	Prodanet	82900
2	WebSites	82840


repid	txid
2	82840
by matzen
Tue Jun 14, 2005 5:24 am
Forum: Gold Support (Vault) -- Read-only
Topic: database inconsistency - check program?
Replies: 11
Views: 9355

database inconsistency - check program?

Hi, we have messages like "FailObjPathInvalid", "FailIndeterminateCheckoutStatus" and "FailIndeterminateCheckoutStatus" in out vault server log. Clients are not able to login any more when the client cache is deleted and without deleting the client cache they cannot che...
by matzen
Mon May 23, 2005 6:08 am
Forum: Support (Vault)
Topic: The ONLY feature missing? Dreamweaver Integration
Replies: 45
Views: 80161

add +1 on the list of customers looking forward to see DW integration
by matzen
Wed Mar 23, 2005 5:11 am
Forum: Gold Support (Vault) -- Read-only
Topic: folder synchronization with vault using CLI?
Replies: 1
Views: 2843

folder synchronization with vault using CLI?

Hi, I'm setting up a synchronisation of a folder (home directory of an ftp server user) with VAULT. I have set a working directory for my vault folder "$/myfolder" to my harddisk folder "F:\ftp\LocalUser\user1", because the ftp user "user1" should upload his files to hi...
by matzen
Tue Jan 18, 2005 3:56 am
Forum: Gold Support (Vault) -- Read-only
Topic: automatic "needs build" detection?
Replies: 1
Views: 3025

automatic "needs build" detection?

Hi, we have a development project with multiple libraries that are organized in mutliple projects in vault. the binaries of all libraries are stored in one project "bin". when changing the source of project "mydll1" should cause a build of "mydll1.dll". is there a recom...
by matzen
Thu Dec 16, 2004 4:20 am
Forum: Support (Vault)
Topic: Insecure vault command line (rememberlogin)
Replies: 4
Views: 3677

what about using NTFS access controll to the file?
you also may use NTFS encryption to add security.