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 > DB2 Table Load Error & receiving S04E

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-09, 07:28
chinnaraj chinnaraj is offline
Registered User
 
Join Date: Oct 2009
Posts: 1
DB2 Table Load Error & receiving S04E

Hi,

I am trying to load a table with the data from a sequential file thru the program DSNUTILB and getting the below error.
what could be the issue ?
DSNU000I DSNUGUTC - OUTPUT START FOR UTILITY, UTILID = STEPXXX.YYYYYYY
DSNU1044I DSNUGTIS - PROCESSING SYSIN AS EBCDIC
DSNU018I < DSNUGASU - JOB IS NOT RESTARTABLE DUE TO -START DATABASE ACCESS FORCE COMMAND
DSNU016I DSNUGBAC - UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40018

Please help me to resolve this error.
_________________
Regards,
Chinna.
Reply With Quote
  #2 (permalink)  
Old 10-01-09, 13:03
Stealth_DBA Stealth_DBA is offline
Registered User
 
Join Date: May 2009
Posts: 472
chinnaraj, It looks like DB2 is trying to restart the utility and is unable to due to the Start Database command that was executed.

Check to see if your Utility is in a Stopped state (-dis util(*) ). If it is Terminate the utility-id (-ter util(STEPXXX.YYYYYYY) ). Then run your load again.

PS Are using DSNUTILB directly in your JCL or using DSNUPROC?
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