Issue Creating Centralized Storage Vault
i'm having issues creating a centralized storage vault.
[CODE]
---------------------------------------------------------------------
Error
---------------------------------------------------------------------
The vault was not created.
---------------------------------------------------------------------
Details:
Code: 2,555,960(0x00270038)
LineInfo: 0xAF0695FA9D426CD8;
Module: storage_server_vsa64_38929
Message: Failed to add vault 'Backups'.
Code: 2,555,948(0x0027002C)
LineInfo: 0xD2F435CBB76148D6;
Module: storage_server_vsa64_38929
Message: Failed to create vault 'Backups'.
Code: 7,667,722(0x0075000A)
LineInfo: 0xB44F871AE1A7BA6E;
Module: storage_server_vsa64_38929
Message: Failed to encrypt data of the credentials.
Code: 65,520(0x0000FFF0)
LineInfo: 0xBD28FDBD64EDB8EE;
Module: storage_server_vsa64_38929
Message: The system cannot find the file specified
---------------------------------------------------------------------
[CODE]
this pops up every time.
the service account for acronis has administrator perms on the local machine. the os is server 2012 R2

- Anmelden, um Kommentare verfassen zu können

'The system cannot find the file specified' error is returned for CryptProtectData WinAPI function call.
Try to check this one for solution - http://code.logos.com/blog/2009/09/file_not_found_cryptographicexceptio… . HKEY_CURRENT_USER should be checked for the user that runs the Storage Node service. If you don't know its password, you can either forcefully change it and then change it in services' properties too.
- Anmelden, um Kommentare verfassen zu können