Question

Execute batch job in sequentially for FNF Mig?

  • 16 June 2022
  • 2 replies
  • 118 views

Userlevel 5
Badge +8

Hi Team,

   Anyone assist us that how can we execute batch jobs sequentially or parallelly in iFS 10.

   I tried with Batch Queue configuration.

   But i could not understand that how can we use FND MIG jobs here.

  Help us if anyone know about  this.

 

 

Thanks in adavance 


2 replies

Badge +2

Sequential vs. Parallel is determined by the number of processes in the queue.  If you only have one process, it will run sequentially.  Anything higher, jobs will get picked up in parallel.

Userlevel 4
Badge +10

Hi @Adarsh 

In batch queue configuration you need to create a new batch queue. You can call it e.g. Migration. After it you need to have following procedure located in the batch queue: Intface_Header_API.Start_Migration_Batch_
The controlls that the migration you start in background are handled by this queue
Check also that the mentioned procedure is not included in any other queue like e.g. the standard queue

For migration queue you can set the number of processes higher then 1. Processes = 2 means for example that two jobs can run at the same time in the queue

But be aware of jobs that must be executed in sequence. When such jobs are running in parallel you could get error messsages due to missing data.
 

 

Reply