Time on web interface is different from the Automation Engine.
search cancel

Time on web interface is different from the Automation Engine.

book

Article ID: 89209

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

If the times (System and Database) do not match, often schedules can kick off at the incorrect time. So, if your database time is showing an hour or two off the schedules may also kick off at that time.

Environment

CA Automic Applications Manager

Cause

Usually this is something that was accidentally updated be it on the database, server, or in our application. Under older versions of java DST could also cause this.

Resolution

You can use the following to ferret out where the time is actually off:

SQL> select dbtimezone from dual;

SQL>select SYSTIMESTAMP from dual;

SQL>select * from aw_master_config where item='MASTER_TIMEZONE';

On Unix/Linux you can also check the server time using:

date

If times are off your admins will need to sync them up.