Search found 24 matches

by PhilS
Tue Dec 10, 2019 11:04 am
Forum: Support (Vault)
Topic: System.AccessViolation when using the MSSCCI-API
Replies: 4
Views: 8580

Re: System.AccessViolation when using the MSSCCI-API

Is the process loading the VaultIDE.dll a .NET Framework based process? Yes, it is. It is a .Net COM add-in hosted in Microsoft Access. Is it possible the other machines in which it does work has different versions of .NET Framework installed than where the System.AccessViolation error is seen? I c...
by PhilS
Tue Dec 10, 2019 8:05 am
Forum: Support (Vault)
Topic: System.AccessViolation when using the MSSCCI-API
Replies: 4
Views: 8580

System.AccessViolation when using the MSSCCI-API

Hi Guys! We're experiencing a problem on one computer when using the VaultIDE.dll via the MSSCCI-API . We can successfully call SccRunScc , but when our code calls SccGetProjPath the Vault client fails with an System.AccessViolation. (A simple programming error can be ruled out. Our code calling the...
by PhilS
Tue Mar 13, 2018 8:42 am
Forum: Support (Vault)
Topic: Feature Request: Select Label with DoubleClick
Replies: 1
Views: 7651

Feature Request: Select Label with DoubleClick

Feature Request for a very small but very useful usability improvement: In Vault Client, when using "Show History", in the Dialog "History Query Filter/Sort", tab "Dates &Labels" clicking "Browse" opens a list to select the label. In this list, please make...
by PhilS
Tue Mar 13, 2018 8:00 am
Forum: Support (Vault)
Topic: VS2015: Panels have initially wrong size on "Check Out"
Replies: 5
Views: 14739

Re: VS2015: Panels have initially wrong size on "Check Out"

In Visual Studio 2015/Vault Standard 10.0.1 (793), when I select a file in solution explorer and select "Check Out for Edit", the top panel is too short to show anything. I see exactly the same issue in SQL Server Management Studio 2017.2 with Vault Standard 9.1. - I assumed this to be an...
by PhilS
Tue Mar 13, 2018 7:51 am
Forum: Support (Vault)
Topic: Email Notifications stopped after upgrade to 9.1
Replies: 7
Views: 86848

Re: Email Notifications stopped after upgrade to 9.1

The URL you gave for the active service is actually for the index service, not the notify service. Sorry, I posted the wrong service's URL. - Didn't make too much if a difference though. I had the same issue with the VaultIndexService but wanted to focus on the Notification Service because there th...
by PhilS
Mon Mar 12, 2018 3:58 am
Forum: Support (Vault)
Topic: Email Notifications stopped after upgrade to 9.1
Replies: 7
Views: 86848

Re: Email Notifications stopped after upgrade to 9.1

Thank you for the quick reply! I edited the web.config files for the notification service and corrected the value for vault_server. I tried two different settings for vault_server - https://127.0.0.1/VaultService - https://real.server.name/VaultService Neither did fix the problem. There are two diff...
by PhilS
Fri Mar 09, 2018 11:12 am
Forum: Support (Vault)
Topic: Email Notifications stopped after upgrade to 9.1
Replies: 7
Views: 86848

Email Notifications stopped after upgrade to 9.1

Hi Everbody! We recently upgraded our ancient Vault 4.1.4. installation to Vault 9.1. As recommended in the upgrade guide we upgraded in stages. This process went well... ...but I just realized we did not receive any email notifications since this upgrade. What I have tried so far to get them going ...
by PhilS
Mon Feb 13, 2017 10:52 am
Forum: Support (Vault)
Topic: File "Renamed by Vault", why?
Replies: 1
Views: 4122

File "Renamed by Vault", why?

Hi! We are using SQL Server Management Studio Solutions/Projects and connected to Vault (4.1) via the "Sourcegear Vault Classic Client" in SSMS. I just noticed that some months ago something must have gone wrong with one file. The file in the local working folder has "Renegade" s...
by PhilS
Wed Sep 16, 2015 1:09 pm
Forum: Support (Vault)
Topic: Using Vault with a Microsoft Access application
Replies: 4
Views: 8192

Re: Using Vault with a Microsoft Access application

If you want to use version control from with the Microsoft Access development environment, you’ve got three options. 1.) Use the LoadFromText/SaveAsText-Methods of the Access.Application-Object to import/export all the Access objects as text files to the file system and the use the Vault Client (GUI...