Troubleshooting
Problem
When trying to load from cursor SQL8029N license error is seen. "load from c1 of cursor messages msg.out insert into TEST_TABLE nonrecoverable" SQL8029N A valid license key was not found for the requested function. The current license key for this product does not allow the requested functionality. Purchase the license key for this function from your IBM representative or authorized dealer and update your license using the License Center or the db2licm command line utility.
Symptom
Test case:
/home/db2inst1$ db2 connect to sample
Database Connection Information
Database server = DB2/AIX64 9.7.8
SQL authorization ID = DB2INST1
Local database alias = SAMPLE
/home/db2inst1$ db2 "create table db2inst1.test3(col1 integer)"
DB20000I The SQL command completed successfully.
/home/db2inst1$ db2 "insert into db2inst1.test3 values(1),(2)"
DB20000I The SQL command completed successfully.
/home/db2inst1$ db2 "select * from db2inst1.test3"
COL1
-----------
1
2
2 record(s) selected.
/home/db2inst1$ db2 connect reset
DB20000I The SQL command completed successfully.
/home/db2inst1$ db2 connect to sampleb
Database Connection Information
Database server = DB2/AIX64 9.7.8
SQL authorization ID = DB2INST1
Local database alias = SAMPLEB
/home/db2inst1$ db2 "create table db2inst1.test3(col1 integer)"
DB20000I The SQL command completed successfully.
/home/db2inst1$ db2 "declare c1 cursor database sample user testid using password for select * from db2inst1.test3"
DB20000I The SQL command completed successfully.
/home/db2inst1$ db2 "load from c1 of cursor messages msg_20140404.out insert into db2inst1.test3 nonrecoverable"
SQL8029N A valid license key was not found for the requested function. The current license key for this product does not allow the requested functionality. Purchase the license key for this function from your IBM representative or authorized dealer and update your license using the License
Center or the db2licm command line utility
To view more of this document
Was this topic helpful?
Document Information
More support for:
Db2 for Linux, UNIX and Windows
Software version:
9.8, 9.7, 9.5, 10.1, 10.5
Operating system(s):
AIX, HP-UX, Linux, Solaris, Windows
Document number:
510025
Modified date:
01 May 2025
UID
swg21673146