OBCD Native Client Error

Nicolas Aranda 0 Reputation points
2024-10-10T23:55:47.1+00:00

Currently receiving this error when trying to operate within a module in our WMS.

-checked timeout session; set to 0

-Tried most recent drivers OBDC 17/18; along with OLE DB driver

Currently running Windows Server 2022 & SQL Server Management Studio 20

User's image

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,021 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 45,121 Reputation points
    2024-10-11T04:37:41.36+00:00

    Currently receiving this error when trying to operate within a module in our WMS.

    The "error" is a simple query timeout, because the query didn't finish in fashion time.

    timeout session; set to 0

    Which timeout, connection or query timeout?

    Optimize your query.


  2. MikeyQiaoMSFT-0444 3,190 Reputation points
    2024-10-11T07:48:17.9733333+00:00

    Hi,Nicolas Aranda

    checked timeout session; set to 0

    Is the timeout option modified in the server configuration?

    You can configure server options to modify the timeout settings in SSMS.

    User's imageAdditionally, timeouts excluding network connection failures can generally be improved by optimizing the query. It is recommended that you use the Profile in SSMS to trace the timeout queries and view the execution process to optimize the query.

    Troubleshoot query time-out errors

    Regards

    Mikey Qiao


    If you're satisfied with the answer, don't forget to "Accept it," as this will help others who have similar questions to yours.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.