Data Import - ERROR: Sequel::DatabaseError

Hi Guys, we encountering some Database Error in our Inventory Server. Don’t recall we did any changes to the MS SQL Server nor the BFI lately and suddenly it just failed to upload the latest inventory list to the server. I’ve checked the servers and it has enough storage and communicating with each other.

I look thought our logs for a couple of days and found this same error.
2018-11-27 16:43:27 (+0:10:25.567) WARN: Replication failure for URL…
Error: Database Error: [Microsoft][SQL Server Native Client 11.0]TCP Provider: An existing connection was forcibly closed by the remote host.
(08S01: 10,054)
[Microsoft][SQL Server Native Client 11.0]Communication link failure (08S01: 10,054)

Then when I try and import manually I got this error instead.
**INFO: ETL from Data Source - SAM::RawPackageFact (0x00000000B846F5DC - 0x00000000C2313974): Failed **
ERROR: Sequel::DatabaseError: DBNAME: BFEnterprise - Java::ComMicrosoftSqlserverJdbc::SQLServerException: Connection reset

I look around I cannot find what is wrong with the server.

Anyone encounter this before?