dbTalk Databases Forums  

Problem in loading .dump

comp.databases.sybase comp.databases.sybase


Discuss Problem in loading .dump in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Green Dolphin
 
Posts: n/a

Default Problem in loading .dump - 01-29-2004 , 10:16 PM






Hi all,

I want to load a database dump but got the following error, could
anyone please help? Thanks a lot.

Backup Server session id is: 5. Use this value when executing the
'sp_volchanged' system stored procedure after fulfilling any volume
change request from the Backup Server.
Backup Server: 4.177.2.1: The database page size of 8192 bytes
obtained from ASE is different from the database page size of 2048
bytes read from the dump header. The LOAD session must exit.
Backup Server: 1.14.2.2: Unrecoverable I/O or volume error. This DUMP
or LOAD session must exit.
Backup Server: 6.32.2.3: /tmp/sytsdb.dump: volume not valid or not
requested (server:, session id:5.)
Backup Server: 1.14.2.4: Unrecoverable I/O or volume error. This DUMP
or LOAD session must exit.
Msg 8009, Level 16, State 1:
Server 'se3pc09', Line 1:
Error encountered by Backup Server. Please refer to Backup Server
messages for details.


Thanks.

Reply With Quote
  #2  
Old   
Don Million
 
Posts: n/a

Default Re: Problem in loading .dump - 01-30-2004 , 02:29 PM






The dump file comes from a database with a 2k page size. You're
trying to load it to a database with an 8k page size. Won't work.
Your options are to use bcp to copy the data row by row (instead of
loading a dump, which works page by page), or create a database with a
2k page size to load the dump into.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.