Direkt zum Inhalt

Acronis Backup 12.5 Advanced

Thread needs solution

Hello there,

I've got a problem with setting up a Command after Backup Acitivty succeeded.

I set it up like this:
 

Bild 4.png

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?

0 Users found this helpful

Hi

You can specify path to the executable or batch files that are located on the same machine where agent (that performs backup) is installed.

In your case you can create batch file that will:

  1. mount network folder (using "net use" command)
  2. start the executable or batch file
  3. unmount network folder

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:

  1. Open the command prompt with “Run as administrator”
  2. Edit the command below with you username password
  3. 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.

 

frestogaslorastaswastavewroviwroclolacorashibushurutraciwrubrishabenichikucrijorejenufrilomuwrigaslowrikejawrachosleratiswurelaseriprouobrunoviswosuthitribrepakotritopislivadrauibretisetewrapenuwrapi
Beiträge: 0
Kommentare: 2016

Hello Enco,

Welcome to Acronis forums!

Thank you for sharing this tip with other forum users!