Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Sybase > Re: bcp out fai...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 2421 of 2515
Post > Topic >>

Re: bcp out fails with CTLIB Message: - L5/O1/S5/N18/5/0 when using

by SybaseNeal <nstack21@[EMAIL PROTECTED] > Mar 11, 2008 at 08:57 AM

Hello,

Were there any errors re****ted in the ASE error log?
There was a bug fixed in ASE 12.5.3 ESD#6 and higher
where client applications would get the error you re****ted
but ASE would get a stack trace:

370870 - The message "current process infected with 11" in the module
'kbfalloc' may be re****ted in the error log when using network packet
size greater than the configured value of "default network packet
size".

There was also a client side bug fixed in bcp 12.5.1 ESD#6 and higher:
368613 - a packetsize larger than 32767 bytes results in an "illegal
length" protocol packet error.

FYI, unless you have changed the maximum transmission unit for your
network,
the packet will be broken up into chunks small enough to fit into the
MTU (usually 1500 bytes).
So setting the packet size to 32768 would allow you the application to
make fewer calls
to read() or write() because they were writing larger chunks but once
the chunk hits the network
layer, it gets fragmented into smaller packets.

So I would be surprised if you were really getting much bang for the
buck by defining
such a large packet size:
 
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.sag1/html/sag1/sag1231.htm
In fact, you may even be seeing some performance degradation from what
you get with a smaller packet.

Thanks,
  Neal
 




 2 Posts in Topic:
bcp out fails with CTLIB Message: - L5/O1/S5/N18/5/0 when using
evoradba@[EMAIL PROTECTED  2008-03-10 11:45:09 
Re: bcp out fails with CTLIB Message: - L5/O1/S5/N18/5/0 when us
SybaseNeal <nstack21@[  2008-03-11 08:57:25 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Aug 21 21:41:36 CDT 2008.