unknown
2009-10-02 17:12:47 UTC
Hi, all!
I've encountered a problem while i was loading a dump.
Dump was performed with compress level 6.
after dump was ready it was uploded to another server where
we store our dumps via ftp.
Today i've downloaded the made dump back to ase server and
tried to loaded it. Failed.
I get such errors:
Backup Server session id is: 59. Use this value when
executing the 'sp_volchanged' system stored procedure after
fulfilling any volume change request from the Backup Server.
Backup Server: 4.132.1.1: Attempting to open byte stream
device:
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
Backup Server: 6.28.1.1: Dumpfile name 'staging0927302C8D'
section number 1 mounted on byte stream
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
Number (412402) Severity (2) State (1) Server (yulia_BS)
Procedure (bs_perform_load) Backup Server: 4.124.2.1:
Archive API error for
device='compress::/disk1/syb_data_dump/staging_20090930.dmp::00':
Vendor application name=Compress API, Library version=1, API
routine=syb_read(), Message=
Number (8009) Severity (16) State (1) Server (yulia) Error
encountered by Backup Server. Please refer to Backup Server
messages for details.
But if i perform load database with headeronly
i get this
Backup Server session id is: 57. Use this value when
executing the 'sp_volchanged' system stored procedure after
fulfilling any volume change request from the Backup Server.
Backup Server: 4.132.1.1: Attempting to open byte stream
device:
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
Backup Server: 6.28.1.1: Dumpfile name 'staging0927302C8D'
section number 1 mounted on byte stream
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
This is a database dump of database ID 14, name 'staging',
from Sep 30 2009 3:10AM. SQL Server version: Adaptive
Server Enterprise/12.5.4/EBF 16831
ESD#9.1/P/x86_64/Enterprise Linux/ase1254/2146/64-bit/OP.
Backup Server version: Backup Server/12.5.4/EBF 16831
ESD#9.1/P/Linux AMD Opteron/Enterprise
Linux/ase1254/2510/64-bit/OPT. Database page size is
46909632811008.
Database contains 4864000 pages; checkpoint RID=(Rid pageid
= 0x42dd50; row num = 0xb); next object ID=841767025; sort
order ID=50, status=0; charset ID=53.
Database log version=6; database upgrade version=31.
segmap: 0x00000003 lstart=0 vstart=83886080 lsize=3840000
unrsvd=3421880
segmap: 0x00000004 lstart=3840000 vstart=100663296
lsize=1024000 unrsvd=1020000
I'm trying to load database with this command
sp_dboption load_bkp, 'single user', true
go
load database load_bkp
from 'compress::/disk1/syb_data_dump/staging_20090930.dmp'
go
online database load_bkp
go
sp_dboption load_bkp, 'single user', false
go
I have now idea what is wrong.
Is it possible to load dump in ASE ESD 9.1 which was
originaly made in ASE ESD8?
Thanks.
I've encountered a problem while i was loading a dump.
Dump was performed with compress level 6.
after dump was ready it was uploded to another server where
we store our dumps via ftp.
Today i've downloaded the made dump back to ase server and
tried to loaded it. Failed.
I get such errors:
Backup Server session id is: 59. Use this value when
executing the 'sp_volchanged' system stored procedure after
fulfilling any volume change request from the Backup Server.
Backup Server: 4.132.1.1: Attempting to open byte stream
device:
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
Backup Server: 6.28.1.1: Dumpfile name 'staging0927302C8D'
section number 1 mounted on byte stream
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
Number (412402) Severity (2) State (1) Server (yulia_BS)
Procedure (bs_perform_load) Backup Server: 4.124.2.1:
Archive API error for
device='compress::/disk1/syb_data_dump/staging_20090930.dmp::00':
Vendor application name=Compress API, Library version=1, API
routine=syb_read(), Message=
Number (8009) Severity (16) State (1) Server (yulia) Error
encountered by Backup Server. Please refer to Backup Server
messages for details.
But if i perform load database with headeronly
i get this
Backup Server session id is: 57. Use this value when
executing the 'sp_volchanged' system stored procedure after
fulfilling any volume change request from the Backup Server.
Backup Server: 4.132.1.1: Attempting to open byte stream
device:
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
Backup Server: 6.28.1.1: Dumpfile name 'staging0927302C8D'
section number 1 mounted on byte stream
'compress::/disk1/syb_data_dump/staging_20090930.dmp::00'
This is a database dump of database ID 14, name 'staging',
from Sep 30 2009 3:10AM. SQL Server version: Adaptive
Server Enterprise/12.5.4/EBF 16831
ESD#9.1/P/x86_64/Enterprise Linux/ase1254/2146/64-bit/OP.
Backup Server version: Backup Server/12.5.4/EBF 16831
ESD#9.1/P/Linux AMD Opteron/Enterprise
Linux/ase1254/2510/64-bit/OPT. Database page size is
46909632811008.
Database contains 4864000 pages; checkpoint RID=(Rid pageid
= 0x42dd50; row num = 0xb); next object ID=841767025; sort
order ID=50, status=0; charset ID=53.
Database log version=6; database upgrade version=31.
segmap: 0x00000003 lstart=0 vstart=83886080 lsize=3840000
unrsvd=3421880
segmap: 0x00000004 lstart=3840000 vstart=100663296
lsize=1024000 unrsvd=1020000
I'm trying to load database with this command
sp_dboption load_bkp, 'single user', true
go
load database load_bkp
from 'compress::/disk1/syb_data_dump/staging_20090930.dmp'
go
online database load_bkp
go
sp_dboption load_bkp, 'single user', false
go
I have now idea what is wrong.
Is it possible to load dump in ASE ESD 9.1 which was
originaly made in ASE ESD8?
Thanks.