ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

ODBC(?) SQL Connection Failure diagnosis?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ODBC(?) SQL Connection Failure diagnosis?

    Java environment A is talking to iSeries B over a remote SQL connection (ODBC I think?), trying to call an SQL Procedure that returns a Results Set. They are getting a null pointer exception error.

    Where would I look on the iSeries for connection errors for incoming connections like this?

  • #2
    Fixed, it turned out to be something else altogether. But I am still curious to know, where on the iSeries would I look for errors to do with incoming ODBC/JDBC connections?

    Comment


    • #3
      Hi.

      For JDBC connections you have to check jobs named QZDASOINIT.
      If you are running routines/programs from Java, you have to check jobs QZSRCSRVS

      Comment

      Working...
      X