Error reported by COM object

  • Hi,

    The following error is returned by a COM object while executing a stored procedure.  This error is not reported always. Sometimes it works fine.

    0x80040e31 - Execution aborted because a resource limit has been reached; no results have been returned

    Can any one put lights on  it?

    Thanks

    R.Prakash

     


    Kindest Regards,

    R

  • I haven't come across this myself but apparently a whole bunch of others have (google) - suggestions include increasing timeout to size of tempdb...read these 2 links to see if they help you any...

    link 1

    link 2







    **ASCII stupid question, get a stupid ANSI !!!**

  • Definitely you are leaking handles!

    Make sure that whatever is using the COM object is closing the handle. in case of sp_OA* you need to ensure that sp_OADestroy gets called ALLWAYS after you adquired a handle successfuly

     

    Don't know much about your app but without further details I can't help you more.

     

    Cheers,

     


    * Noel

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply