cancel
Showing results for 
Search instead for 
Did you mean: 

Queue problem

Former Member
0 Kudos

Hi All,

We are sending large no of messages. When we get "SYSFAIL" in XI, we deleted the error entry and rest of the messages were processed successfully. Does this means that there will be data loss of the deleted entry?? Or we have just deleted the lock??

Thanks,

Greg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes data is most probably lost

Answers (3)

Answers (3)

Former Member
0 Kudos

When you delete an entry in a queue, you are actually deleting the msg from queue. This will result in a data loss for sure. But the other msgs will not be lost. They will be processed. In ideal situation, you are supposed to find the reason for error. Fix the error and reprocess the entry, so that all msgs are processed.

Also, have a look at this blog by Naveen. Very useful for XI debugging.

/people/ginger.gatling/blog/2005/11/28/new-workflow-features-in-netweaver-04--local-workflows

Regards,

Jai Shankar

Former Member
0 Kudos

any more concrete views

Former Member
0 Kudos

I believe there will be a data loss and one should not do that in a production env

Regards

krishna