cancel
Showing results for 
Search instead for 
Did you mean: 

XSJobs getting inactive after few hours

Former Member
0 Kudos

Hi

I am running  a job through admin tool in SP09.The  job contains few procedures.
The problem is that the job is getting inactive after few hours(2-3 hours).I am also not getting any error details.


I have also passed the session time which is more than the actual time required to complete the job.But still the problem is same.
Can anybody please help in fixing this problem.
Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_devine
Employee
Employee
0 Kudos

Hi,

Play around with these settings:

alter system alter configuration ('xsengine.ini','SYSTEM') set ('httpserver','max_request_runtime')='####' with reconfigure;

alter system alter configuration ('xsengine.ini','SYSTEM') set ('httpsever','sessiontimeout')='####' with reconfigure;

Regards,

Michael