标签:
官方文档提示:
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