The error is coming from here:
Which means the UDP socket to the DB is being reset before the recv call.
Can you verify that connecting to the DB with those credentials works from the command line (using sqlcmd for instance)?
The error is coming from here:
Which means the UDP socket to the DB is being reset before the recv call.
Can you verify that connecting to the DB with those credentials works from the command line (using sqlcmd for instance)?