After I had implemented CDC on SQL Server, all worked fine for two days. But now I'm getting the following errors in log files:
File C:\Program Files\Attunity\Server\def\rus.cp exists, but why daemon trying to read russian.cp or ru.cp?Code:Cannot open file C:\Program Files\Attunity\Server\def\ru.cp for read No such file or directory [C077] Could not find symbol 'register_ru' in dynamic library The previous messages were generated before the log file was opened Cannot open file C:\Program Files\Attunity\Server\def\russian.cp for read No such file or directory [C077] Could not find symbol 'register_russian' in dynamic library Client 192.168.99.201:3890 (No. 1, client ID 29358) has connected Client 192.168.99.201:3890 (id is 29358) has disconnected
Below you can see settings of binding.dnd
Code:<environment name="KIS_sa"> <misc arrayMetadataModel="virtualArrayViews" codepage="windows-1251" language="RUS"/> <debug/> <queryProcessor/> <optimizer avoidScan="true"/> <transactions/> <odbc/> <oledb/> <tuning/> <comm/> <tempFeatures/> </environment>


LinkBack URL
About LinkBacks





Reply With Quote