Skip to main content
Solved

Migration Job timeout after 30 minutes on Apps 10

  • May 17, 2021
  • 2 replies
  • 376 views

My migration job will timeout after 30 minutes if I manually execute on it on Apps 10 IEE but it will run successfully as a Scheduled Background Job. But when I was using Apps 8, there wasn’t any timeout.  Is this a new functionality in Apps 10?

 

Best answer by Charitha De Silva

Hi,

The usual timeout time for an online process is 30 minutes. Hence for all processes where the processing time goes over 30 minutes will give out the timeout error.

For background (scheduled) jobs, there is no such limit. Hence it will execute in the background until the process is completed (or ends up in an error).

Maybe in App8, the timeout limit might have been increased where it would take more time to give this error.

For any longer running jobs, processing in the background is the recommended option.

This topic has been closed for replies.

2 replies

Charitha De Silva
Hero (Employee)
Forum|alt.badge.img+8

Hi,

The usual timeout time for an online process is 30 minutes. Hence for all processes where the processing time goes over 30 minutes will give out the timeout error.

For background (scheduled) jobs, there is no such limit. Hence it will execute in the background until the process is completed (or ends up in an error).

Maybe in App8, the timeout limit might have been increased where it would take more time to give this error.

For any longer running jobs, processing in the background is the recommended option.


Charitha De Silva
Hero (Employee)
Forum|alt.badge.img+8

Hi,

For further information please refer the below article: