cancel
Showing results for 
Search instead for 
Did you mean: 

2LIS Extractor and Control Job

Former Member
0 Kudos

Hi,

What is the control job that executes will perform on 2LIS extractor.

Out of many 2LIS extractors we have,One extractor delta is Direct queued delta and there is a Control job scheduled for this extractor as well.

What is the significance.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Queued and direct delta both have there own significance.

Normal recommendation is that the number of changed or new document is less than 10000 records between two extract , one should go for delta queue.In case of delta qqueue , data is directly written to delta queue by V1 updates so there is no need of V3 jobs.

We go for queued delta when the number of changed or new document is more than 10000 between two extract. In cae of queued delta there is an intermediate queue to which first delta records are written.Then we have to schedule a V3 jobs to move this delta records to delta queue.

Hope this clears your question.There are a lot of documents on SDN where you can find lot of information on this.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

Control job - used to move the data from SMQ1/LBWQ1/source tables to RSA7.

From RSA7 to bw we use info pack to load the data.

SMQ1 - in case of unserialized V3 method

LBWQ - in case of Queue delta

Source table - in case of direct delta.

Thanks