I’m trying to do a get with Vault - should be very simple.
But I get this error:
VAULT INTERNAL EXCEPTION: System.Exception: Could not map path to anything useful: Wizards/MT/
Here’s the command line that FB is running:
Running Vault with command line : get -user “my.user.name” -password “******” -host “our.server.com” -repository “RFP Wizard” -ssl -nonworkingfolder “c:\rfpwizard” -makewritable “$/RFP Wizards/MT/”
I suspect this is due to spaces in the Repository Folder, but…
If I cut/paste this command at the command line it runs without error. It only fails in FB.
Yes, I could probably remove the space from the Repository Folder and it would work. But we’re not ready to give up spaces yet.
FB version: 6.3.0.1506
Vault.exe version: 4.1.4.18402
Thanks,
Heath
Hi Heath,
I’ve had a look into this and it appears that Vault doesn’t like the trailing slash in ‘c:\rfpwizard’, the error message being reported by Vault is a little misleading. I’ll implement some checking in the action so that the trailing slash is removed automatically for future versions.
Regards,
Paul.
Paul,
Thanks. That was indeed the problem.
I swear it worked when I copied the command from FB error message to the command line.
Thanks again,
Heath