How to setup Jazz against DB2 w/o creating a new tablespace
![]()
Currently repotools requires the ability to create a tablespace when run against a DB2 server. How do I disable this? The use-case for such an action is that I already have a database that is customized with tabkespaces and I don't want jazz to change/add additional tablespaces.
Thanks! |
One answer
![]()
Jazz uses content table space (contentts) to store the contents of the
repository. The constant "db.db2.content.tablespace.numpages" specified in teamserver.properties is used to determine the number of pages to be allocated. ------ Balaji "amcohen.us.ibm.com" <amcohen@us.ibm-dot-com.no-spam.invalid> wrote in message news:f9k5a1$pf5$1@localhost.localdomain... Currently repotools requires the ability to create a tablespace when |