logo  
Google
 

DB2 SQL-Error: -843

SQLState: 08003

Short Description: THE SET CONNECTION OR RELEASE STATEMENT MUST SPECIFY AN EXISTING CONNECTION

One of the following rules was violated: v A SET CONNECTION statement must identify an existing SQL connection of the application process. v A RELEASE statement must identify an existing connection of the application process.System action: The statement cannot be executed. Programmer response: The correction depends on the error, as follows: v If the location name is not the intended name, correct it. v If the location name does not identify an existing SQL connection, replace the SET CONNECTION with a CONNECT statement. v If RELEASE CURRENT was executed in the unconnected state or the specified location name does not identify an existing SQL or DB2 private connection, delete the RELEASE statement. Correct the error in the application, rebind, the plan and resubmit the job.

 <-  BACK TO INDEX