码迷,mamicode.com
首页 > 其他好文 > 详细

[ERR-0x71089] Insufficient communication buffer.

时间:2016-05-01 01:02:18      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:

官方文档提示:

0x71089 ( 462985) cmERR_ABORT_CMN_MARSHAL_BUFFER_FULL Insufficient communication buffer.
CM Error Code 309
# *Cause: The communication buffer is insufficient.
# *Action: Verify that the size of the communication buffer specified in the property file is valid. ( e.g., > 64KB )

官方错误说明:

此错误的发生,是由于客户端与服务端在通信过程中,每个会话分配到的共享内存不足引起的。

配置参数:CM_BUF_SIZE 默认数值:64K

实际错误案例:

2016-04-28 11:43:15.613 WARNING [gboss.cbs.billing1.rate.1] 6096 903 [BillProc.cpp:937] userid=xx update userSumBill1 failed! 
File[ODBC/OdbcSession.cpp:2114]
Msg[ ErrorNO:327739,ErrMsg:The communication buffer is insufficient ]

官方解决方案:

vi $ALTIBASE_HOME/conf/altibase.properties

调整 CM_BUF_SIZE 参数大小;

例如:CM_BUF_SIZE
= 128K

 

[ERR-0x71089] Insufficient communication buffer.

标签:

原文地址:http://www.cnblogs.com/randyma/p/5449727.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!