home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IC87287 Status: Closed

AUTHENTICATION FAILS WITH SQL30082N RC=24 WHEN THE LOGIN CREDENTIALS ARE
REDIRECTED FROM A FILE OR STDIN

product:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problem description:
Authentication fails with SQL30082N RC=24  when the login 
credentials are redirected from a file or stdin. The following 
script will generate the error when executed from CLP. 
 
read DATABASE?'Database name : ' 
read USER?'User name : ' 
db2 <<qwertyuioppoiuytrewq 
connect to ${DATABASE} user ${USER} 
select * from syscat.tables 
connect reset 
 
(rodeh@hotelaix5) /home/hotelaix5/rodeh 
$ sh -x db2.sh 
. 
. 
. 
+ read DATABASE?Database name : 
Database name : sample 
+ read USER?User name : 
User name : rodeh 
+ db2 
+ 0<< 
connect to sample user rodeh 
select * from syscat.tables 
connect reset 
 
(c) Copyright IBM Corporation 1993,2007 
Command Line Processor for DB2 Client 9.5.7 
 
You can issue database manager commands and SQL statements from 
the command 
prompt. For example: 
    db2 => connect to sample 
    db2 => bind sample.bnd 
 
For general help, type: ?. 
For command help, type: ? command, where command can be 
the first few keywords of a database manager command. For 
example: 
 ? CATALOG DATABASE for help on the CATALOG DATABASE command 
 ? CATALOG          for help on all of the CATALOG commands. 
 
To exit db2 interactive mode, type QUIT at the command prompt. 
Outside 
interactive mode, all commands must be prefixed with 'db2'. 
To list the current command option settings, type LIST COMMAND 
OPTIONS. 
 
For more detailed help, refer to the Online Reference Manual. 
 
db2 => Enter current password for rodeh: 
SQL30082N  Security processing failed with reason "24" 
("USERNAME AND/OR 
PASSWORD INVALID").  SQLSTATE=08001 
db2 => SQL1024N  A database connection does not exist. 
SQLSTATE=08003 
db2 => SQL1024N  A database connection does not exist. 
SQLSTATE=08003 
db2 => db2 => (rodeh@hotelaix5) /home/hotelaix5/rodeh
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgraded to DB2 Version 10.1 FP2                             * 
****************************************************************
Local Fix:
Don't use redirection.
available fix packs:
DB2 Version 10.1 Fix Pack 2 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 6 for Linux, UNIX, and Windows

Solution
First Fixed in DB2 Version 10.1 FP2
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
16.10.2012
31.12.2012
31.12.2012
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.1.0.2 FixList
10.5.0.2 FixList