Created On: 06 April 2011
Problem:
Compiler reports the following error when compiling a program with Embedded DB2 statements:
* 801-S ( 0)
** External Compiler Module message
** DB0009 MF DB2 Connect program reported error condition '30082'.This
** error prevents SQL processing from continuing - further EXEC SQL
** statements will be ignored.
* 801-S ( 0)
** External Compiler Module message
** DB0009 MF DB2 Connect program reported error condition '30082'.This
** error prevents SQL processing from continuing - further EXEC SQL
** statements will be ignored.
Resolution:
This problem is caused by a bug in versions of Net Express and Server Express prior to 5.1 WS4. The problem occurs when the password to connect to the Database is > than 8 characters in length (see below).
* Accepted - DB2(DB=TESTDB PASS=administrator.password-1 CTRACE)
This has been fixed in NX/SX 5.1 WS4 but a workaround would be to change the password to be < 8 characters in length.
* Accepted - DB2(DB=TESTDB PASS=administrator.password-1 CTRACE)
This has been fixed in NX/SX 5.1 WS4 but a workaround would be to change the password to be < 8 characters in length.
Incident #2510038
Old KB# 33859



