Ping works from both side : Client to SQL and SQL to Client
On SQL Server the firewall is disabled.
If i update an OLAP cube (MSSAS) it works fine.
The issue happens only with OLEDB provider:
- if i try to make a new connection it cant discover the sql server but if a fill the server name i can create the connection
-if i execute a simple query like select * from tablename it works
-if i execute a long query i receive [ODBC SQL Server Driver][TCP/IP Socket]ConnectionRead(recv()) error
if i use the same client connect on SQL subnet all working fine
Very strange and complex to fix
Thanks for you support