SQLSTATE 42074 error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uday123
    New Member
    • Jan 2007
    • 1

    #1

    SQLSTATE 42074 error

    Hi,
    We are using DB2 in an enterprise J2EE application and extracting data from here.

    But i get the following exception when i try to retriece records from this database:

    _______________ _______________ _______________ _______________ _____
    COM.ibm.db2.jdb c.DB2Exception: [IBM][CLI Driver][DB2/SUN] SQL0727N An error occurred during implicit system action type "1". Information returned for the error includes SQLCODE "-204", SQLSTATE "42704" and message tokens "TCTDD00.CTDD_M QT_LOOKUP". SQLSTATE=56098
    _______________ _______________ _______________ _______________ ______

    I am unable to understand this error.

    It would be nice if i could help from this forum...

    Thanks and Regards,
    Uday
  • sofy
    New Member
    • Jun 2006
    • 5

    #2
    Hi,
    what is ur actual problem? At what time you are getting this error?Using JDBC/SQLJ/...???




    Originally posted by uday123
    Hi,
    We are using DB2 in an enterprise J2EE application and extracting data from here.

    But i get the following exception when i try to retriece records from this database:

    _______________ _______________ _______________ _______________ _____
    COM.ibm.db2.jdb c.DB2Exception: [IBM][CLI Driver][DB2/SUN] SQL0727N An error occurred during implicit system action type "1". Information returned for the error includes SQLCODE "-204", SQLSTATE "42704" and message tokens "TCTDD00.CTDD_M QT_LOOKUP". SQLSTATE=56098
    _______________ _______________ _______________ _______________ ______

    I am unable to understand this error.

    It would be nice if i could help from this forum...

    Thanks and Regards,
    Uday

    Comment

    • Abhishekyerra
      New Member
      • Jan 2007
      • 3

      #3
      This is an Implicit rebind of the package.Check the bind plan and bind the package once again with appropriate parameters.This should resolve the issue

      Comment

      Working...