EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

Debug notfound DB2 Driver

  • 1.  Debug notfound DB2 Driver

    Posted Thu October 15, 2015 07:30 PM

    I have installed RBD 9.1.1 and access DB2 zVSE 7.5 with driver db2java.zip v.8.

    When I debugged with legacy textUIProgram and it works fine.

    But when I try debugged with legacy webTransaction and it doesn't work.

    I have set db2 drive in the:

    -  Debug build descriptor .. not work

    -  Preferences EGL SQL Database Connections ... not work

    -  Preferences EGL Debug Class path order ... not work

    -  Project properties EGL Runtime Data Source ... not work

    -  Project properties Java Build Path add external jar/zip ... not work

    -  Copy/Paste the driver into WebContent\lib ... not work

     

    I finished all the possibilities where I actually set the db2 driver?

     

    Thanks !!

     

    Hsieh

     

    Hsieh


  • 2.  Re: Debug notfound DB2 Driver

    Posted Thu October 15, 2015 07:47 PM

    I remembered and found the solution.
    I had forgotten to configure JDBC Data Source on WAS-TE.

    |Now works fine.

    Hsieh