cancel
Showing results for 
Search instead for 
Did you mean: 

Backup of oracle - 0xe0001405 - Unknown CORBA exception.

BW84
Level 4

Hello,

 

i have a job on 12.5 BE and this job works from 1 year every day and suddenly on april crash and every time when i run this job i see following error:

 

Job ended: 8 maja 2012 at 20:13:14 Completed status: Failed Final error: 0xe0001405 - Unknown CORBA exception. Unable to contact the media server. Confirm that the Backup Exec Job Engine service is running on the media server. Final error category: Resource Errors For additional information regarding this error refer to link V-79-57344-5125

 

We didn't change enything, have anybody a solution ?

5 REPLIES 5

VJware
Level 6
Employee Accredited Certified

Start off with these KBs -

http://www.symantec.com/docs/TECH64837

http://www.symantec.com/docs/TECH58180

 

 

BW84
Level 4

tech64837- i check - doesnt work

tech58180 - i have changed port - doesnt work

This job works from 1 year everyday, we dont change enything and suddenly this job shows errors :\

 

 

VJware
Level 6
Employee Accredited Certified

Try this -

1. Log in to the server by using the exact same username that Backup  Exec uses.

 2. start RMAN

 3. run this script:

run {
 allocate channel ch0 type 'sbt_tape';
 backup database ;
}
exit

 

If backup completes without any error, then prolly issue with BE else there might be a RMAN/oracle issue

BW84
Level 4

The biggest problem with this is that i don't know enything about ORACLE and i can't check enything on database :\

BW84
Level 4

my file HOSTS in system32 looks:

 

"

# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost

"

is it correct ?