cancel
Showing results for 
Search instead for 
Did you mean: 

The Database script returned an error. Refer to the Database script output section in job logs

Ramzi_Sehwail
Level 4

please help me in this error

i have backup exec 2014 and oracle in redhat linux this error shown in rman output

 

 

Job Log: BEX_SYMANTEC-BACKUP_10865.xml<noscript>< noscript><="" p="">

Recovery Manager: Release 10.2.0.4.0 - Production on Tue Jan 17 15:20:09 2017

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

 
connected to target database: PRTL (DBID=3632814211)

 
 
 # -----------------------------------------------------------------
 # RMAN command section
 # -----------------------------------------------------------------
 
 RUN {
 
 SET CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO 'BE_';
 ALLOCATE CHANNEL ch0
     TYPE 'SBT_TAPE';
 SEND 'BSA_SERVICE_HOST=192.0.0.132,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={F4A71F3C-06FA-40D1-BCB1-1E087FC6ADD4},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\portaldbtest.qou.edu\prtl2';
 BACKUP
     FULL
     FORMAT 'BE_U'
 DATABASE FORCE PLUS ARCHIVELOG FORCE NOT BACKED UP;
 
 RELEASE CHANNEL ch0;
 }
executing command: SET CONTROLFILE AUTOBACKUP FORMAT
using target database control file instead of recovery catalog

allocated channel: ch0
channel ch0: sid=2724 devtype=SBT_TAPE
channel ch0: Veritas NetBackup for Oracle - Release 7.1 (2011020316)

released channel: ch0
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of send command at 01/17/2017 15:20:10
ORA-19559: error sending device command: BSA_SERVICE_HOST=192.0.0.132,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={F4A71F3C-06FA-40D1-BCB1-1E087FC6ADD4},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\portaldbtest.qou.edu\prtl2
ORA-19557: device error, device type: SBT_TAPE, device name: 
ORA-27194: skgfdvcmd: sbtcommand returned error
ORA-19511: Error received from media manager layer, error text:
   Unknown command key <BSA_SERVICE_HOST>

 EXIT

Recovery Manager complete.
5 REPLIES 5

DarthBilly
Level 5
Employee

Make sure that's the correct IP Address in the <BSA_SERVICE_HOST> Try using host name.

from where i can change the BSA_service_host. the backup exec wizard create every thing how can i change RMAN script from backup exec.

guys is there any one can help me to fix this problem...........please

Add the Oracle server by FQDN or netbios name. Back up the Oracle server from that new resource instead of the IP address resource.

hi Darthbily.

first thanks for replying, iam realy appreciate helping me to fix the problem.

i am already added the oracle server by FQDN,and i try to add server by ip same problem.i tried to backup data file there is no problem,the error appear when i try to backup oracle database. ithink the error means that the Rman cant translate the send command and he cant translate BSA_SERVICE_HOST. WHY I DONT KNOW.