cancel
Showing results for 
Search instead for 
Did you mean: 

Queues Problem

Former Member
0 Kudos

Hi Friends,

I am facing a problem in Production server Related to Queus.I am sending employee information from oracle systems to sap system.I have used sender as JDBC adapter and Reciver as Inbound Proxy.I am sending 10000 above records.When i run the interface it surct in R/3 sever in SMQ2.The queue status in RUNNING and text is Trasaction is executing.After i activate the queue,it went after 30M.I did all the configuaration related to Queues.But problem is not resolved.So,pls help on this.

Thanks

Ravi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Also please check if you have enough number of JCO connection configured in your system. There might be a delay due to unavailability of JCO connections.

Former Member
0 Kudos

Hello Ravi,

You may also check this thread

Still you are facing the same problem or resolved .

Regards,

Ravi.

Former Member
0 Kudos

Hi Ravi,

Instead of sending thousands of messages at a time, send bit by bit like 500 msgs at a time like that, then performanc is High as well as we don't face this type of problems.

Check this links

/people/udo.paltzer/blog/2008/11/03/real-life-customer-examples-for-high-volume-scenarios-with-sap-netweaver-process-integration

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00982670-748c-2a10-3985-cdd42fb43...

or you can use message packaging

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10b54994-f569-2a10-ad8f-cf5c68a94...

Regards

Ramesh

VijayKonam
Active Contributor
0 Kudos

Is your interface designed to create 1000 messages in PI or is one message for all the 10000 records? In the later case, obviously R3 would take to process all the records via proxy. As you are looking at the status as "RUNNING" either it is still executing or entered an infinite loop.

VJ