SYMPTOM:
Users obtain the following error when performing recursive searches from Strategy Developer against a metadata that resides in a DB2 UDB for Windows & Unix database:
Execute Query failed. Error type: Odbc error. Odbc operation attempted: SQLExecDirect. A default table space could not be found with a pagesize of at least 4096 that authorization ID xyz is authorized to use.
DECLARE GLOBAL TEMPORARY TABLE SESSION.T_SR0001752BCEABBC (id CHAR(32), lev INTEGER) ON COMMIT PRESERVE ROWS NOT LOGGED


CAUSE:
The issue occurs because there is no user temporary tablespace with a pagesize of at least 4096 bytes (4K), or, the user account for the metadata database does not have access to such a tablespace. The user temporary tablespace is needed by the DB2 database for creation of temporary tables for that user.
ACTION:
The following steps should resolve the issue:
Third Party Software Installation:
WARNING:
The third-party product(s) discussed in this technical note is manufactured by vendors independent of Strategy. Strategy makes no warranty, express, implied or otherwise, regarding this product, including its performance or reliability.
11891