This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Backup DB sophos.bak

hi

I have a problem I can't backup DB Sophos.bak in my old sever , the iserror is..


C:\Program Files\Sophos\Enterprise Console\DB>backupDB C:secBackup\sophos.bak

C:\Program Files\Sophos\Enterprise Console\DB>SET backupFilePath=C:\Program File
s\Sophos\Enterprise Console\DB\secBackup\sophos.bak

C:\Program Files\Sophos\Enterprise Console\DB>sqlcmd -E -S "JCDORADO-C71164\SOPH
OS" -b -Q "BACKUP DATABASE SOPHOS47 TO DISK = 'C:\Program Files\Sophos\Enterpris
e Console\DB\secBackup\sophos.bak'"
Msg 3201, Level 16, State 1, Server JCDORADO-C71164\SOPHOS, Line 1
Cannot open backup device 'C:\Program Files\Sophos\Enterprise Console\DB\secBack
up\sophos.bak'. Operating system error 3(The system cannot find the path specifi
ed.).
Msg 3013, Level 16, State 1, Server JCDORADO-C71164\SOPHOS, Line 1
BACKUP DATABASE is terminating abnormally.

Failed

Some one can help me.....

Thanks.

:13873


This thread was automatically locked due to age.
Parents
  • Hello tedz,

    it tells you that the folder where sophos.bak should be written to does not exist. From your command line I assume that you want it to be secBackup on the C: drive - but it's not clear whether you want it as subfolder of \DB (which I wouldn't suggest) or directly under C:. In the latter case your command should be: backupDB C:\secBackup\sophos.bak - and in either case the folder/path should exist.

    HTH

    Christian

    :13875
Reply
  • Hello tedz,

    it tells you that the folder where sophos.bak should be written to does not exist. From your command line I assume that you want it to be secBackup on the C: drive - but it's not clear whether you want it as subfolder of \DB (which I wouldn't suggest) or directly under C:. In the latter case your command should be: backupDB C:\secBackup\sophos.bak - and in either case the folder/path should exist.

    HTH

    Christian

    :13875
Children
No Data