Search found 10 matches

by bermudabob
Fri Jul 29, 2011 1:54 am
Forum: Support (Vault)
Topic: Impersonated user change
Replies: 5
Views: 3927

Re: Impersonated user change

Thanks for that - I had a feeling it would be something like directory rights. I downloaded the Identity Switcher tool and its worked perfectly. :D

Thanks again,

Rob
by bermudabob
Thu Jul 28, 2011 8:24 am
Forum: Support (Vault)
Topic: Impersonated user change
Replies: 5
Views: 3927

Re: Impersonated user change

The Vault server was installed to connect to SQL Server by impersonating a user - unfortunately it was set up to impersonate a user who is leaving the company, and company practice is to delete the accounts of people who go. This of course will stop Vault from working, so we have now have a network ...
by bermudabob
Thu Jul 28, 2011 3:07 am
Forum: Support (Vault)
Topic: Impersonated user change
Replies: 5
Views: 3927

Impersonated user change

I'm trying to change the vault service impersonated user to a generic user, but it doesn't work with the user I'm trying to assign. What do I have to do to change this user? All I can find is the entry in the Web.config file and I've given the new user the same SQL Server access rights as the old us...
by bermudabob
Thu Sep 09, 2010 9:23 am
Forum: Questions (API)
Topic: retrieving label or comment from a file
Replies: 3
Views: 9605

Re: retrieving label or comment from a file

Looks like I've managed to find out how to do this myself - for information purposes, here's what I did: I set the 'ServerOperations.client.Comment' field to the comment I wanted and then did the 'ServerOperations.ProcessCommandLabel' method. Lo and behold, the comment field was set. It also works f...
by bermudabob
Thu Sep 09, 2010 8:47 am
Forum: Questions (API)
Topic: retrieving label or comment from a file
Replies: 3
Views: 9605

Re: retrieving label or comment from a file

I've done some more digging, and found how to get the information I need using ProcessCommandHistory. The only stumbling block I've got now is that while I can create a label, I need to be able to create a comment to go with it. Not having much success in finding how to do this...
by bermudabob
Thu Sep 09, 2010 5:32 am
Forum: Questions (API)
Topic: retrieving label or comment from a file
Replies: 3
Views: 9605

retrieving label or comment from a file

I need to be able to set either a label or a comment for a file and then be able to retrieve it again at a later date. Currently, I can set a label and I can set a comment, but I'm have a job figuring out how to retrieve them. is there any way to get a label or a comment associated with a version of...
by bermudabob
Mon Aug 23, 2010 2:53 am
Forum: Questions (API)
Topic: Cannot Compile in VS2010
Replies: 3
Views: 7657

Re: Cannot Compile in VS2010

Sorry for the incredibly late reply - its all sorted now - I'd got part of the reference wrong...
by bermudabob
Wed Jul 14, 2010 8:12 am
Forum: Support (Vault)
Topic: User not able to view 1 file
Replies: 3
Views: 2381

Re: User not able to view 1 file

Lovely - sorted the problem straight away!

Thanks,

Rob
by bermudabob
Wed Jul 14, 2010 1:52 am
Forum: Support (Vault)
Topic: User not able to view 1 file
Replies: 3
Views: 2381

User not able to view 1 file

Hi, This one has me stumped - we've got a number of users who all access a project. One of the users noted that one of the files in the project did not look like it was bound to Vault properly when seen in VS2010. On opening the Vault client, this one user could not see the file in the project. Ever...
by bermudabob
Fri May 28, 2010 3:38 am
Forum: Questions (API)
Topic: Cannot Compile in VS2010
Replies: 3
Views: 7657

Cannot Compile in VS2010

I'm using VS2010 and have added references to VaultClientIntegrationLib, VaultClientOperationsLib & VaultLib. I have added 'using' statements for each one of these at the top of the class I created to test them. I added some code from one of the examples here and noted that the Intellisense was ...