Db2/Db2 troubleshooting
db2icrt fails with DBI1295E
@ipajama
2014. 10. 23. 12:17
728x90
Problem(Abstract)
Creation of a new instance, by using 'db2icrt' command fails with,
DBI1295E The instance list could not be updated.
Symptom
'db2icrt' is being executed with the ROOT privileges.
'db2icrt' calls 'db2iset' to add the instance to the global registry. This fails, as can be seen in from the debug traces,
+ /db2test/software/ibm/db2/V10.1/instance/db2iset -a db2inst1
+ [ 255 -ne 0 ]
+ display_msg
/db2test/software/ibm/db2/V10.1/msg/en_US.iso88591/db2install.cat 295
DBI1295E The instance list could not updated.
Diagnosing the problem
If LD_LIBRARY_PATH is set in the '.profile' file of the ROOT user, it can be commented out, and 'db2icrt' should be executed again.
http://www-01.ibm.com/support/docview.wss?uid=swg21640590
728x90