Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vault Backup with backup script? (x86) Issue

2 REPLIES 2
Reply
Message 1 of 3
superslinky
739 Views, 2 Replies

Vault Backup with backup script? (x86) Issue

Hey all, I need help with this. I think I know the problem and apoligize if this has been asked before. Basically I'm running a standard backup script:

@echo off
REM ********** CASCADE FOLDER BACKUP
SCRIPT************************************
REM ADMS Console 2010 Back Script
REM
******************************************************************************

echo %date% %time% Backup Started >> C:\VaultBackup

\Production_Vault_Backup.log"

REM Bounce SQL Sdfvice to release memory
REM NET STOP SQLAgent$AUTODESKVAULT
NET STOP MSSQL$AUTODESKVAULT
NET START MSSQL$AUTODESKVAULT
REM NET START SQLAgent$AUTODESKVAULT

REM Delete and Create Vault backup folders
RMDIR /Q /S "C:\VaultBackup\B"
Move /Y "C\VaultBackup\A" "C:\VaultBackup\B"
MKDIR "C:VaultBackup\A\"

REM Run ADMS Console Backup
"C:\Program Files (x86)\Autodesk\ADMS 2010\ADMS Console

\Connectivity.ADMSConsole.exe" -Obackup -B"C:\VaultBackup\A"
-VUAdministrator -VP -L"C:\VaultBackup\Production_Vault_Backup.log" -S

echo %date% %time% Backup Completed>> "C:\VaultBackup

\Production_Vault_Backup.log"

 

This worked before we changed everything over to a windows 7 machine. Originally the path in bold above didn't include the (x86). Other than that everything else is identical. Does anyone have any idea if I have something wrong of if there is a work around?

 

Thanks,

2 REPLIES 2
Message 2 of 3
Andy.Spivey
in reply to: superslinky

What error are you having when running the backup?  If it is a scheduled task, what does the result state?  (0x2?)

 

Can you execute the BAT file manually?


Andy Spivey
SQA Engineer
Message 3 of 3

Dear superslinky,

 

Thanks for your posting.

 

Would you please try to execute this by command line?

"C:\Program Files (x86)\Autodesk\ADMS 2010\ADMS Console\Connectivity.ADMSConsole.exe" -Obackup -B"C:\VaultBackup\A" -VUAdministrator -VP -L"C:\VaultBackup\Production_Vault_Backup.log" -S

 

If this still not work. Please check all the locations in your commandline file.

If all the above still not work, please provide us more information:

1. Whar error dialog you got? It will be better capture a picture on that dialog.

2. The ADMSConsole log. (the default location in windows server 2008 is C:\ProgramData\Autodesk\VaultServer\Filestore)

 

Thanks

Rohn

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums