Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Workspace Sync error "Not a valid host or vault"

Anonymous

Workspace Sync error "Not a valid host or vault"

Anonymous
Not applicable

I created a .bat file and am getting the error "Not a valid host or vault" when i run it. I'm using windows authentication, so do i still need to provide the password arguments? It doesn't state that it is optional, but using windows authentication, you would think it's not needed, right?

 

script contents:

cd "C:\Program Files\Autodesk\Vault Professional 2018\Explorer>"

Connectivity.WorkspaceSync.exe -servername\databasename -WA

0 Likes
Reply
Accepted solutions (1)
498 Views
2 Replies
Replies (2)

CGBenner
Community Manager
Community Manager

@Anonymous 

 

Forgive me for asking, but I just need to get it out of the way... I assume that in your actual script you used YOUR server and database name, and just made it generic for posting here?


Chris Benner
Industry Community Manager – Design & Manufacturing


If a response answers your question, please use  ACCEPT SOLUTION  to assist other users later.


Also be generous with Likes!  Thank you and enjoy!


Become an Autodesk Fusion Insider
Inventor/Beta Feedback Project
0 Likes

GunnarNilsson
Collaborator
Collaborator
Accepted solution

From the help files:

-Nserver\databasename

The name of the server and the database to be synchronized (required).

 

In your script in the post I see no capital N before servername. Did you just omit it when you replaced your actual server name with servername\databasename in the post, or did you omit it when you issued the command?

0 Likes