cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid dump header archivedb

0 Kudos

Dear Team,

Every time we are executing the commands the following error encounted

1> load database archivedb from 'xxxx.dump'
2>
Msg 15760, Level 16, State 2:
Server 'XXXXXX', Line 1:
Invalid dump header when loading the database with ID '7'.
Execution Time (ms.): 27557 Clock Time (ms.): 27557

i tried with dbcc checkdb

1> dbcc checkdb(archivedb)
2>
Msg 966, Level 14, State 1:
Server 'xxxxxx', Line 1:
The archive database with id '7' is unavailable as it is yet to be loaded.
DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
Execution Time (ms.): 110 Clock Time (ms.): 110


We are using : Adaptive Server Enterprise/15.7.0/EBF 19805 SMP ESD#01 /P/x86_64/Enterprise Linux/aseasap/2918/64-bit/FBO/Wed Feb 8 07:50:28 2012
on RHEL 6.3

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188958
Active Contributor
0 Kudos

Are you trying with the same dump file every time, or have you tried with different dumps?
If you dump the model database, can you load that dump into the archive database?

If this is specific to one dump file, is it possible the dump was done using the "compress::" api module? The archive database feature is not compatible with dumps taken using "compress::"