Windows 2003 SP2SQL 2005 (MSDE)RIM BPS 4.1 (Blackberry)I'm attempting to back up the database as shown below.I granted every account with SQL in it Full Control over the target folder. Still no luck. I am logged on with a domain account that is member of the local admins group. Tried backing up to C: also. No luck there either (possibly because certain SQL account does not have write access to it?).C:\>osql -E1> backup database besmgmt to disk = "C:\BUBPS\besmgmt.bak"2> goMsg 3201, Level 16, State 1, Server BPS01, Line 1Cannot open backup device 'C:\BUBPS\besmgmt.bak'. Operating system error 3(The system cannot find the path specified.).Msg 3013, Level 16, State 1, Server BPS01, Line 1BACKUP DATABASE is terminating abnormally.1> backup database besmgmt to disk = "C:\besmgmt.bak"2> goMsg 3201, Level 16, State 1, Server BPS01, Line 1Cannot open backup device 'C:\besmgmt.bak'. Operating system error 5(Access is denied.).Msg 3013, Level 16, State 1, Server BPS01, Line 1BACKUP DATABASE is terminating abnormally.1> exitC:\>whoami /groupsGROUP INFORMATION-----------------Group Name Type SID Attributes====================================== ================ ============================================ ===============================================================Everyone Well-known group S-1**** Mandatory group, Enabled by default, Enabled groupBUILTIN\Administrators Alias S-1**** Mandatory group, Enabled by default, Enabled group, Group ownerBUILTIN\Users Alias S-1**** Mandatory group, Enabled by default, Enabled groupNT AUTHORITY\INTERACTIVE Well-known group S-1**** Mandatory group, Enabled by default, Enabled groupNT AUTHORITY\Authenticated Users Well-known group S-1**** Mandatory group, Enabled by default, Enabled groupNT AUTHORITY\This Organization Well-known group S-1**** Mandatory group, Enabled by default, Enabled groupLOCAL Well-known group S-1**** Mandatory group, Enabled by default, Enabled groupMYDOMAIN\Exchange View-Only Administrators GroupS-1**** Mandatory group, Enabled by default, Enabled group
Can anyone see why this is not working?I want to try this manually before scripting something (.bat file, etc.).