on 2012 Mar 07 5:13 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.