EV 903 Backup Script Not Working
Just upgraded from 805 to 903 and all has gone fine.
I have run up the EVPowerShell and set the Set-ExecutionPolicy -executionPolicy AllSigned
I have also run the template and checked my script and it is identical to how it was in V805.
When i run the commands to set the Vault Store Group and Indexes into backup mode via the EVShell it works fine.
When i do it via my bpstart_notify script (which has been working up until the upgrade) i get the following error for both the group and the indexes:
A procedure imported by 'EVManagedLibrary, Version=9.0.3.0, Culture=neutral, PublicKeyToken=26c5e2ccf2b9267c' could not be loaded.
At line:1 char:31
it then summarises the command follwed by:
FileLoadException
+FullQualifiedErrorId : System.IO.FileLoadException,Symantec.EnterpriseVault.PowerShell.Commands.SetVaultStoreBackupMode
Any ideas please?
Due to the SQL Server being relocated to a dedicated server from the EV Server itself - when EV was upgraded the SQL Reporting component on the EV Server was not .
However the SQL Reporting bin directory remained in the path vaiables for the server and contained the old version (EV8 SP4) of EVRT.dll. The batch files were using this and so failing.
As that was location ws no longer in use the EVRT.dll in the SQL Reporting directoy was renamed after which the batch files now work from any location on the server.