SCENARIO:
Previously Jobs are scheduled to run from SQL Server.
In the SQL Server database the jobs ran as per their start times mentioned.
All the operations such as stopping the running job,starting the job are done by right clicking on the job.
View history for the job (status,starttime and endtime of the job) is done by right clicking the job and selecting view history.
By doing above thing we used to get details of entire week.
CHANGE IMPLEMENTED
The jobs running in the SQL Server database are now triggered from Autosys Console.
operations like starting the job,stopping the job are now done through Autosys.
Controlling job behaviour is done through Autosys.
PROBLEM
Could not get the view history of the job for entire week.If we go for view history of any one particular job in the autosys console only the before day job execution details are given(status,start and end time) are given.
Is there any way in autosys job schedular console to get the job history of any particular job for the entire week?
Please help.