Discussion:
Unable to load dump file
(too old to reply)
unknown
2009-10-22 06:06:10 UTC
Permalink
Hi

I am trying load a dump file into sybase server but i am
hitting the following error .

Backup Server session id is: 8. Use this value when
executing the
'sp_volchanged' system stored procedure after fulfilling any
volume change
request from the Backup Server.
Backup Server: 4.124.2.1: Archive API error for
device='compress::/data5/restore/DailyBackup/DB.bkp::00':
Vendor application
name=<UNINIT>, Library version=0, API routine=<UNINIT>,
Message=Unable to open
API library for device
'compress::/mydata/restore/DailyBackup/DB.bkp'. Library
path is '/sybase//sybase/ASE-12_5/lib/libcompress.so'.
dlopen() returned:
Code=0, Message=ld.so.1: /sybase/ASE-12_5/bin/sybmultbuf:
fatal:
/sybase//sybase/ASE-12_5/lib/libcompress.so: open failed: No
such file or
directory
Msg 8009, Level 16, State 1:
Server 'MYSERVER', Line 1:
Error encountered by Backup Server. Please refer to Backup
Server messages for
details.

any idea how to overcome this
Leonid Gvirtz
2009-10-22 07:16:58 UTC
Permalink
Hi

The error message states that library
/sybase//sybase/ASE-12_5/lib/libcompress.so cannot be found. From
another part of the error message, we can see that the path to the
sybmultibuf binary is /sybase/ASE-12_5/bin, so it looks that the
backupserver tries to find the library at the wrong location (under
/sybase//sybase, does it exist at all?). Please check the value of
$SYBASE which you use when you start your backupserver, it should be
/sybase.

Hope it helps
Leonid Gvirtz
Post by unknown
Hi
I am trying load a dump file into sybase server but i am
hitting the following error .
Backup Server session id is: 8. Use this value when
executing the
'sp_volchanged' system stored procedure after fulfilling any
volume change
request from the Backup Server.
Backup Server: 4.124.2.1: Archive API error for
Vendor application
name=<UNINIT>, Library version=0, API routine=<UNINIT>,
Message=Unable to open
API library for device
'compress::/mydata/restore/DailyBackup/DB.bkp'. Library
path is '/sybase//sybase/ASE-12_5/lib/libcompress.so'.
/sybase//sybase/ASE-12_5/lib/libcompress.so: open failed: No
such file or
directory
Error encountered by Backup Server. Please refer to Backup
Server messages for
details.
any idea how to overcome this
Loading...