人大金仓 解决金仓数据库Kingbase(KES) V8安装KingbaseFlysync(KFS) 同步程序报错:max-lob-size=500000 is unkonw ....

85 阅读1分钟

解决金仓数据库Kingbase(KES) V8安装KingbaseFlysync(KFS) 同步程序报错:max-lob-size=500000 is unkonw where slot "xxxx" out put plugin "decodebufers" in the startup callback的问题

关键字

KingbaseFlysync ,KFS,同步程序, max-lob-size=500000 is unkonw,decodebufers, Kingbase(KES) V8,KES V8

问题描述

源端数据源Kingbase(KES) V8 安装KingbaseFlysync(KFS) 同步程序后,同步程序启动报错:max-lob-size=500000 is unkonw where slot "xxxx" out put plugin "decodebufers" in the startup callback

问题分析

Kingbase(KES) V8版本较低,部分参数无法适配,导致启动报错

解决方案

1.升级Kingbase(KES) V8的版本至最新版本

2.若无法升级,需要在flysync.ini文件中添加配置

property=replicator.extractor.dbms.enableLob=false

具体操作步骤:

1)停止同步程序

[test@localhost ~]$ replicator stop

2)修改flysync.ini,添加配置参数property=replicator.extractor.dbms.enableLob=false, 并保存

[test@localhost ~]$ vim flysync.ini

3)在安装包解压路径下执行./fspm update 参数更新命令

[test@localhost ~]cd/home/hes/KingbaseFlySyncV002R002C004BXXXXXXXXreplicator/tools[test@localhosttools] cd /home/hes/KingbaseFlySync-V002R002C004BXXXXXXXX-replicator/tools [test@localhost tools] ./fspm update

4)更新成功后,再启动同步程序即可

[test@localhost tools]$ replicator start 更多信息,参见help.kingbase.com.cn/v8/index.ht…