Author |
Message
|
Visitor |
Posted: Tue Sep 08, 2015 12:55 am Post subject: Unable to Post an IDOC to SAP |
|
|
Newbie
Joined: 03 Aug 2015 Posts: 9
|
Hi,
I am getting following error when I tried to post an IDOC to SAP system using IIBv10.I configured SAP Out adapter in IIB for ALE.
UserTrace
Code: |
BIP3484E: ''CWYAP3073E: A qRFC queue list was not found in the enterprise information system (EIS). Explanation=No qRFC queue is available in the EIS; therefore, qRFC functionality cannot be supported. UserAction=Ensure that the queue mentioned is created and is usable in the SAP EIS.''
An embedded component has written the 'SEVERE' level diagnostic message included here.
Refer to the appropriate message in the embedded component's documentation.
2015-09-04 11:00:04.250470 17608 UserTrace BIP3484E: ''null
com.ibm.j2ca.sap.exception.SapAleOutboundException
at com.ibm.j2ca.sap.ale.outbound.AleInvoker.validateQrfcQueueName(AleInvoker.java:550)
at com.ibm.j2ca.sap.ale.outbound.AleInvoker.setTransIdAndQueueName(AleInvoker.java:317)
at com.ibm.j2ca.sap.ale.outbound.AleInvoker.postIdoc(AleInvoker.java:178)
at com.ibm.j2ca.sap.ale.outbound.AleInvoker.execute(AleInvoker.java:123)
at com.ibm.j2ca.sap.SAPInteraction.getOutputRecord(SAPInteraction.java:283)
at com.ibm.j2ca.sap.SAPInteraction.doExecute(SAPInteraction.java:117)
at com.ibm.j2ca.base.WBIInteraction.execute(WBIInteraction.java:522)
at com.ibm.broker.adapter.deploy.MbAdapterAccess.execute(Unknown Source)
at com.ibm.broker.adapter.nodes.MbAdapterRequestNode.requestData(Unknown Source)
at com.ibm.broker.plugin.MbRequestTemplateNode.requestData(Unknown Source)
''
An embedded component has written the 'SEVERE' level diagnostic message |
Can Anyone help me on this please??IS Qrfc Q name is required when i am posting single IDOC?
Please help.  |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Sep 08, 2015 1:49 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Have you discussed this with your SAP Admins? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Visitor |
Posted: Tue Sep 08, 2015 4:39 am Post subject: |
|
|
Newbie
Joined: 03 Aug 2015 Posts: 9
|
yes. SAP admin said they donot configure qrfc q for single idoc post.however qrfcQName is not mandatry in adapter schema file.
please help |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 08, 2015 4:53 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Visitor wrote: |
yes. SAP admin said they donot configure qrfc q for single idoc post.however qrfcQName is not mandatry in adapter schema file.
please help |
Either your SAP Admin doesn't know quack (highly unlikely) or you did not ask the right questions...
Start with "how do I do a qRFC or queued RFC call with SAP? " and follow up with "How does that work for IDOCs ?"
IIRC you would need 2 types of IDOCs to be sent... One is an idoc proper, the other is a processing command IDOC...
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
Visitor |
Posted: Tue Sep 08, 2015 9:40 pm Post subject: |
|
|
Newbie
Joined: 03 Aug 2015 Posts: 9
|
Do we need to configure QRFC even if for a single IDOC post? My understanding was we need QRFC only when we process sequence of IDOCs.Please correct if my understanding is wrong. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 09, 2015 1:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
AFAIC Qrfc is available for any RFC call. It just serializes the execution and creates a potential bottleneck...
IDOC and the implementation for qrfc with IDOCs is specific to the IDOC documents...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Visitor |
Posted: Fri Sep 18, 2015 3:58 am Post subject: |
|
|
Newbie
Joined: 03 Aug 2015 Posts: 9
|
SAP Admin has configured the qrfc Q . But still I am getting the same error.Really stuck here. Can anybody help Please.  |
|
Back to top |
|
 |
sandeep444ece |
Posted: Mon Sep 28, 2015 6:15 am Post subject: |
|
|
Newbie
Joined: 26 Aug 2015 Posts: 3
|
Did you mentioned the queue name once you selected QRFC communication.
Also what is the reason you went for qRFC,you can go with tRFC.
are you looking for EOIO(Exactly once in order) delivery or EO (Exactly once).tRFC is EO and qRFC is EOIO.
Your error description clearly stating that the queue which it listed out in adapter configuration was not able to locate it while sending information to SAP.
Make sure it was created by SAP.
Does the queue listed out in adapter and the one created by SAP are one and the same. |
|
Back to top |
|
 |
|