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 > JDBC failure to DB2 on MVS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-04-07, 17:05
jdb2 jdb2 is offline
Registered User
 
Join Date: Apr 2007
Posts: 2
JDBC failure to DB2 on MVS

com.ibm.db2.jcc.DB2Driver
getConnection to database on MVS(?) fine
executeQuery error:

DB2 SQL error: SQLCODE: -904, SQLSTATE: 57011, SQLERRMC:
00C200E0;00000700;BP10

Thanks for any help.

Jason
Reply With Quote
  #2 (permalink)  
Old 12-04-07, 17:48
nidm nidm is offline
Registered User
 
Join Date: May 2003
Posts: 113
Quote:
Originally Posted by jdb2
com.ibm.db2.jcc.DB2Driver
getConnection to database on MVS(?) fine
executeQuery error:

DB2 SQL error: SQLCODE: -904, SQLSTATE: 57011, SQLERRMC:
00C200E0;00000700;BP10

Thanks for any help.

Jason
the following from the 'code' book for db2/zos. The softcopy of such book is available on line. You better have such document handy for your work.

00C200E0
Explanation: A table space or index space cannot be accessed because DB2 is unable to create the referenced buffer pool. The referenced buffer pool size was zero, which indicates to DB2 that this buffer pool should not be activated. DB2 message DSNB602I was issued to inform the operator of the error. This reason code and the table space or index space name are recorded in the cursor table (CT) and made available to the user in the SQLCA.

This abend reason code is issued by the following CSECTs: DSNB1OPP DSNB1OPS

System action: An SQLCODE -904 (resource not available) is returned to the user. The SVC dump and the SYS1.LOGREC recording are not requested.

System programmer response: Analyze the virtual storage content of the ssnmDBM1 address space to determine further action. If appropriate, use the ALTER TABLESPACE or ALTER INDEX statement to modify the affected table space or index to indicate a usable buffer pool. To determine a usable buffer pool, use the DISPLAY BUFFERPOOL command. If necessary, use the ALTER BUFFERPOOL command to activate the failing buffer pool by setting its VPSIZE to a nonzero value.
Reply With Quote
  #3 (permalink)  
Old 12-04-07, 18:21
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Another good resources is this: http://www-03.ibm.com/servers/eserve...bkserv/lookat/

Just key in the reason code/sqlcode/... and click on "GO".
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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