How to solve: Db2 is not listening port problem

Sometimes a mistake made by db administrator causes that kind of problem. To solve this problem we need to take a few simple steps and check system services. First of all, you need to get database service configuration with this command:
1 |
db2 get dbm cfg | grep SVCE |
Does that value empty? You need to set a port number to …