Acronis Backup 12.5 Advanced
Hello there,
I've got a problem with setting up a Command after Backup Acitivty succeeded.
I set it up like this:
We can't set up a networkdirectory at these lines.
So everything is stored on our server with the management console installed of acronis backup.
Everytime it says this one:
"Befehl 'Executing post-backup command' ist fehlgeschlagen.
Windows-Fehler: (0x8007010B) Der Verzeichnisname ist ungültig"
If copy all these files to the vcenter (f.e.) server at the same path, it says:
Nachricht: Ausführen des Befehls ' Ausnahmefehler: System.IO.FileNotFoundException: Die Datei oder Assembly "System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. bei ik.PowerShell.PS2EXE.Main(String[] args) ' fehlgeschlagen.
Anyone any Idea how to set it up correctly?

- Anmelden, um Kommentare verfassen zu können

Hello,
In general Error 0x8007010b comes in all cases from the issues with the directory name where the users or process is going to use.
To map a network drive in bat us the command:
- Open the command prompt with “Run as administrator”
- Edit the command below with you username password
- Copy-paste into CMD and click Enter:
net use T: \\networkShare\Test /u:domainname\username password
Tip! Use “*” instead of the letter so in this way the system will use automatically an unused drive letter.
- Anmelden, um Kommentare verfassen zu können

Hello Enco,
Welcome to Acronis forums!
Thank you for sharing this tip with other forum users!
- Anmelden, um Kommentare verfassen zu können