cancel
Showing results for 
Search instead for 
Did you mean: 

can't cancel msg. in JDBC-adapter with Status DLNG

Former Member
0 Kudos

Hi,

we have a couple a message in Status DLNG in the JDBC-adapter. New message are not process because of this message with the status. II tried to canel the message in the RWB without success and got the following erro message.

"Could not fail message. Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Message xxxxxx(INBOUND) is currently in state DLNG. Cannot be failed because of wrong state."

How can I stop or cancel these message to process the new messages ?

Regards Bernd

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check the logs of the receiver adapter in the RWB or in the messaging system...

if you are able to get the clue for the same inform the respective people..

you cannot cancel the messge in status DLNG..also check in MessagingSystem if that messages leads to hold all available threads and causing the other messages to status Waiting.. then better to restart the Java stack..

HTH

Rajesh

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>> "Could not fail message. Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Message xxxxxx(INBOUND) is currently in state DLNG. Cannot be failed because of wrong state."

How can I stop or cancel these message to process the new messages ?

By default PI try to reprocess those state mesages for max 3 times in every 5 minute interval. You can try hit button cancel to temporarily stop processing error messages. Do you know the reason for the failure?

Former Member
0 Kudos

Hi Bernd,

it's not possible to cancel such messages. You just have to wait until they are in status failed. Check RWB frequently.

Best Regards

Sven