cancel
Showing results for 
Search instead for 
Did you mean: 

Online Backup error

Former Member
0 Kudos

Hello,

I am trying to perform a SAP backup using “backup_dev_type = stage_copy” and “backup_type = online_cons”. The script fails when try to copy E:\oracle\<<SID>>\sapbackup\cntrl<<SID>>.dbf to

C:/backup2/<<SID>>\saparch\cntrl\cntrl<<SID>>.dbf'.

Maybe it can be helpful:

1. E:\oracle\<<SID>>\sapbackup directory does not contain this file.

2. The stage copy command is ftp (stage_copy_cmd = ftp). The log, when

the backup crashes, shows that the backup method tried to copy this file using an absolute URL (the others files are copied using relative URL).

Attached part of log file:

……

……

BR0001I ***********************************************___

BR0202I Saving E:\ORACLE\<<SID>>\SAPDATA1\SYSTEM_2\SYSTEM.DATA2

BR0203I to /backup2/<<SID>>\SAPDATA1\SYSTEM_2/SYSTEM.DATA2 ...

#FILE..... E:\ORACLE\<<SID>>\SAPDATA1\SYSTEM_2\SYSTEM.DATA2

#SAVED.... /backup2/<<SID>>\SAPDATA1\SYSTEM_2/SYSTEM.DATA2 #2/49

BR0280I BRBACKUP time stamp: 2008-02-04 18.03.43

BR0063I 71 of 76 files processed - 151077.039 MB of 159104.453 MB done

BR0204I Percentage done: 94.95%, estimated end time: 18:16

BR0001I ***********************************************___

BR0280I BRBACKUP time stamp: 2008-02-04 18.03.43

BR0317I 'Alter tablespace SYSTEM end backup' successful

BR0202I Saving E:\oracle\<<SID>>\sapbackup\cntrl<<SID>>.dbf

BR0203I to /backup2/<<SID>>\sapdata1\cntrl/cntrl<<SID>>.dbf ...

#FILE..... E:\oracle\<<SID>>\sapdata1\cntrl\cntrl<<SID>>.dbf

#SAVED.... /backup2/<<SID>>\sapdata1\cntrl/cntrl<<SID>>.dbf #2/50

BR0280I BRBACKUP time stamp: 2008-02-04 18.03.45

BR0063I 72 of 76 files processed - 151086.172 MB of 159104.453 MB done

BR0204I Percentage done: 94.96%, estimated end time: 18:16

BR0001I ***********************************************___

BR0202I Saving E:\oracle\<<SID>>\sapbackup\cntrl<<SID>>.dbf

BR0203I to /backup2/<<SID>>\sapdata2\cntrl/cntrl<<SID>>.dbf ...

#FILE..... E:\oracle\<<SID>>\sapdata2\cntrl\cntrl<<SID>>.dbf

#SAVED.... /backup2/<<SID>>\sapdata2\cntrl/cntrl<<SID>>.dbf #2/51

BR0280I BRBACKUP time stamp: 2008-02-04 18.03.46

BR0063I 73 of 76 files processed - 151095.305 MB of 159104.453 MB done

BR0204I Percentage done: 94.97%, estimated end time: 18:16

BR0001I ***********************************************___

BR0202I Saving E:\oracle\<<SID>>\sapbackup\cntrl<<SID>>.dbf

BR0203I to C:/backup2/<<SID>>\saparch\cntrl\cntrl<<SID>>.dbf ...

BR0278E Command output of 'E:\usr\sap\<<SID>>\SYS\exe\run\sapftp.exe -v -n -i <<SERVER>> -u E:\oracle\<<SID>>\sapbackup\.bftpuser.001 -b -c put E:\oracle\<<SID>>\sapbackup\cntrl<<SID>>.dbf C:/backup2/<<SID>>\saparch\cntrl\cntrl<<SID>>.dbf':

Connected to <<SERVER>> Port 21.

220 Microsoft FTP Service

331 Password required for administrator.

230 User administrator logged in.

200 Type set to I.

200 PORT command successful.

550 C:/backup2/<<SID>>\saparch\cntrl\cntrl<<SID>>.dbf: The filename, directory name, or volume label syntax is incorrect.

221

BR0280I BRBACKUP time stamp: 2008-02-04 18.03.46

BR0279E Return code from 'E:\usr\sap\<<SID>>\SYS\exe\run\sapftp.exe -v -n -i <<SERVER>> -u E:\oracle\<<SID>>\sapbackup\.bftpuser.001 -b -c put E:\oracle\<<SID>>\sapbackup\cntrl<<SID>>.dbf C:/backup2/<<SID>>\saparch\cntrl\cntrl<<SID>>.dbf': 0

BR0222E Copying E:\oracle\<<SID>>\sapbackup\cntrl<<SID>>.dbf to/from C:/backup2/<<SID>>\saparch\cntrl\cntrl<<SID>>.dbf failed due to previous errors

#FILE..... E:\ORACLE\<<SID>>\SAPDATA5\CLUD_1\CLUD.DATA1

#SAVED.... /backup2/<<SID>>\SAPDATA5\CLUD_1/CLUD.DATA1 #1/23

BR0280I BRBACKUP time stamp: 2008-02-04 18.04.03

BR0063I 74 of 76 files processed - 155095.313 MB of 159104.453 MB done

BR0204I Percentage done: 97.48%, estimated end time: 18:10

BR0001I *************************************************_

BR0202I Saving E:\ORACLE\<<SID>>\SAPDATA5\CLUD_2\CLUD.DATA2

BR0203I to /backup2/<<SID>>\SAPDATA5\CLUD_2/CLUD.DATA2 ...

#FILE..... E:\ORACLE\<<SID>>\SAPDATA5\CLUD_2\CLUD.DATA2

#SAVED.... /backup2/<<SID>>\SAPDATA5\CLUD_2/CLUD.DATA2 #1/24

BR0280I BRBACKUP time stamp: 2008-02-04 18.12.15

BR0063I 75 of 76 files processed - 159095.320 MB of 159104.453 MB done

BR0204I Percentage done: 99.99%, estimated end time: 18:12

BR0001I **************************************************

BR0280I BRBACKUP time stamp: 2008-02-04 18.12.16

BR0317I 'Alter tablespace PSAPCLUD end backup' successful

BR0056I End of database backup: bdxeqcxo.ans 2008-02-04 18.12.16

BR0280I BRBACKUP time stamp: 2008-02-04 18.12.20

BR0054I BRBACKUP terminated with errors

Thanks in advance,

Ricard.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

check whether your init<SID>.sap files contains <<SID>> placeholders instead of the right value for SID

<SID> or <SAPSID> or <DBSID> are commonly used placeholders which typically have to be replaced

by your choosen value for SID (eg. C11, PRD etc)

regards

Peter

Former Member
0 Kudos

Hi Oscar,

Please check the paramter

stage_root_dir =

Make sure you type C:\backup2 not c:/backup2

From the message:

C:/backup2/<<SID>>\saparch\cntrl\cntrl<<SID>>.dbf: The filename, directory name, or volume label syntax is incorrect.

I think this may be cause by the / as windows know \ as directory sparator.

Hope this Help.

Fendi