OpsCenter DBbackup problem after moving database
Hi all,
Yesterday we moved our OpsCenter database (running on Windows) to another disk device by changing the file C:\program Files\Symantec\OpsCenter\server\db\CONF\databases.conf, according to the Admin Manual.
All things work fine except for our dbbackup script:
E:\OpsCenterBackup>"C:\Program Files\Symantec\OpsCenter\server\bin\dbbackup.bat" E:\OpsCenterBackup
Backing up the OpsCenter database...
ERROR backing up the OpsCenter Database, Exiting...
Any ideas?
Most of the script uses variables based on the location of the .bat file
You either need to edit it, move the .bat file to the other drive, or both
Quite possibly both as it creates its own variables based on where it is run from and then locates everything else based upon that but it may need more from the system itself than the database so more likely that you need to specify the database location and its backup location and leave it where it is
It is relatively clear where it gets everything from so shouldnt be too difficult to edit after being moved

