‎2009 Jan 13 3:09 PM
Hi,
I write a report that works on a lot of data and when it starts, it takes about an hour or two for processing. The problem is that on the system there is a timout of 20 minutes of inactivity after which the use il logged out.
The question is: is there a way by code to advise a sort of keep alive so that user is not logged out?
(I can't change the timeout on the system for security issues)
Thanks
Gabriele
‎2009 Jan 13 3:34 PM
When you schedule in Background .... its not neccasary for the user to be logged in .. the job will execute irrespective of user login ...
Thanks,
Adi
‎2009 Jan 13 3:15 PM
You can execute the report in background .... u still can see the output as a spool ...
Thanks,
Adi
‎2009 Jan 13 3:25 PM
the problem is not that process is in foreground or background: the problem is the timeout: I need to avoid timeout, because the idea is to launch the report and then go out for lunch So I need to find a way in the code to advise the system that user has not to be logged out.
Thanks
Gabriele
‎2009 Jan 13 3:30 PM
If you run it in the background, it doesn't matter if the user gets logged out.
rob
‎2009 Jan 13 3:34 PM
When you schedule in Background .... its not neccasary for the user to be logged in .. the job will execute irrespective of user login ...
Thanks,
Adi
‎2009 Jan 13 3:37 PM