SQLCODE: -805, SQLSTATE: 51002 , this is the error code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sivaganeshs
    New Member
    • Jul 2007
    • 1

    #1

    SQLCODE: -805, SQLSTATE: 51002 , this is the error code

    SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: P00001.NULLID.S YSLH203.5359534 C564C3031;DISTS ERV;04

    What could be the reason for getting this error code when we are accessing DB2(Version 7.0) with Type 4 driver .Can any one suggest on this..
  • Chrisk
    New Member
    • Jul 2007
    • 5

    #2
    In your 'sqllib/bnd' directory there is a file called 'ddcsmvs.lst'. It contains names of bind files you must bind on the server:

    db2 bind @ddcsmvs.lst sqlerror continue grant public

    Comment

    Working...