@amritakedia_epsilon you are right i also started seeing this after upgrade. I recently upgreded the Campaign to 9032.10 build as its gold standard and saw this issue
In my case updating WdbcTimeZone options to America/New_York did not changed the system time or logs time or audit or delivery time .. its 4 hrs differenceDoes it required restart ?
Operator timezone is ESTmid source user time zone is in EST App server time zone in EDTWdbcTimeZone in options is America/New_York Still my delivery , log , time and audit log all shows 4 hrs late time.. Please help
I faced same issue long back and here are steps that you should try in lower env :-
1- Truncate table XtkWorkflowLog
2- INSERT INTO XtkWorkflowLog(iWorkflowId) values (0)
3. Go to platform > options and Set the LastConsolidated to latest date time and Pointer remove the numbers from Options setting...
I faced same issue long back and here are steps I took for tracking not working :- Here are steps or best practices to resolve the issue :-
1- Truncate table XtkWorkflowLog
2- INSERT INTO XtkWorkflowLog(iWorkflowId) values (0)
3. Go to platform > options and Set the LastConsolidated to latest date t...
To Solve 403 Forbiddon Error Error /etc/httpd/confLogin as root Change conf. From<Directory /> AllowOverride none Require all denied</Directory> To <Directory /> AllowOverride All Require all granted</Directory> Restart Apache