Home Forums SQL Server 7,2000 General run-time error '-2147467259(80004005)' time out expired RE: run-time error '-2147467259(80004005)' time out expired

  • Sean Lange (3/12/2014)


    rahma.andany (3/12/2014)


    Hi all ,

    I have problem with my application, when uploading picture into sql server 2000 my application showing error message ( Run-time error '-2147467259(80004005)' Time out expired ). This error appear after my technical team replace old server with the new server.

    FYI

    old server running on windows server 2000 and sql server 2000

    new server running on windows server 2003 and sql server 2000

    In my case, this error appear only on office hour and my picture size above 20 kb , but when i trying after office hour and my picture size under 20 kb.. the error messages is not appear 🙂

    Anyone know how to solve my problem? 🙂

    Hi and welcome to the forums. You didn't provide anywhere near enough details to offer anything resembling help here. The only thing we know is that your connection timed out. We don't know anything else. Sounds like maybe you have blocking on your sql server but it is hard to know for sure.

    Thank you for your response, I have found the source of this problem.

    This error occurs when my application try to put some picture and the SQL server failed to perform autogrow.

    i just need to change sql server setting for autogrow file from 10% to 10 Mb and this error messages is disappear.