DBCFG in SYSIBMADM not Found
I get the following messages in the jazz.log.
ERROR sqlTxLogger - Exception preparing SQL: select value from sysibmadm.dbcfg where name = 'cur_commit'
ERROR com.ibm.team.scm - CRJAZ0212I Internal error.
DBCFG in SYSIBMADM type *FILE is niet gevonden.(not found)
I looked on the iseries (OSversion 6.1) and there is NO file DBCFG at all.
Is there someone who knows what we can do?
ERROR sqlTxLogger - Exception preparing SQL: select value from sysibmadm.dbcfg where name = 'cur_commit'
ERROR com.ibm.team.scm - CRJAZ0212I Internal error.
DBCFG in SYSIBMADM type *FILE is niet gevonden.(not found)
I looked on the iseries (OSversion 6.1) and there is NO file DBCFG at all.
Is there someone who knows what we can do?
One answer
The item sysibmadm.dbcfg refers to a view in the DB2 database. It should be the schema SYSIBMADM. Try using a tool that can look at the tables in DB2 directly, or running the commands suggested below to see the value of these tables.
The code i ts try to check the value of the setting in the datable, cur_commit from SCM code.
From the DB2 documentation, find the equivalent in the version of Db2 where you have the problem.
See http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.7.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0001954.html?cp=SSEPGG_9.7.0%2F3-6-2-4-45
http://db2commerce.com/2012/03/09/what-dbas-can-do-to-reduce-deadlocks/
The code i ts try to check the value of the setting in the datable, cur_commit from SCM code.
From the DB2 documentation, find the equivalent in the version of Db2 where you have the problem.
See http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.7.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0001954.html?cp=SSEPGG_9.7.0%2F3-6-2-4-45
http://db2commerce.com/2012/03/09/what-dbas-can-do-to-reduce-deadlocks/