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 > Cannot write file /dbexport/xxx.unl - aio error code 27

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-29-02, 06:09
dieltjna dieltjna is offline
Registered User
 
Join Date: May 2002
Posts: 3
Cannot write file /dbexport/xxx.unl - aio error code 27

Dear all,

Can anyone tell me how i can unload a table bigger than 16G of data to a file.
We tried already, dbexport, unload, onpladm ... and everytime we got next error message :
Cannot write file /dbexport/sde_blk_2.unl - aio error code 27
We use informix IDS 9.21 on a unix/solaris2.6 system.
Our filesize limits are set to unlimitted ...

Can anyone help ?

Kind regards,

Nadine Dieltjens
Reply With Quote
  #2 (permalink)  
Old 06-05-02, 05:30
muratmy muratmy is offline
Registered User
 
Join Date: Nov 2001
Location: Germany
Posts: 14
try this specific file to unload with a where condition so you have smaller pieces of unl files.It means for this table you should do some manual export&import or write a small script...


Murat
Reply With Quote
  #3 (permalink)  
Old 06-06-02, 14:25
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
if it can't write the file ,you will try to unload them into tape device ,
your data is 16G may have some problem that limitation of solaris or your filesystem is full .... for dbexport/dbimport they arn't the right tool to move data but it use for reorganize data in database to improve performance

Last edited by dananio; 06-06-02 at 14:28.
Reply With Quote
  #4 (permalink)  
Old 06-10-02, 12:01
dieltjna dieltjna is offline
Registered User
 
Join Date: May 2002
Posts: 3
Smile Solution found !!!

I found a solution with the tool onpladm (high performance loader).
You can find information about this tool on the Informix website.
With this tool you can easily unload databases with a big volume of data.

Thanks to all of you for the replied messages.

Kind regards,

Nadine

Quote:
Originally posted by muratmy
try this specific file to unload with a where condition so you have smaller pieces of unl files.It means for this table you should do some manual export&import or write a small script...


Murat
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