Affects: Documentation (Ref Guide, User Guide, etc.) Date of First Response: 2009-08-19 04:21:04 project_key: SOA When use schema tool to switch the database to DB2, the juddi needs at least 8k page size table space to create tables. We can add this content to alert user when configure databse to DB2: The SOA platform (or jUUDI registry) needs at least 8k page size table space to create tables. Ask your database administrator to check if there is need to create the large page size table space.
Link: Added: This issue depends SOA-1204
Link: Removed: This issue depends SOA-1204
Link: Added: This issue related SOA-1204
"needs at least 8k page size table space to create tables" doesn't parse too well is "requires a tablespace with at least an 8 kilobyte pagesize" valid ? Also I'm assuming kilobyte , not kilobit ?
Yes. Kilobyte. It should be : 8-KB page size table space.
added as known issue to 4.3.CP02 release notes: When using DB2 as the database for jUDDI, DB2 must be configured with at least an eight kilobyte pagesize for the creation of tables. You need to confirm with your database administrator that this has been done before starting the SOA Platform server using DB2 for jUDDI.
Hi Jim, I'm not familar with DB2 & wanted to fill in some additional details 1 - can you supply the SQL command/s that will be required to set this?
Darrin ,I tested the following db2 scripts to create the 8-KB pagesize table space, could be an example for user : create bufferpool soabp immediate size 1000 pagesize 8k; create tablespace soats pagesize 8k managed by AUTOMATIC STORAGE BUFFERPOOL soabp; create temporary tablespace soatempts pagesize 8k managed by AUTOMATIC STORAGE BUFFERPOOL soabp;
Affects: Added: [Documentation (Ref Guide, User Guide, etc.)]
moved FIX version to 4.3.CP03 as per SOA-1357 removed text regarding this JIRA from the 4.3.CP02 release notes
This information has been added to the Administration Guide for SOA 4.3.CP03.
Verified http://downtown.englab.bne.redhat.com/drafts/JBoss_Enterprise_SOA_Platform/4.3.CP03/Administration_Guide/html-single/#database_configuration
Link: Added: This issue is related to SOA-2951