Search results

  1. G

    TomCat issue and new help regarding Error - 12296

    also have a look at the by-reference command. ie input table {temp-table name} by-reference it might help you...
  2. G

    TomCat issue and new help regarding Error - 12296

    Mine was alittle different as mine code would run and just fall over but what I have had to do for my case was to ensure that all the handles (including the temp-tables) and objects were deleted prior to the program ending. I do not rely on the program garbage collector to clean things up. i.e...
  3. G

    TomCat issue and new help regarding Error - 12296

    We actually have some code in our internal appserver to is supposed to delete the redundant objects left around --------------- PROCEDURE cleanObjects: /*-----------------------------------------------------------*/ /* Purpose: Clean out the objects left in memory */ /* Parameters: None */ /*...
  4. G

    TomCat issue and new help regarding Error - 12296

    The only thing that is in the logs is this error message we use 10.2A .. we are stopping and starting the appservers weekly but we stop and start Tomcat to fix the problem. ie it goes away for a while. We are now stopping and starting Tomcat everyday but I don't like this solution. From my...
  5. G

    TomCat issue and new help regarding Error - 12296

    Hello all, I need some help to determine why I am getting this error. Failed to create temp-table database object for TEMP-TABLE {temp table}. (12296) We run web services and when connecting to the appserver via .net code we get this error message returned from our appserver and tomcat is...
Top