Search found 60 matches

by ejhansen71
Thu Apr 28, 2016 7:46 am
Forum: Questions (API)
Topic: C# API To get Diff btwn Current and Previous Check in
Replies: 20
Views: 58845

Re: C# API To get Diff btwn Current and Previous Check in

I make a call to GETLABEL. Afterwards, I send a request to do a diff. Requirement: Get the files associated with a label and write them to a SAMBA share \\server\folder then get the difference between that file and the previous version in the repository - which is the lastget option. Here is the cod...
by ejhansen71
Wed Apr 27, 2016 7:19 pm
Forum: Questions (API)
Topic: C# API To get Diff btwn Current and Previous Check in
Replies: 20
Views: 58845

Re: C# API To get Diff btwn Current and Previous Check in

Can you give me an idea of what

DIFF -repository REPO -compareto lastget -norecursive $/project/file.txt \\server\project\file.txt

Error: Working Folder not set for Repository path.

We use a vault client on an application server. No working folders are set. How do I pass one?
by ejhansen71
Tue Apr 26, 2016 10:50 am
Forum: Questions (API)
Topic: C# API To get Diff btwn Current and Previous Check in
Replies: 20
Views: 58845

C# API To get Diff btwn Current and Previous Check in

Hi Beth - Can I use the C# API to return the Difference between each file attached to a Label and it's previous version. So the current version would be the latest checkin and the previous would be the version just prior to it. We get the label and the files associated with it, for each of those fil...
by ejhansen71
Tue Apr 05, 2016 8:21 am
Forum: Questions (API)
Topic: ProcessCommandRenameLabel
Replies: 3
Views: 21682

Re: ProcessCommandRenameLabel

No. I pass only the top level "$/Folder1" when the label may be located in "$/Folder1/Folder2"

Is there a method that can fetch the labels (wherever they are under the project level (i.e. "$/folder1")) and then rename them?
by ejhansen71
Mon Apr 04, 2016 10:27 am
Forum: Questions (API)
Topic: ProcessCommandRenameLabel
Replies: 3
Views: 21682

ProcessCommandRenameLabel

Beth - I am trying to use the C# API and am calling the following method to change the labels on the files and folders under the oldLabel name. The method I used and the errors I received are below. What did I do wrong or is there a better way to change an existing label name to a new name? Thanks -...
by ejhansen71
Mon Mar 14, 2016 9:47 am
Forum: Support (Vault)
Topic: Vault 9.1 Add Files/Folders Issue
Replies: 10
Views: 10984

Re: Vault 9.1 Add Files/Folders Issue

NEW UPDATE It is only happening when we use an absolute path to the folder ex. \\server\folder\a\b\c We use vault to navigate to the project path, select folder "c" , right click , and Add File/Folder. Then the Add GUI shows up and instead of starting at \\server\folder\a\b\c, it always st...
by ejhansen71
Tue Mar 08, 2016 12:42 pm
Forum: Support (Vault)
Topic: Vault 9.1 Search Feature and Show Labels Feature Request
Replies: 4
Views: 6414

Re: Vault 9.1 Search Feature and Show Labels Feature Request

I passed along the info to the user. Search history seems to be good enough for now. We' really like to see the date filter incorporated in the search function which you guys did a lot of work to upgrade in v9. The search function is much improved over v8 but the date filter would make it almost per...
by ejhansen71
Tue Mar 08, 2016 12:35 pm
Forum: Support (Vault)
Topic: Vault 9.1 Add Files/Folders Issue
Replies: 10
Views: 10984

Re: Vault 9.1 Add Files/Folders Issue

The user has found the problem. It is not with the client. I'm sorry for wasting your time. Please close the issue and burn it if you'd like. :oops:
by ejhansen71
Tue Mar 08, 2016 12:27 pm
Forum: Questions (API)
Topic: RENAMELABEL and Vault 9.1 API Question/Request
Replies: 4
Views: 23189

Re: RENAMELABEL and Vault 9.1 API Question/Request

Well, we don't want to loop through anything. It takes too long. We want to simply rename LABEL-A to LABEL-B on a given repository no matter what the label is placed on. The COPYLABEL requires looping through every program and file just like RENAMELABEL does. There is no time savings, in fact there ...
by ejhansen71
Mon Mar 07, 2016 4:03 pm
Forum: Support (Vault)
Topic: Vault 9.1 Add Files/Folders Issue
Replies: 10
Views: 10984

Re: Vault 9.1 Add Files/Folders Issue

Yes the folder exists. For the example we have a windows samba drive F:\code\ So $/HDMS_DartLoad (root) ---customers <-- F:\code\hdmsdartload\customers ---vendors <-- F:\code\hdmsdartload\vendors ---standard <-- F:\code\hdmsdartload\standard All 3 we check the box to force subfolders to inherit Then...
by ejhansen71
Mon Mar 07, 2016 3:40 pm
Forum: Support (Vault)
Topic: Vault 9.1 Search Feature and Show Labels Feature Request
Replies: 4
Views: 6414

Vault 9.1 Search Feature and Show Labels Feature Request

Search: There is no way to search for files between dates. Please add a feature to filter by dates. Sorting on Modified Date gives me an A-Z sort meaning that 8/1/2011 comes after 2/27/2016. This is all but worthless. When involving dates, should sort by YYYY then month, then date. Show Labels: This...
by ejhansen71
Mon Mar 07, 2016 12:50 pm
Forum: Support (Vault)
Topic: Vault 9.1 Add Files/Folders Issue
Replies: 10
Views: 10984

Re: Vault 9.1 Add Files/Folders Issue

We upgraded from 8.0.1 to 9.1 We usually set the working folder as close to the root as possible and then check the "Foce all subfolders to use inherited working folder." Example: $/HDMS_DartLoad (root) ---customers <-- Set working folder here ---vendors <-- Set working folder here ---stan...
by ejhansen71
Mon Mar 07, 2016 10:38 am
Forum: Support (Vault)
Topic: Vault 9.1: Find in Files Feature Not Working
Replies: 3
Views: 6269

Re: Vault 9.1: Find in Files Feature Not Working

Beth - I tried to add a shadow folder setup and got the error you said would happen. I sent the info to Steve From Steve: "The forum answer was to copy the password from the Shadow Folder web.config file to the Index Service web.config, which is what I did. Does this mean that both of them were...
by ejhansen71
Mon Mar 07, 2016 10:36 am
Forum: Questions (API)
Topic: RENAMELABEL and Vault 9.1 API Question/Request
Replies: 4
Views: 23189

Re: RENAMELABEL and Vault 9.1 API Question/Request

When a label is initially created, is it created on a folder or a file? It can be either. Sometimes a developer will select the whole folder and only place a label on it. Other times they add the labels to individual files only. Sometimes they add a label to folder a and add the same label to files...
by ejhansen71
Mon Mar 07, 2016 10:21 am
Forum: Support (Vault)
Topic: Vault 9.1 Add Files/Folders Issue
Replies: 10
Views: 10984

Vault 9.1 Add Files/Folders Issue

Since the 9.1 upgrade, when I try to add a file to Vault by right clicking on a folder in the directory tree and selecting Add Files/Folders the popup screen doesn’t take me directly to the folder I clicked on, rather takes me back to Root Working Folder and I have to navigate back to the folder I w...