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 > Urgent onunload error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-04, 14:27
gbbatoni gbbatoni is offline
Registered User
 
Join Date: Apr 2004
Posts: 12
Angry Urgent onunload error

Hi there

I am traying to copy a big table between instances, I am using onunload and then onload

I used with other tables and it work ok.

but now I am getting
Error writing to tape device, Error No. = 22.

I am typing:
onunload -t /vol55-s/ev/etl/blj/blj_search.p -b 4 -s 1000000000000 b_blj:johnd.search

Can some body tell me where to look for this error or what is wromg ?

Thanks
GB
Reply With Quote
  #2 (permalink)  
Old 06-09-04, 15:37
Fernanda Fernanda is offline
Registered User
 
Join Date: Jun 2004
Posts: 7
Red face Re: Urgent onunload error

Hi.

I donīt know about this error message, but I know what you can do instead of use the onunload and the onload commands.

Use the
"unload to <filename> select * from <tablename>"
and the
"load from <filename> insert into <tablename>" in the other instance to load your table.
You must give the entire path for the file where you have unloaded the data, or be in the directory where you save it and give just the filename.

I hope it can help you.

Fernanda.
Reply With Quote
  #3 (permalink)  
Old 06-09-04, 16:11
gbbatoni gbbatoni is offline
Registered User
 
Join Date: Apr 2004
Posts: 12
Thanks Fernanda I will try that

GB
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