@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
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
To Solve 403 Forbiddon Error Error /etc/httpd/conf Login as root Change conf. From <Directory /> AllowOverride none Require all denied </Directory> To <Directory /> AllowOverride All Require all granted </Directory> Restart Apache