This is a discussion on HPLoader Configuration within the Informix forums, part of the Database Server Software category; --> --0-1996201718-1118093043=:74317 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, I need know how i can configurate/setting the HPloader for dowloand from ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| --0-1996201718-1118093043=:74317 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, I need know how i can configurate/setting the HPloader for dowloand from dbspace1 and upload the same Table on dbspace8 ( 39,000,000 Records ) I tryed with onunload but at 25,000,000 Records it Fails. Regards, --------------------------------- Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx --0-1996201718-1118093043=:74317 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <DIV> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"> <P>Hi,</P> <P>I need know how i can configurate/setting the HPloader for dowloand from dbspace1 and upload the same Table on dbspace8 ( 39,000,000 Records )</P> <P>I tryed with onunload but at 25,000,000 Records it Fails.</P> <P>Regards,</P></BLOCKQUOTE></DIV><p> <hr size=1> Do You Yahoo!? La mejor conexión a Internet y <b>2GB</b> extra a tu correo por $100 al mes. <a href="http://net.yahoo.com.mx">http://net.yahoo.com.mx</a> --0-1996201718-1118093043=:74317-- sending to informix-list |
| |||
| On Mon, 6 Jun 2005 16:24:03 -0500 (CDT), Cesae Cruz <markaragnos17@yahoo.com.mx> wrote: > >--0-1996201718-1118093043=:74317 >Content-Type: text/plain; charset=iso-8859-1 >Content-Transfer-Encoding: 8bit > > >Hi, > >I need know how i can configurate/setting the HPloader for dowloand from dbspace1 and upload the same Table on dbspace8 ( 39,000,000 Records ) > >I tryed with onunload but at 25,000,000 Records it Fails. > >Regards, > > What error to you see? JWC |
| |||
| Cesae Cruz wrote: > --0-1996201718-1118093043=:74317 > Content-Type: text/plain; charset=iso-8859-1 > Content-Transfer-Encoding: 8bit PLEASE DO NOT POST MIME TO THIS NEWSGROUP IT IS TEXT ONLY! How about posting version info? If you version is prior to 9.40 you may be hitting the 2GB filesize limit. Art S. Kagel > > Hi, > > I need know how i can configurate/setting the HPloader for dowloand from dbspace1 and upload the same Table on dbspace8 ( 39,000,000 Records ) > > I tryed with onunload but at 25,000,000 Records it Fails. > > Regards, > <SNIP MIME> |
| ||||
| You may create a device array to unload the table to two or more files in parallel. So you won't hit the 2GB limit. Art S. Kagel wrote: > Cesae Cruz wrote: > >> --0-1996201718-1118093043=:74317 >> Content-Type: text/plain; charset=iso-8859-1 >> Content-Transfer-Encoding: 8bit > > > PLEASE DO NOT POST MIME TO THIS NEWSGROUP IT IS TEXT ONLY! > > How about posting version info? If you version is prior to 9.40 you > may be hitting the 2GB filesize limit. > > Art S. Kagel > >> >> Hi, >> >> I need know how i can configurate/setting the HPloader for dowloand >> from dbspace1 and upload the same Table on dbspace8 ( 39,000,000 >> Records ) >> >> I tryed with onunload but at 25,000,000 Records it Fails. >> >> Regards, >> > <SNIP MIME> |