RTC Email will not turn off without reboot
Hi there,
We are running Jazz (RRC, RQM, and RTC) 4.0.5. When we import large numbers of work item, we turn off the email so as to not spam all the users who might otherwise get emails from all the records being created. The user attempting to turn it off is a JazzAdmin user (me). This is the location where we turn it off: https://fullservername:9443/jts/admin#action=com.ibm.team.repository.admin.configureMailSettings But if the server has not been reboot for a few days (lowest tracked number of days is 4) then when we attempt to set the value of " But until we reboot the servers, it does not appear to have changed. Sound familiar to anyone? If so, help please... Thank you! |
2 answers
Hi Donna,
We have seen this problem before... Sometimes, DWH job can not to let save advanced settings. But when it the finish its job we save settings. I think, you look DWH job status before import.
|
|
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
I would suggest running the wait tool while the issue occurs, and then open a PMR. This will give support a point to start investigating.
https://wait.ibm.com/
Taking 6 java cores about 30seconds apart should be good to get started with
As a workaround you can disable e-mail settings manually by editing the teamserver.properties file:
<JazzTeamServer>\server\conf\jts\teamserver.properties
Change it to false:
com.ibm.team.repository.notification.mail.enabled=false