Monday, February 12, 2018

CreateKeyException in ibm wcs

"com.ibm.commerce.key.CreateKeyException: unexpected error - no row in keys table for XTABLE"

This issue mostly happens when in you bean class e.g. TableBeam - EjbCreate method using table name in capital and in KEYS table TABLE name is in small.

Solution : Eighter update bean with small letters as you have in keys table or Update KEYS table with table name you have in bean class.