01-04-21 01:44 PM
01-04-21 01:54 PM
06-04-21 01:43 PM
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<appSettings>
<add key="ServerIp" value="127.0.0.1" />
<add key="ServerPort" value="12543" />
<add key="UserName" value="generaluser" />
<add key="Password" value="enc:AQAAANCMnd8BFdERjHoAwE" />
<add key="ConnectionRetrySeconds" value="120" />
<add key="MaxWorkerCount" value="-1" />
<add key="EnableBorderLineRemoval" value="false" />
<add key="OcrSdkLogVerbosity" value="3" />
<add key="LogRoot" value="${specialfolder:folder=LocalApplicationData}" />
<add key="LogPath" value="${CompanyName}/ImageProcessingClient/Logs" />
<add key="LogLayout" value="${longdate} [${processid}-${threadid}] ${level:uppercase=true} | ${message} ${exception:format=tostring}" />
<add key="LogsKeepForDays" value="30" />
<add key="MinLogLevel" value="Debug" />
</appSettings>
</configuration>
Double check that the username and password are up to date.