is there any genius to solve sqlcode 58005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avinashsagariet
    New Member
    • Mar 2007
    • 1

    is there any genius to solve sqlcode 58005

    whenever i m restoring my database it is giving an error message SQLCODE 58005 plz if anyone give me its solution...
  • rohit
    New Member
    • Aug 2006
    • 6

    #2
    Hi,

    I hope this will help.


    Explanation: Pointer to the essential control block, either the CT or the
    RDA is zeroes. This precludes the successful execution of the current SQL
    statement, as well as any subsequent SQL statements.

    System Action: The statement cannot be executed. The application program
    is not permitted to issue additional SQL statements. For example, a
    recovery routine associated with the application program may not issue
    additional SQL statements.

    Programmer Response: Rebind the failing application program and try
    again. If the problem persists, examine your DBRM and make sure it matches
    your program.


    let me know if you need antthing.

    Comment

    Working...