DSNT097I DSNTXTB REQUEST CANCELLED BECAUSE THE SPECIFIED TARGET required-type TABLE SPACE, database-name.tablespace-name, IS AN EXISTING actual-type TABLE SPACE
Explanation
The indicated table space already exists in Db2 as a different type of table space than is required.
- required-type
- The type of table space that was specified as a DSNTXTB input parameter: 4KB page table space, 8KB page table space, 16KB page table space, 8KB page LOB TS, or 32KB page LOB TS.
- database-name.tablespace-name
- The table space that was the target of the DSNTXTB request.
- actual-type
- The type of the existing table space that is identified by database-name.tablespace-name: 4KB page table space, 8KB page table space, 16KB page table space, 8KB page LOB TS, 32KB page LOB TS, or NON-UNICODE.
System action
Processing terminates.
User response
Correct the DSNTXTB input parameter indicated by required-type so that it specifies one of the following names:
- An existing, conforming Unicode-encoded table space.
- A new table space for which DSNTXTB should generate a CREATE statement with the required attributes.
Severity
8 (error)