Hi
I'm running SAP ERP6.0/Oracle 10.2.0.2/Windows 2008 Server. When I attempt a brbackup to disk it fails with the error below
BR0202I Saving I:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10
BR0203I to E:\prd_oracle\behmebdl\SR3.DATA10 ...
BR0278E Command output of 'copy I:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10 E:\prd_oracle\behmebdl\SR3.DATA10':
The parameter is incorrect.
0 file(s) copied.
BR0280I BRBACKUP time stamp: 2011-12-20 16.25.26
BR0279E Return code from 'copy I:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10 E:\prd_oracle\behmebdl\SR3.DATA10': 1
BR0222E Copying I:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10 to/from E:\prd_oracle\behmebdl\SR3.DATA10 failed due to
Below are some of the paramters set in the init<SAPSID>.sap
backup_root_dir = stage_root_dir = e:\prd_backup
backup_dev_type = disk
backup_type = online_cons
The user SAPServiceDEV has full rights on the folder e:\prd_backup
I'm using the commad below to fire the backup
C:\usr\sap\PRD\DVEBMGS02\exe\brbackup.exe -u / -p initPRD.sap -d disk -t online_cons -m all -c force
Thanks