If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > sql error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-04-07, 10:18
franka franka is offline
Registered User
 
Join Date: Feb 2007
Posts: 10
sql error

Hi guys,
Am getting the following error while running a query BA2191E SQL execution error.com.ibm.db.DataException: A database manager error occurred. : [IBM][CLI Driver][DB2/NT] SQL0952N Processing was cancelled due to an interrupt. SQLSTATE=57014.
I wonder why the process is being cancelled because i am not doing anything to stop the query from running. The query runs in another machine which is configured as mine exactly so the problem is not the query. Is there a certain setting am supposed to make to stop the process from being terminated before the query produces results.
thnx.
Reply With Quote
  #2 (permalink)  
Old 05-04-07, 11:49
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
You would see this kind of error if there is a timeout set on the JDBC connection and the query run time exceeds that timeout.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On