Reputation: 608
Is there a solution to this problem in db2hpu call:
SQL0443N Routine "DB2INST1.DB2HPU" (specific name "SQL160823160100917") has returned an error SQLSTATE with diagnostic text "Cannot Connect: rc = 0x25a7dd". SQLSTATE=38107
Thanks a lot
Upvotes: 0
Views: 287
Reputation: 66
The "Cannot Connect: rc = ..." error is coming from HPU stored procedure, not DB2 itself. It may be raised if the db2hpudm deamon is not able to start.
Verify that the HPU was correctly installed and that you have no warnings or error in the installation trace files under : [INSTALLDIR]/install/trace_error_install [INSTALLDIR]/install/trace_warning_install
Upvotes: 1