Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!

Preventing DeadLock in Tac's database

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
TalendSolutionExpert
Contributor II
Contributor II

Preventing DeadLock in Tac's database

Last Update:

Feb 9, 2024 1:22:49 PM

Updated By:

Jamie_Gregory

Created date:

Nov 4, 2023 8:24:34 AM

The TAC Webapp is designed to do the modifications in the TAC DB in an "isolated way" (no conflicts between the different modifications) As the setting :
database.server.selectForUpdate.enabled=true
is useless for the TAC Webapp and is known to cause some issues , it is recommended to set it to false for the TAC :
database.server.selectForUpdate.enabled=false

Other operations might be required are 

1. truncate temp, work folder under tomcat
2. restart Tac
3. Set the Task action on unavailable JobServer to "Reset" task instead of "Wait" indefinitely

 
Labels (1)
Version history
Last update:
‎2024-02-09 01:22 PM
Updated by: