hello,
I developed an application that uses SQLAlchemy to write
the records on the server. I have freetds 0.82.6 on the server.
Sometimes I get an error like this:
DBAPIError: (Error) ('08S01', '[08S01] [FreeTDS][SQL Server]Write to the server failed (20006) (SQLExecDirectW)')
The error is not reproducible
even with many requests and a moment after the application starts to run without problems.
The query I'm doing when I have this problem are very simple.
Can someone give me some hints about this problem?
Thanks,
Federica D'Elia