IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

BatchWriteHandler error from EntLogger adapter

  • 1.  BatchWriteHandler error from EntLogger adapter

    Posted Fri September 05, 2003 11:15 PM

    We have recently tried moving our EntLogger adapter from adapter config to adapter manager on an HPUX environment. Now we get

    java.sql.SQLException: Data size bigger than max size for this type: 8380

    error in BatchWriteHandler batchWrite(). There was an error processing the data. EIProcess error: Data size bigger than max size for this type: 8380

    it seems that the EntLogger is trying to insert into the ent_activation table.

    This was working just fine under adapter config prior to this, and now, strangely, we can’t go back and get it to work there either.

    Has anyone experienced this and do you have a solution?? I have already openned an SR on Advantage site.

    TIA
    Tim


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: BatchWriteHandler error from EntLogger adapter

    Posted Wed September 10, 2003 09:34 PM

    wM support helped us identify two causes for our problem. The was that since we are using Oracle for our db, we needed to use the newer sl53_cj31.jar file for the db drivers. We then ran into an additional problem because we do not have BI(modeller) installed - more specifically the BI database tables. Without those tables, the logger adapter would just keep throwing “table not found” errors. After swapping out the jdbc jar file and building the BI tables, things are working fine under the 4.6 adk runtime.


    #Integration-Server-and-ESB
    #webMethods