"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.
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.
This works for me :D
ReplyDelete