DB2 - Problembeschreibung
| Problem IT00577 | Status: Geschlossen |
INCORRECT SELECT STATEMENT GENERATED IN DATA STUDIO USING CUSTOM FILTER ON TAB "SELECT THE REORGANIZATION POLICY OPTIONS" | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
On Windows, while using Data Studio, If the queries were run
through DAS, content specified inside two '%' signs or adjacent
to single '%' sign can be omitted by windows, as Windows env
variable.
For example:
CALL SYSPROC.AUTOMAINT_SET_POLICY ( 'AUTO_REORG', BLOB('<?xml
version="1.0" encoding="UTF-8"?><DB2AutoReorgPolicy
xmlns="http://www.ibm.com/xmlns/prod/db2/autonomic/config"><Reor
gOptions dictionaryOption="Keep" indexReorgMode="Offline"
useSystemTempTableSpace="false"/><ReorgTableScope
><FilterClause>TABSCHEMA LIKE ''%OPM%'' or TABSCHEMA LIKE
''%SYS%''</FilterClause></ReorgTableScope ></DB2AutoReorgPolicy>
') );
Can be treated as:
CALL SYSPROC.AUTOMAINT_SET_POLICY ( 'AUTO_REORG', BLOB('<?xml
version="1.0" encoding="UTF-8"?><DB2AutoReorgPolicy
xmlns="http://www.ibm.com/xmlns/prod/db2/autonomic/config"><Reor
gOptions dictionaryOption="Keep" indexReorgMode="Offline"
useSystemTempTableSpace="false"/><ReorgTableScope
><FilterClause>TABSCHEMA LIKE '''' or TABSCHEMA LIKE
''''</FilterClause></ReorgTableScope ></DB2AutoReorgPolicy> ')
); | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Update to v9.7fp11 or above * **************************************************************** | |
| Local-Fix: | |
Use other connectors than DAS to connect to server through Data Studios. | |
| Lösung | |
First fixed in v9.7fp11 | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 24.03.2014 23.10.2015 23.10.2015 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP11 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.11 |
|