on 2006 Mar 26 8:05 PM
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.