Schedule Background Job for Event Queue

Dart, Jocelyn jocelyn.dart at sap.com
Sun Oct 27 20:39:27 EST 2002


Hi Robert,
There is a whole section on event queues in the book.
 
Basically you use them to:
* Smooth out performance for high volume event linkages
* Redeliver failed event linkages - on request
 
So the job delivers event linkages.
 
If you aren't using the event queue you don't need to schedule
the job.  HOWEVER, I would VERY VERY STRONGLY recommend you
at least make sure you use the event queue to capture failed
event linkages as although these rarely fail, when they do
it can be pretty spectacular (particularly for high volume events)
and horrendously difficult to recover from if failed linkages
have not been captured by the event queue.
 
If you just want to use the job to redeliver failed event linkages
and don't have any high volume event scenarios
you don't need to schedule the job unless and until you want to use it.
The capture of failed event linkages is not controlled by the job.
 
 
Regards,
        Jocelyn Dart
Consultant (SRM, EBP, Workflow)
and co-author of the book
"Practical Workflow for SAP"
SAP Australia
email: jocelyn.dart at sap.com
phone: +61 412 390 267
fax:   +61 2 9935 4880
 
 
 
 
-----Original Message-----
From: Verlaat, Robert [mailto:Robert.Verlaat at PWN.NL]
Sent: Friday, 25 October 2002 5:52 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Schedule Background Job for Event Queue
 
 
Dear all,
 
 
 
Can anyone exactly tell me what this Job does? I believe it refreshes
the Event Queus??
 
 
 
What would happen when we haven't scheduled this Job??
 
 
 
Thanks,
 
 
 
Robert Verlaat
 
 
 
_____________________________________________________________________________________________
This outbound message from KPN has been checked for all known viruses by KPN IV-Scan, powered by MessageLabs.
 
Bezoek de Website van PWN: http://www.pwn.nl/
_____________________________________________________________________________________________
 


More information about the SAP-WUG mailing list