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 > dba

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-30-11, 15:38
jekoch jekoch is offline
Registered User
 
Join Date: Jun 2007
Posts: 12
dba

hi all. anyone seen this lately?

SQL0952N Processing was cancelled due to an interrupt SQLSTATE=57014

details -- unix 5.3 OS; udb version 9.5 fp 4 for the database server; udb version 9.5 fp4 on the client machine as well. querytimeoutinterval=0 in the db2cli.ini

very small database, no major processing on the instance or the server at the time of the interrupt. nothing in the diag log.

ideas?????
Reply With Quote
  #2 (permalink)  
Old 03-30-11, 15:59
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
The client sent some sort of an interrupt. If you open a command window, connect to a database, then issue a query, then press ctrl-C before the query finishes, you will get this.

Andy
Reply With Quote
  #3 (permalink)  
Old 03-30-11, 16:02
jekoch jekoch is offline
Registered User
 
Join Date: Jun 2007
Posts: 12
wish it were so............its a batch process, no one actually running it, folks working off shore getting hit some times, local app server getting hit but no one manually hitting the control-c combo............
Reply With Quote
  #4 (permalink)  
Old 03-31-11, 20:36
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Doesn't matter whether someone hits ctl-c. If there was any kind of network interruption or your putty (ssh) session, then it can happen. If you were running the batch job as a cron task, or as a background job (nohup xxxxxxxxxx &) on the database server, then that would be a different story, but if you run the batch job remotely via a ssh session, then a problem with the network can cause the job interrupt.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #5 (permalink)  
Old 04-01-11, 08:48
jekoch jekoch is offline
Registered User
 
Join Date: Jun 2007
Posts: 12
right -- we were looking at that but this is a large shared server -- 20 instances on the box. none of the others experiencing the same thing during the same time period. even if all did not time out you'd think that one or two of the other app servers residing on the same network would have the same experience.
we're thinking that perhaps the querytimeoutinterval=0 is not really working. someone said they'd seen that in windows before and a registry setting has to be made
anyone know about that?
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