cancel
Showing results for 
Search instead for 
Did you mean: 

Event Trace question

Former Member
0 Kudos
88

I have an event raised when a delivery document is saved. It should be triggering a terminating event for my task, but when I look in the event trace, I see the message in the Receiver Data area:

Address doesn't exist 9000000625

and in the Trace Data area:

"Event entered in event queue".

So it seems there is something wrong here, but I am not sure what it is. Looks like my event isn't finding it's object, could that be it?

Accepted Solutions (0)

Answers (2)

Answers (2)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Anthony,

Yes that's the idea - the error message "Address doesn't exist" suggests the address key you are using either wasn't created yet or had been deleted by the time the event had been raised. So usually you need to adjust your logic - e.g. by putting the event creation into the V2 update task so it is only raised once the document has been saved to the database.

"Event entered in event queue" means that you have CORRECTLY set up transaction SWEQADM to capture all events with errors, so that you can redeliver them from the "Linkages with errors" tab of that transaction.

Regards,

Jocelyn

Former Member
0 Kudos

Hi Anthony,

I am not clear of the problem.

May be you must have enabled the Property "<b>Enable Event Queue</b>" for that particular Event in the Event Type Linkages(<i><b>SWETYPV</b></i> Txn.).

Please check that out.

Regards,

<i><b>Raja Sekhar</b></i>