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 > Any Info on Reason Code 00E70005?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-07, 21:58
mrhrbacek mrhrbacek is offline
Registered User
 
Join Date: Oct 2007
Posts: 6
Any Info on Reason Code 00E70005?

We have a batch job trying to delete rows from a table which are older than a certain date. The delete fails with above reason code. When I look up the explanation it states "A relational data system (RDS) subcomponent internal inconsistency was detected." Even our DBA's are not sure what this is. We tried re-running the job, but same error. I don't have access to DB2 Diagnosis Guide and Reference book, so I'm not sure how to get more info. My DBA is going to talk with our systems people about it, but that could take days. It is interesting that we can query the data with a Select, but trying to delete it causes an error. Any thoughts on what it could be?
Reply With Quote
  #2 (permalink)  
Old 10-22-07, 07:25
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
try db2inspect command to see if db is still in shape
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 10-22-07, 10:41
mrhrbacek mrhrbacek is offline
Registered User
 
Join Date: Oct 2007
Posts: 6
Thanks. I tried to look it up and it seems it is a UNIX shell command. I am in in MVS environment. Is CHECK DATA what I would use in the MVS environment?
Reply With Quote
  #4 (permalink)  
Old 10-22-07, 10:45
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Quote:
Originally Posted by mrhrbacek
Thanks. I tried to look it up and it seems it is a UNIX shell command. I am in in MVS environment. Is CHECK DATA what I would use in the MVS environment?
Check data checks out the referential integrity, not the internal consistency .

You could try and drop the indexes and recreate them, or call IBM Software Support if that does not work.
__________________
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 10-22-07, 23:55
mrhrbacek mrhrbacek is offline
Registered User
 
Join Date: Oct 2007
Posts: 6
Thanks. That is what our DBA is going to do. We are going to drop the indexes and recreate and see what happens. If that doesn't work, they plan on contacting IBM.
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