Search found 13 matches

by bodgerx
Tue Nov 24, 2009 10:05 am
Forum: Support (Vault)
Topic: User logins are currently disabled
Replies: 5
Views: 3538

Re: User logins are currently disabled

Normally we would have done what you have stated. Thing is, our SQL Server database instance is on a Polyserve Matrix. The instance (along with the db) was being migrated to a newer, more powerful, matrix. Polyserve (HP) provide a utility to do this (it copies the db, users, logins, jobs everything)...
by bodgerx
Mon Nov 23, 2009 8:37 am
Forum: Questions (API)
Topic: Calling VaultHistoryItem.GetActionString()
Replies: 12
Views: 14746

Re: Calling VaultHistoryItem.GetActionString()

My bad - it was returning all the labels - I wasn't scrolling through the full list the VS debugger.

Thanks for you help - I have now deployed my app to our dev team and they are using it.
by bodgerx
Mon Nov 23, 2009 6:30 am
Forum: Support (Vault)
Topic: User logins are currently disabled
Replies: 5
Views: 3538

Re: User logins are currently disabled

Please ignore this thread. It transpires that the migration utility we used to copy the database to the new server failed to copy any of the tables!
by bodgerx
Mon Nov 23, 2009 6:18 am
Forum: Support (Vault)
Topic: User logins are currently disabled
Replies: 5
Views: 3538

Re: User logins are currently disabled

As per some of the other comments I have seen on here, I attempted to uninstall and reinstall. On the reinstall, on connecting to the existing database, I get asked the question on whether I would like to use the existing database - I answer yes, and then get this error: vault-server-install-error.j...
by bodgerx
Mon Nov 23, 2009 3:44 am
Forum: Support (Vault)
Topic: User logins are currently disabled
Replies: 5
Views: 3538

User logins are currently disabled

We have just moved our Vault database to a different SQL Server. The application remains on the same server. The migration looked ok, but when anyone logs in we get: "Login Failed: Your serial number is not a valid serial number. User logins are currently disabled." All I did to the applic...
by bodgerx
Thu Nov 19, 2009 5:52 am
Forum: Questions (API)
Topic: Calling VaultHistoryItem.GetActionString()
Replies: 12
Views: 14746

Re: Calling VaultHistoryItem.GetActionString()

I've tried it using the following code: long objId = RepositoryUtil.FindVaultTreeObjectAtReposOrLocalPath(tbVaultPath.Text).ID; string qryToken; long rowsRetMain; long rowsRetRecur; ServerOperations.client.ClientInstance.BeginLabelQuery(tbVaultPath.Text, objId, true, // get recursive true, // get in...
by bodgerx
Wed Nov 18, 2009 9:35 am
Forum: Questions (API)
Topic: Calling VaultHistoryItem.GetActionString()
Replies: 12
Views: 14746

Re: Calling VaultHistoryItem.GetActionString()

That looks good, thank you for your help. I will give it a go.
by bodgerx
Wed Nov 18, 2009 3:45 am
Forum: Questions (API)
Topic: Calling VaultHistoryItem.GetActionString()
Replies: 12
Views: 14746

Re: Calling VaultHistoryItem.GetActionString()

It seems strange that this method should act recursively on everything but labels.

What would be the reccomended method to use to do a recursive label search?

Thanks.
by bodgerx
Tue Nov 17, 2009 10:55 am
Forum: Questions (API)
Topic: Calling VaultHistoryItem.GetActionString()
Replies: 12
Views: 14746

Re: Calling VaultHistoryItem.GetActionString()

Yes, that is intentional - I want everything at that path (e.g. a folder and its contents) - and I want to check the labels on files under there, as well as the action (check-in) etc.

Is this not the way to achieve this?
by bodgerx
Tue Nov 17, 2009 9:44 am
Forum: Questions (API)
Topic: Calling VaultHistoryItem.GetActionString()
Replies: 12
Views: 14746

Re: Calling VaultHistoryItem.GetActionString()

My apologies, I didn't give you the full picture. This is the initial code (that calls the method "IsHigherLiveVersion()"): VaultClientFolder folder = new VaultClientFolder(); folder = RepositoryUtil.FindVaultFolderAtReposOrLocalPath(tbVaultPath.Text); DateSortOption myDateSort = new DateS...
by bodgerx
Mon Nov 16, 2009 10:24 am
Forum: Questions (API)
Topic: Calling VaultHistoryItem.GetActionString()
Replies: 12
Views: 14746

Calling VaultHistoryItem.GetActionString()

I'm trying to loop through a list of history items to find a labelled version using the API and sample code wrappers (ServerOperations). I can sucessfully retrive checked-in items, but for some reason, never labels. I assumed that by calling GetActionString() on a VaultHistoryItem object, but it nev...
by bodgerx
Thu Nov 12, 2009 7:09 am
Forum: Support (Vault)
Topic: Error after check-in with Biztalk Project
Replies: 3
Views: 2251

Re: Error after check-in with Biztalk Project

All source files and projects are beneath the solution in the folder structure. There is an external web reference, but there are no other references to stuff above the solution (apart from the default stuff you get with Biztalk projects).

We will try checking in and manually binding...
by bodgerx
Wed Nov 11, 2009 7:27 am
Forum: Support (Vault)
Topic: Error after check-in with Biztalk Project
Replies: 3
Views: 2251

Error after check-in with Biztalk Project

When an entire project and solution is checked into Vault in Visual Studio 2008, with a Biztalk project, we get the following error message: Action being performed on this control is being called from the wrong thread. Marshal to the correct thread using Control.Invoke or Control.BeginInvoke to perf...