Search found 3621 matches

by jclausius
Thu Jan 04, 2024 3:49 pm
Forum: Support (Vault Professional)
Topic: remove unneeded Vault backup files
Replies: 2
Views: 20720

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: 23958

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: 57940

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: 57940

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: 57940

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: 25945

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: 58494

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: 59780

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: 59780

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: 51805

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: 44067

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...
by jclausius
Wed Jun 08, 2022 12:26 pm
Forum: Support (Vault)
Topic: Vault Extension for Visual Studio 2022
Replies: 3
Views: 51805

Re: Vault Extension for Visual Studio 2022

Latest update (June 8, 2022) - The Microsoft developer evaluating the issue seems to believe the problem is not in the Vault Extension itself, but rather a change made to the VSIX Installer and how it registers "Sub" Vault Extensions used / packaged within the Vault Extension. Again this w...
by jclausius
Wed Jun 08, 2022 12:25 pm
Forum: Support (Vault Professional)
Topic: Vault Professional Extension for Visual Studio 2022
Replies: 3
Views: 44067

Re: Vault Professional Extension for Visual Studio 2022

Latest update (June 8, 2022) - The Microsoft developer evaluating the issue seems to believe the problem is not in the Vault Extension itself, but rather a change made to the VSIX Installer and how it registers "Sub" Vault Extensions used / packaged within the Vault Extension. Again this w...
by jclausius
Tue May 31, 2022 10:01 am
Forum: Support (DiffMerge)
Topic: NoSplash
Replies: 1
Views: 23985

Re: NoSplash

Are you referring to the "Registration" reminding that you are using an unregistered version of DiffMerge or perhaps something else?
by jclausius
Thu May 26, 2022 9:37 am
Forum: Support (Vault)
Topic: Vault Extension for Visual Studio 2022
Replies: 3
Views: 51805

Re: Vault Extension for Visual Studio 2022

We've isolated the problem in Visual Studio 17.2.0 and 17.2.1. The Vault Extension has a sub-extension that handles the authentication portion of the Vault client. When the Vault Extension is loaded, it registers this type with the object to use if another Vault service requests its usage. In Visual...