Autodesk data management server console 2013

Asked By 80 points N/A Posted on -
qa-featured

Hello,

When I try to set up a backup from within the ADMS Console in autodesk data management server console 2013, I get the following error message stating that it is not able to create full backup task.

Any solutions?.

Thanks in advance.

Autodesk data management server console 2013

Failed to create incremental backup task

SHARE
Answered By 0 points N/A #156662

Autodesk data management server console 2013

qa-featured

 

You can try using Automate back using Microsoft windows task scheduler by following the below steps:
 
1 Create a text file called Backup.txt.
2 Insert the following text:
@ECHO OFF
REM DELETE B AND CASCADE A BACKUP SUBDIRECTORIES
RMDIR /Q /S "C:BackupVaultB"
REN "C:BackupVaultA" “B”
REM CREATE A NEW DIRECTORY FOR THE BACKUP
 
MKDIR "C:BackupVaultA"
REM START THE BACKUP PROCESS (THIS IS ONE LINE OF TEXT)
"C:Program FilesAutodeskData Management Server 2009ADMS
ConsoleConnectivity.ADMSConsole.exe" -Obackup
-B"C:BackupVaultA" -VUadministrator -VP[YourPassword] -S
3 Change the name of the text file to Backup.bat to convert it to a batch
file.
 
Have you tried to reset your Vault Server back to the default.
 
Please try this and if you face any issue then let me know.
 
Regards,
Romil

Related Questions