SAP backups failing with error code 130
Hello ,
SAP backups of one of our server is failing with error code 130 . Below are the bpbkar logs :
10:22:42.154 [23593198] <4> bpbkar expand_wildcards: INF - Processing /oracle/MES/sapdata902/btabi_18/btabi.data18[B[B[B[B[B[B[B[B[B[B
10:22:42.155 [23593198] <32> glob: Missing ']' in filelist name
10:22:42.155 [23593198] <32> handle_core_signals: FTL - terminated by signal 4
10:22:42.156 [23593198] <16> bpbkar Exit: ERR - bpbkar FATAL exit status = 130: system error occurred
10:22:42.156 [23593198] <4> bpbkar Exit: INF - EXIT STATUS 130: system error occurred
10:22:42.156 [23593198] <2> bpbkar Exit: INF - Close of stdout complete
10:22:42.156 [23593198] <4> bpbkar Exit: INF - seten
Can anybody please share their thoughts on this . I have tried to exclude this file from backup by putting the file in exclude_list but it seems exclude list does not work in SAP backups
First of all exclude_list does not work for SAP. And it's also a very bad ting to do since all tabelspace files is needed to a consistent backup.
If this system is running UNIX/Linux I think this is non printable character like CR or LF. This way the file may look right but still contain additional character.
Try to do a ls {filer} | od -c on the file - This will show of the file contain these charters or not.
Working file example:
# ls vmpool | od -c
0000000 v m p o o l \n
0000007Same file but with a additional space in the file name:
ls /tmp/vmpool* | od -c
0000000 / t m p / v m p o o l \n
0000015Logs to take a look at backint (you must allow the the SAP user and group fill writing permissions to the backitn directory) and bpbkar - all on the client.