Search found 3625 matches

by jclausius
Wed Dec 18, 2024 11:10 am
Forum: Vault Standard CPC (Cross Platform Client)
Topic: macOS 11 (and later) VaultCPC
Replies: 2
Views: 51915

Re: macOS 11 (and later) VaultCPC

Note, starting with VaultCPC Standard 11, setting the extended attribute using xattr should no longer be required. At least with this current implementation of Gatekeeper within MacOS.
by jclausius
Wed Dec 18, 2024 11:10 am
Forum: Vault Professional CPC (Cross Platform Client)
Topic: macOS 11 (and later) VaultCPC Professional
Replies: 2
Views: 69263

Re: macOS 11 (and later) VaultCPC Professional

Note, starting with VaultCPC Professional 11, setting the extended attribute using xattr should no longer be required. At least with this current implementation of Gatekeeper within MacOS.
by jclausius
Mon Oct 21, 2024 10:37 am
Forum: Support (Vault)
Topic: ProcessCommandVersionHistory Results
Replies: 3
Views: 1247

Re: ProcessCommandVersionHistory Results

In regards to history, there are two types of comments: A transaction comment A transaction Item comment When you look at version history, it will display the Transaction comment only. Then when you view the details, it will show the transaction comment above and any transaction item comments with e...
by jclausius
Tue Oct 15, 2024 1:52 pm
Forum: Support (Vault)
Topic: ProcessCommandVersionHistory Results
Replies: 3
Views: 1247

Re: ProcessCommandVersionHistory Results

ProcessCommandVersionHistory() will list the transactions that have been applied to a given Folder. With that said, any time an object in the repository is changed, the parent folder and all of the ancestor folders up to and including $/ are also bumped by a version. So, it isn't just changes, but e...
by jclausius
Thu Jan 04, 2024 3:49 pm
Forum: Support (Vault Professional)
Topic: remove unneeded Vault backup files
Replies: 2
Views: 41300

Re: remove unneeded Vault backup files

Yeah... the _sgbak is a folder full of files that are saved in the case of something catastrophic and you didn't really mean to undo a check out or overwrite a file on a GET. If you do NOT need the files, you can safely delete them. There are client side options for the backup directory as well. Gla...
by jclausius
Fri Oct 13, 2023 12:24 pm
Forum: Support (Vault)
Topic: Need to install 2 versions of Vault client
Replies: 1
Views: 55887

Re: Need to install 2 versions of Vault client

Due to state information of a repository possibly changing between versions the Vault client was written in such a way that only one version can work at a time. Each version of the Vault client stores some of the more system wide settings in HKLM in your registry and unfortunately are not versioned....
by jclausius
Fri Sep 22, 2023 8:06 am
Forum: Support (Vault)
Topic: Could not find a part of the path
Replies: 5
Views: 106997

Re: Could not find a part of the path

I've logged a bug report for the trimming issue for unknown files to investigate a fix for the problem. I'll report back on that once I know more.

In the meantime, hopefully some of the work-arounds I've provided will allow you to avoid unknown file resolution altogether.
by jclausius
Thu Sep 21, 2023 7:39 am
Forum: Support (Vault)
Topic: Could not find a part of the path
Replies: 5
Views: 106997

Re: Could not find a part of the path

Note, when I say the Vault component sees files that it thinks it did not get, the Vault client has a client side cache for files it has retrieved and their state (checked out status list, time stamp, size, etc.). If you're running a builder where those pieces of the file cache file are not maintain...
by jclausius
Wed Sep 20, 2023 4:21 pm
Forum: Support (Vault)
Topic: Could not find a part of the path
Replies: 5
Views: 106997

Re: Could not find a part of the path

Just to verify, you are using a GETLABEL command from the command line, and by using the -LABELFOLDER option you have configured the command line client with a working folder of "C:\JK\workspace\B@4\Repository\Trunk" and the working folder is either empty or you have populated it with a pr...
by jclausius
Wed Apr 26, 2023 1:49 pm
Forum: Support (Vault Professional)
Topic: Vault Client does not recognize razor files
Replies: 3
Views: 52601

Re: Vault Client does not recognize razor files

Hi Thomas,

Could you please elaborate more on what you mean by recognize changes in .razor files?

For example, if I have a project bound, and edit the .razor file, the file shows in my pending changes pane upon editing the file. See attached
.
vs2022-blazor.png
by jclausius
Mon Dec 26, 2022 9:00 am
Forum: Knowledge Base (Vault)
Topic: Installing IIS and registering .NET with IIS
Replies: 3
Views: 105639

Re: Installing IIS and registering .NET with IIS

Here's a quick screen shot of the roles selected running Vault Server 10.2 on Windows Server 2022.
by jclausius
Fri Nov 04, 2022 12:42 pm
Forum: Questions (API)
Topic: Meaning of Properties on VaultDeletedObject
Replies: 4
Views: 119345

Re: Meaning of Properties on VaultDeletedObject

They are defined in server code (as the server works directly with the database), but not in the ClientAPI. Normally one would look at the properties of a file/folder (VaultClientFolder f = ...; if (f.Branched) { ... };) or go through ClientInstance.TreeCache to check on Share information. However, ...
by jclausius
Thu Nov 03, 2022 8:11 am
Forum: Questions (API)
Topic: Meaning of Properties on VaultDeletedObject
Replies: 4
Views: 119345

Re: Meaning of Properties on VaultDeletedObject

No. The properties are a bitmap of various properties, but the main 2 properties are for file or folder. So, determine this, you can do a bitwise AND using VaultLib.VaultFSObjectDefine entries : VaultDeletedObject delObject = ...; if ( (((ushort)delObject.Properties) & VaultLib.VaultFSObjectDefi...
by jclausius
Wed Jun 29, 2022 2:47 pm
Forum: Support (Vault)
Topic: Vault Extension for Visual Studio 2022
Replies: 3
Views: 95005

Re: Vault Extension for Visual Studio 2022

Latest update (June 29, 2022) - Microsoft has released a patch within Visual Studio 17.2.5 that registers the Vault components correctly. We thank Microsoft for the fix introduced in the 17.2.0 and 17.2.1 updates. Vault customers wishing to use Vault with bound solutions and projects should use Visu...
by jclausius
Wed Jun 29, 2022 2:46 pm
Forum: Support (Vault Professional)
Topic: Vault Professional Extension for Visual Studio 2022
Replies: 3
Views: 82374

Re: Vault Professional Extension for Visual Studio 2022

Latest update (June 29, 2022) - Microsoft has released a patch within Visual Studio 17.2.5 that registers the Vault components correctly. We thank Microsoft for the fix introduced in the 17.2.0 and 17.2.1 updates. Vault customers wishing to use Vault with bound solutions and projects should use Visu...