On 6/3/2014 3:04 AM, Aniket Bhoi wrote:
> I changed the value of  removeAbandoned  to false,this time the indexing
> failed due to a different exception:

<snip>

> Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Connection
> reset

This is really the same error, but now the dataimport handler actually
sees the connection reset, rather than a higher level problem.

Something somewhere closed the connection.  If you have increased
maxMergeCount to at least 6 and turned off removeAbandoned, then I have
no idea what is happening.  Perhaps the SQL Server itself has a very low
inactivity timeout value.

Thanks,
Shawn

Reply via email to