@bruno_milano
Did you use these steps and change the ArchiveStartTime and ArchieveEndTime settings?
Changing the Archive Task Schedule in Vault
The Archive task schedule is managed through the Vault Server (ADMS Console). Here's how to check and adjust it:
Step 1 – Verify the Current Archive Task
- Open the Autodesk Data Management Server (ADMS) Console
- Go to Tools > View Server Tasks
- Locate the Archive task in the list — it will show the next scheduled execution time
Step 2 – Change the Schedule Time via web.config
The timing for server tasks (including Archive) is controlled in the Vault Server configuration file:
- Navigate to:
C:\Program Files\Autodesk\Vault Server <YYYY>\Server\Web\Services\web.config
- Make a backup copy of the file before editing (important — errors here can stop the Vault Server)
- Open the file and locate the
<connectivity.settings> section
- Find the Archive-related task key and update the time value using 24-hour format (
Hours:Minutes:Seconds)
- For example, to set it to run at 1:00 AM:
value="1:0:0"
- To set it to 10:00 PM:
value="22:0:0"
- Save the file
Step 3 – Apply the Changes
After saving the web.config, run the following command in an elevated Command Prompt on the server:
Then go back to Tools > View Server Tasks in the ADMS Console to confirm the new scheduled time is reflected.
⚠️ Important: Always back up web.config before editing. If the file is corrupted, the Vault Server may stop working and a reinstall could be required.