Technote (troubleshooting)
This document applies only to the following language version(s):
English
Problem(Abstract)
After upgrade to 2.3.0.31, running the command tlmagent -p gives the following error:
CODCL7564E The specified parameter null does not exist .
Resolving the problem
A quick fix for this issue is to run the following sql command on TLMA
insert into
lic.RES_CONF_KEY_REL
select
type,
CONF_KEY_ID,
'2.3.0.31' as version,
VALUE_RANGE_MAX,
VALUE_RANGE_MIN
from
lic.RES_CONF_KEY_REL
where
version = '2.3.0.30'
commit
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.