cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Showing Red flag in Message Monitor

Former Member
0 Kudos
637

Hi All,

I am getting red flags in Message Monitor while send from SAP through RFC.

If i click the flag, showing message "Column status could not process - Transaction Execution Terminated Upon Request"

previously its worked properly. In last process we have send at a time 150 message to message listener, in that it has processed 100 messages successful and rest of them show in red flag.

After that even i send single message also, its getting red flag.

And how can we reprocess those messages

Can anyone please let me know how to solve it.

Thanks,

Kind Regards,

Praveen Reddy M

Edited by: praveen2425 on Mar 7, 2012 8:17 AM

View Entire Topic
agentry_src
Active Contributor
0 Kudos

Hi Praveen,

Are you processing these via Transaction or Category? If by Transaction, you may want to see how many threads you have defined in the NW configuration. It sounds like you may be running into a thread limit. If so, you would probably be better off changing to a Category based approach and then process them from the Message Queue.

Regards,

Mike

Former Member
0 Kudos

Hi Michael Appleby,

Thanks for response

I am using Transaction only and i sending message through SAP.

The messages to be process immediately when i send from SAP.

Its not possible to change this to Category

Is it possible to reprocess those messages which has been failed. And how can we know these has been failed other then seeing in Message monitor.

And as you told, there is a "thread limit" in the Netweaver config. Where do i found that and how can i change it.

Thanks,

Kind Regards,

Praveen Reddy M

agentry_src
Active Contributor
0 Kudos

Check the java configuration, but I am not sure why it would fail after 100 threads unless the threads are not releasing quickly enough. Not a java expert, but it seems like something else is going on.

Getting back to the Category approach, it sounds like you want real time processing, but real time is relative in most cases. If you process the Message Queue every 5 minutes, would that be acceptable?

Regards,

Mike

Former Member
0 Kudos

Hi ,

I have found that error where it has been terminating.

I have kept condition action block below the sql insert query in my transaction as i am calling from Message process rule.

Under condition action block, i have kept leftside SAP jco and rightside stop action block

If the query successful execute it will trigger SAP jco, if not it will trigger stop transaction(i.e. In stop configure. link, mapped sql query success to TerminationMessage)

The issues is,

if i send 150 messages, its inserting all records in DB but in the transaction it triggering 100 messages to SAP Jco through condition after that its triggering stop action block. I don't no why its happen.

In condition i have kept

confg. object as 1 and radio button with or

Confg link as sql query success with input1 propertie

Any idea regarding this, why its triggering after sometimes even its successful executed.

Thanks,

Kind Regards,

Praveen Reddy M