After installing the new enhancement ptf's the following message started in task EXEC DCDCONTL .
17.35.35 S0095298 DCD2599I DCD Controller - Termination complete
The started task is still active.
Can not be sure if it's working or not.
Release : 3.0
Component : CA DATA CONTENT DISCOVERY
The workaround is to change the frequency to use a different unit
e.g. use a WEEK instead of 7 DAYS or use 48 HOURS instead of 2 DAYS:
Here is the SQL:
SELECT * FROM @[email protected];
UPDATE @[email protected] SET FREQUENCY = '48:H';"