cancel
Showing results for 
Search instead for 
Did you mean: 

symantec system recovery 2013 backup script failed to run

rashi_jain
Level 5

Hello ALL,

 

I am running CreateImageNow.ps1 from the cygwin and its gives error . I tried to run the script form different system  (2-3 system) only on 1 system it runs succesfully .Scipt is also attached & Error is pasted below :

I need the solution ASAP . Any kind of help is appreciable .

$ powershell.exe -inputformat none -noprofile -File CreateImageNow.ps1 //192.168.125.34/test101_v_0_FS_0 E:\\

//192.168.125.34/test101_v_0_FS_0 --> destination where data is backuped

E:\\ -> drive which need to be backuped.

 

connecting...

Failed to Connect with an Exception...

System.Management.Automation.MethodInvocationException

Exception calling "Connect" with "1" argument(s): ""

Exiting...

$ powershell.exe -inputformat none -noprofile -File CreateImageNow.ps1 //192.16

8.125.34/test101_v_0_FS_0 E:\\

Connecting...

Failed to Connect with an Exception...

System.Management.Automation.MethodInvocationException

Exception calling "Connect" with "1" argument(s): ""

Exiting...

2 REPLIES 2

Markus_Koestler
Moderator
Moderator
   VIP   

Whats the difference between the machine where the script works and the others that don't?

Next thing: //192.168.125.34/test101_v_0_FS_0, why don't you use \\192.168.125.34\test101_v_0_FS_0

Markus_Koestler
Moderator
Moderator
   VIP   

Any updates here?