What are the configuration steps needed to run services for continuous 1 hour.
I have to automate the services from scheduler to generate 10 reports every week based on the hardcoded 10 inputs in service. Each report generates after fetching data from windchill and it service executes upto 5 minutes to generate one report. In this case the server should be available for 1 hour in backend for the generation of all reports.
What are the configuration steps needed to run services for continuous 1 hour.

