Bug 779039 (SOA-1450)
Summary: | schema tool -DB2- jUDDI needs at least 8k page size table space add this note in the documentation | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Jim Ma <ema> |
Component: | Documentation | Assignee: | David Le Sage <dlesage> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.3 CP01 | ||
Target Milestone: | --- | ||
Target Release: | 4.3 CP04 ER1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://jira.jboss.org/jira/browse/SOA-1450 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-03-25 08:54:20 UTC | Type: | Task |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jim Ma
2009-08-18 10:19:15 UTC
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. Link: Added: This issue is related to SOA-2951 |