Hello Experts,
I have below some query regarding DBIF_RSQL_SQL_ERROR :
- What are DBIF_RSQL_SQL_ERROR (SQL error 0 or 11)?
- What are the common sources of these errors?
- How can this error be resolved?
- What should I do if the SQL Server 0 or 11 errors continue to persist?
Thanks in advance.
In SQL Server 2000 systems, Short Dumps of the type DBIF_RSQL_SQL_ERROR are observed, which are also evidenced in ST22. SQL error 0 and/or SQL error 11 are indicated by the details of the Short Dump messages. The errors get raised on various objects (tables and/or views).
Additionally indications of network library errors 10054 or 10055 may also get recorded by the OS Application Event Log. But in the Windows Application Log, there will be no additional error messages.
The batch jobs or the interactive sessions can get terminated due to these disconnection indications.