Storage Manager for Enterprise Resource Planning

when i use db13:
BR0279E Return code from 'E:\usr\sap\BWD\SYS\exe\uc\NTAMD64\backint.exe -u BWD -f backup -i E:\oracle\BWD\sapbackup\.behqrggq.lst -t file -p E:\oracle\BWD\102\database\initBWD.utl -c': 2
BR0232E 0 of 17 files saved by backup utility
BR0280I BRBACKUP time stamp: 2012-01-13 17.36.13
BR0231E Backup utility call failed

so,i copy the comm and run it :
E:\usr\sap\BWD\SYS\exe\uc\NTAMD64>E:\usr\sap\BWD\SYS\exe\uc\NTAMD64\backint.exe
-u BWD -f backup -i E:\oracle\BWD\sapbackup\.behqrggq.lst -t file -p E:\oracle\B
WD\102\database\initBWD.utl -c

Data Protection for SAP(R)

Interface between BR*Tools and Tivoli Storage Manager
- Version 6, Release 3, Modification 0.0 for Win x64 -
Build: 475Z compiled on Oct 7 2011
(c) Copyright IBM Corporation, 1996, 2011, All Rights Reserved.

BKI1210E: Input file not found or not accessible: 'E:\oracle\BWD\sapbackup\.behq
rggq.lst'.
BKI0020I: End of program at: 1/13/2012 6:29:27 PM.
BKI0021I: Elapsed time: 00 sec.
BKI0024I: Return code is: 2.

but 'backint -p E:\oracle\BWD\102\database\initBWD.utl -f password ' is ok!

Data Protection for SAP(R)

Interface between BR*Tools and Tivoli Storage Manager
- Version 6, Release 3, Modification 0.0 for Win x64 -
Build: 475Z compiled on Oct 7 2011
(c) Copyright IBM Corporation, 1996, 2011, All Rights Reserved.

BKI2027I: Using TSM-API version 6.2.1.0 (compiled with 5.5.0.0).
BKI2000I: Successfully connected to ProLE on port tdpr3ora64.
BKI0005I: Start of program at: 1/13/2012 6:19:25 PM.
BKI0049I: Enter the password for node ORA_BWDEV on server TSM01: ********
BKI0051I: Password successfully verified for node ORA_BWDEV on server TSM01
BKI0020I: End of program at: 1/13/2012 6:19:32 PM.
BKI0021I: Elapsed time: 07 sec.
BKI0024I: Return code is: 0.

the command 'brbackup -u / -c -m all -t online ' work well; who can help me?
 
brbackup makes the .lst file with all datafiles to backup
Why would you want to bypass brbackup and only use backint for backups?

brbackup also updates logfiles, sets DB in backup mode and so on
 
Hi soso...,
I guess you are running into a permission problem!
BRBackup generate a "file list" and the corresponding backint call.

E:\usr\sap\BWD\SYS\exe\uc\NTAMD64\backint.exe -u BWD -f backup -i E:\oracle\BWD\sapbackup\.behqrggq.lst -t file -p E:\oracle\BWD\102\database\initBWD.utl -c

the input file with the list of files for backup ( -i E:\oracle\BWD\sapbackup\.behqrggq.lst ) ist stored as ORACLE_ADMIN ( like orabwt )

But if you using DB13 ( CCMS the R3 Scheduler ) the call using as owner the SAP_ADMIN ( like bwtadm )

My assumption is that the SAP_ADMIN can't read ORA_ADMINs files.

Hope that will fix your issue, Rai
 
brbackup makes the .lst file with all datafiles to backup
Why would you want to bypass brbackup and only use backint for backups?

brbackup also updates logfiles, sets DB in backup mode and so on

brbackup work well. i use backint to test the adapter.
 
Hi soso...,
I guess you are running into a permission problem!
BRBackup generate a "file list" and the corresponding backint call.

E:\usr\sap\BWD\SYS\exe\uc\NTAMD64\backint.exe -u BWD -f backup -i E:\oracle\BWD\sapbackup\.behqrggq.lst -t file -p E:\oracle\BWD\102\database\initBWD.utl -c

the input file with the list of files for backup ( -i E:\oracle\BWD\sapbackup\.behqrggq.lst ) ist stored as ORACLE_ADMIN ( like orabwt )

But if you using DB13 ( CCMS the R3 Scheduler ) the call using as owner the SAP_ADMIN ( like bwtadm )

My assumption is that the SAP_ADMIN can't read ORA_ADMINs files.

Hope that will fix your issue, Rai

thank Rai and Jeroen,i add user bwdadm in all groups,but meet the same err .
 
Maybe my acceptation about the used user was incorrect !?
I would recommend to enable backint trace in the init<SID>utl with flag "ALL".
The trace should print the user of the backup task.
 
Back
Top