If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > bad page problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-21-04, 09:46
Paul Winter Paul Winter is offline
Registered User
 
Join Date: Sep 2004
Posts: 1
bad page problem

Hi,
I am trying to migrate data from ids 7.23 to IDS 7.31 using high performance loader for the larger tables. One table has a bad page which only affects 4 records. I have identified the rowid's of the last good record before the inconsistency, and also the rowid of the first good record after it. When I extract the data using rowid (to avoid the bad page) I find that I get a successful extract BUT with about 4.5 million records missing from the 29 million total [they are not in the bad page]. I can see these records within the ERP application but cannot select them within dbaccess or HPL (.
Is it possible for records to exist in a table without a valid rowid?
I am using the ERP application to copy missing records to a parallel, consistent table as a very slow last resort.

Regards
Paul
Reply With Quote
  #2 (permalink)  
Old 09-23-04, 05:14
Big Kahuna Big Kahuna is offline
Registered User
 
Join Date: Jan 2003
Posts: 30
Exclamation Distributed query

Hi,

Maybe you can put the old and new server in a network
and perform a distributed query

database newdb@newserver;

insert into table
select * from olddb@oldserver:table;

Make sure the user you are doing this with on the newserver is trusted on the oldserver.

Good luck
Koen
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On