Search found 5 matches

by PeterAslund
Fri Feb 05, 2016 3:42 am
Forum: Support (Vault Professional)
Topic: Keep getting error "Object reference not set"
Replies: 4
Views: 6762

Re: Keep getting error "Object reference not set"

Removing the CacheMember fixed the problem
Thank you!
by PeterAslund
Thu Feb 04, 2016 6:51 am
Forum: Support (Vault Professional)
Topic: Keep getting error "Object reference not set"
Replies: 4
Views: 6762

Re: Keep getting error "Object reference not set"

I can find the exception in the client log file. (%Temp%\VaultGUIclient.txt) 2016-02-04 13:50:11 <generic>: [GUIClientWorkerThread:4] [System.NullReferenceException: Object reference not set to an instance of an object. at VaultClientOperationsLib.CacheMember_CommitDialogBugInfo.get_BugList() at Vau...
by PeterAslund
Thu Feb 04, 2016 6:06 am
Forum: Support (Vault Professional)
Topic: Keep getting error "Object reference not set"
Replies: 4
Views: 6762

Keep getting error "Object reference not set"

I suddenly got an blue-screen yesterday, might have happened due to insufficient free memory. This I got exactly as I committed a change to Vault. The changes were not commited Issue: Now after the reboot, I can't seem to check-in anymore. I keep getting the error message "Object reference not ...
by PeterAslund
Tue Sep 01, 2015 2:12 am
Forum: Support (Vault Professional)
Topic: Searching for files (Client API)
Replies: 4
Views: 6019

Re: Searching for files (Client API)

Thank you! The GetWildCard command was exactly what I needed. Can I suggest the feature that you can specify multiple wildcards. For example specifying multiple file extensions as: ".csproj;.sln" And also showing how many files that where copied, in the xml result. Thank you for the help
by PeterAslund
Mon Aug 31, 2015 7:27 am
Forum: Support (Vault Professional)
Topic: Searching for files (Client API)
Replies: 4
Views: 6019

Searching for files (Client API)

Hi! I want do make a search and download all files with ".csproj" inside a folder. I have tried achieving this via the Client API command prompt application. When running this command: vault.exe findinfolder "*.csproj" "RootFolder/SubFolder" -host "{HOST}" -us...