Hi,
We are getting the following error when running our SSIS packages on Microsoft SQL Server 2012 R2 on Windows Server 2008 R2 SP1:
Error: 4014, Severity:20, State: 11. A fatal error occurred while reading the input stream from the network. The session will be terminated (input error: 109, output error: 0)
SQL Server Data Tools and SQL Server Database Engine reside on the same server.
We tried the following:
- Disabling TCP Chimney Offload
- Installed Windows Server 2008 SP1
- Splitting our SSIS code into multiple steps so it is not all one large continuous operation
The error occurs during a BulkDataLoad task.
Other options we are investigating with the engineering team (out-sourced, so delayed responses):
- Firewall configurations (everything is local, so this should not make a difference)
- Disabling the anti-virus scanner
Are there other things we can try?
Any insight is greatly appreciated.
Thanks!