RequestRemoteEnterpriseProcessUpdatesTask
|
One answer
I have noticed this error occurring when either the databases are not reachable, inconsistent network between the application server and the database server and as the error suggest if the jdbc connection times out.
You can increase the timeout value and from the Admin page -> Database Connection -> JDBC Connection pool wait time and see how it goes. Madhu mentioned the same resolution in this earlier post Comments
Michael Toole
commented Jul 31 '13, 2:56 p.m.
ive changed all the jdbc pool wait times and still hasn't had any effect. yes i read that past as well...
the network isn't a problem either...
Indradri Basu
commented Aug 01 '13, 3:40 a.m.
I am assuming this is happening intermittently and rest of the time everything works fine. Hence this cannot be a firewall issue nor anything related to connection string or db2admin user credentials. If you think the network is also fine then another possible reason I can think of for this error to appear in the logs could be when and if the database goes offline for backups. You may want to compare the timestamps.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Michael,
It could be great to check what is your network status when the issue happens. Could you run
netstat -a -o
when the issue happens? This will show us how many threads are trying to connect to the database and what is database status.Also it could be great if you are able to connect to the database manually. Could you try running following command:
telnet teamdb4.amdws.hsv.com 50000
What is the result of this command?
Also, have you observed any patterns when the issue happens? (specific time of the day, you are running particular operation on the server etc.)
And the last question when did the issue appear first? What were the particlular actions you had performed before the issue appear first (e.g. upgrading db2 version, adding new users to RTC, upgrading RTC etc.)