Search found 20 matches

by poschdi
Tue Oct 05, 2010 1:51 am
Forum: Questions (API)
Topic: Determine user with rights for a repository file
Replies: 2
Views: 7886

Re: Determine user with rights for a repository file

Thy for the information. I had to find a other solution.
by poschdi
Mon Oct 04, 2010 3:51 am
Forum: Questions (API)
Topic: Determine user with rights for a repository file
Replies: 2
Views: 7886

Determine user with rights for a repository file

Hi,

exists there any API function to determine with user has checkin/checkout rights for a specific file?
We used the folder security for our code basis. I want to show unprivileged users which user can help them.
by poschdi
Thu May 28, 2009 8:10 am
Forum: Questions (API)
Topic: FindVersionsByCRCs
Replies: 9
Views: 13180

Re: FindVersionsByCRCs

Sorry I should be able to solve this by my self ;)

I my first tests and it look great. Exactly what I am looking for. Thy very much.
by poschdi
Thu May 28, 2009 6:48 am
Forum: Questions (API)
Topic: FindVersionsByCRCs
Replies: 9
Views: 13180

Re: FindVersionsByCRCs

Thy for this code example. I tried it but I get only this compiler error.
The name 'FindVersionsByCRCs' does not exist in the current context
Which assembly is needed for that function?
by poschdi
Tue May 26, 2009 3:15 pm
Forum: Questions (API)
Topic: FindVersionsByCRCs
Replies: 9
Views: 13180

Re: FindVersionsByCRCs

No there isn´t set a working folder. I write a build tool with client and server functions. The client send command to the server with file he should get and build. Now I needed to know which local version is already exists to decide if the server can get this file or if there trouble with other cha...
by poschdi
Tue May 26, 2009 10:50 am
Forum: Questions (API)
Topic: FindVersionsByCRCs
Replies: 9
Views: 13180

Re: FindVersionsByCRCs

I want to determine which version a local file has. The function name sound good for that. That is the best function to analyse a file and get the versionnumber?
by poschdi
Tue May 26, 2009 6:29 am
Forum: Questions (API)
Topic: FindVersionsByCRCs
Replies: 9
Views: 13180

FindVersionsByCRCs

Hi, I wanted to determine the current local file version and I find the FindVersionsByCRCs function. I tried it with this code: FileCRC32 crc = new FileCRC32(); UInt32 icrc = crc.GetCRC(localFile); VaultClientFile vcf = RepositoryUtil.FindVaultFileAtReposOrLocalPath(repFile); Int64 version = ServerO...
by poschdi
Fri Mar 27, 2009 6:53 am
Forum: Support (Vault)
Topic: Quick fix for UNKNOWN status
Replies: 26
Views: 135332

Re: Quick fix for UNKNOWN status

I also wish a function to resolve the unknown file status.

Greets Florian
by poschdi
Fri Nov 14, 2008 2:15 am
Forum: Support (Vault)
Topic: Update File Status
Replies: 5
Views: 3557

Re: Update File Status

You could try enabling CRCs in the GUI Client under Tools-> options -> local files .
Thx that sounds good :)
by poschdi
Wed Nov 12, 2008 9:10 am
Forum: Support (Vault)
Topic: Update File Status
Replies: 5
Views: 3557

Update File Status

Hi, I have a problem with the file status. We use for every version a new release computer. For this I copied the old file system to the new computer. I can´t get the current repository version because some files which already checked in, should not be release in the next version. The problem now is...
by poschdi
Thu Sep 04, 2008 4:15 am
Forum: Questions (API)
Topic: Modify foreign comment
Replies: 2
Views: 6208

Modify foreign comment

Hi, Sometimes it is necessary for us to change a comment of a file from a other user. If there exists a possibility to modify this comment? I already found the API function ProcessCommandUpdateTxComment. This function return a "2206 : FailNotAdmin" by a file from a other user. Is where any...
by poschdi
Wed Apr 30, 2008 5:08 am
Forum: Questions (API)
Topic: Problem with the first steps in API
Replies: 2
Views: 7632

Thx now it works :)
by poschdi
Wed Apr 30, 2008 5:08 am
Forum: Support (Vault)
Topic: SCC Provider
Replies: 4
Views: 3743

I found a thread with this explanation I solved my problem.[/url]
by poschdi
Tue Apr 29, 2008 9:02 am
Forum: Questions (API)
Topic: Problem with the first steps in API
Replies: 2
Views: 7632

Problem with the first steps in API

Hi, I made my first steps with the Client API. I write a simple test program to login to the server. The server is installed local on my machine. ServerOperations.client.LoginOptions.URL = "http://172.17.50.104/"; ServerOperations.client.LoginOptions.User = "fmuehlenkamp"; Server...
by poschdi
Tue Apr 29, 2008 7:44 am
Forum: Support (Vault)
Topic: SCC Provider
Replies: 4
Views: 3743

Have you a idea how can I solved this problem? I already tried to reinstalled the Client. Also I tried two older vault versions (4.0.4, 3.5.3) and the current slickedit version(V13) but nothing changed. My system: Vault Server/Client 4.1.1 slickedit 11.0.2 Windows Vista My last try was to install th...