DB2 - Problembeschreibung
| Problem IC62297 | Status: Geschlossen |
SCHEMA FOR DBMETADATACOLLECTIONNAMES.DATASOURCEINFORMATION CONTAINS WRONG VALUES | |
| Produkt: | |
DB2 CONNECT / DB2CONNCT / 970 - DB2 | |
| Problembeschreibung: | |
The DbMetaDataCollectionNames.DataSourceInformation returns the following unexpected information: ParameterMarkerFormat: ? (System.String) ParameterMarkerPattern: \? (System.String) ParameterNameMaxLength: 0 (System.Int32) ParameterNamePattern: <null> (System.DBNull) | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Windows * **************************************************************** * PROBLEM DESCRIPTION: * * The DbMetaDataCollectionNames.DataSourceInformation returns * * the following unexpected information: * * * * ParameterMarkerFormat: ? (System.String) * * ParameterMarkerPattern: \? (System.String) * * ParameterNameMaxLength: 0 (System.Int32) * * ParameterNamePattern: <null> (System.DBNull) * **************************************************************** * RECOMMENDATION: * * Upgrade to IBM Data Server Provider for .Net 9.7 Fix Pack 1 * **************************************************************** | |
| Local-Fix: | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 1 for Linux, UNIX, and Windows | |
| Lösung | |
The DbMetaDataCollectionNames.DataSourceInformation now returns
the following information:
ParameterMarkerFormat: @{0} (System.String)
ParameterMarkerPattern:
@[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nd}_@#\$]+(?=\s+|$)
(System.String)
ParameterNameMaxLength: 128 (System.Int32)
ParameterNamePattern:
[\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}\p{Nd}_@#\$]+(?=\s+|$)
(System.String)
Problem was first fixed in Version 9.7 Fix Pack 1
This fix should be applied on the client. | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 30.07.2009 27.02.2010 27.02.2010 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP1 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.1 |
|