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 > SQL0904N Reason code: "00C900D1"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-04, 15:50
simonyang simonyang is offline
Junior Member
 
Join Date: Jun 2003
Location: washington dc
Posts: 12
Unhappy SQL0904N Reason code: "00C900D1"

Hello,

I get this message when I run java application throught DB2 connect(unix) to DB2 server (OS/390).

[DB2] SQL0904N* Unsuccessful execution caused by an unavailable resource.*
Reason code: "00C900D1", type of resource: "00000907", and resource name: "*".* SQLSTATE=57011

I check resource name is data space(00000907) in DB2 OS390 menu.

How can resolve this problem?

Thank you for every hint.
Reply With Quote
  #2 (permalink)  
Old 10-21-04, 16:35
urquel urquel is offline
Registered User
 
Join Date: Aug 2004
Posts: 330
00C900D1
Explanation: The amount of space allowed for processing LOB values by a user has been exceeded. The amount of space allowed per user is indicated by panel DSNTIP7.

This reason code is issued by the following CSECTs: DSNOTCSO

System Action: The operation is not allowed. DB2 returns 'resource not available' to its invoker.

System Programmer Response:

If you suspect an error in DB2, refer to Part 2 of DB2 Diagnosis Guide and Reference for information on identifying and reporting the problem.

Problem Determination: The requested operation is not performed. An SQLCODE -904 is issued. Message DSNT500I or message DSNT501I may also be issued. For more information, refer to the "SQL Return Codes" or to the description of the DSNT500I and DSNT501I messages.

Collect the following diagnostic items listed in Appendix B, "Problem determination" in item PROBLEM_DETERMIN : 1, 3, 5.
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