WarningList CLI/ODBC and IBM data server driver configuration keyword
Specifies which errors to downgrade to warnings.
- db2cli.ini keyword syntax:
- WarningList = " 'xxxxx', 'yyyyy', ..."
- IBM® data server driver configuration file (db2dsdriver.cfg) syntax:
- <parameter name="WarningList" value=" 'xxxxx', 'yyyyy', ..."/>
Attention: The IBM data server
driver configuration
file (db2dsdriver.cfg) syntax is available in Db2 11.5.4 and later.
- Default setting:
- Do not downgrade any SQLSTATEs.
- Usage notes:
Any number of SQLSTATEs returned as errors can be downgraded
to warnings. Each must be delimited with single quotation mark, separated
by commas, and in uppercase. The entire string must also be enclosed
in double quotation marks. For example:
WarningList=" '01S02', 'HY090' "