cancel
Showing results for 
Search instead for 
Did you mean: 

Error in IDOC Adapter Processing

former_member745782
Active Participant
0 Kudos

hello everybody,

I'm working with a PI 7.3 last patch level.

I have a problem.

I want configure a Interface Idoc->PI->jdbc where the Idoc is ALEAUD.

So I would like use ALEAUD as a request message.

I configured the routing with report IDX_ALEREQUEST and i checked notes : 1276077 and 1231630 (but these notes was not relevant for my PI version).

Anyway I still to have same problem. When i send an ALEAUD Idoc to PI i still to have this error:

ALEAUDIT IDoc cannot find request IDoc in Integration Server.

Any suggestion?

Best regards.

Alessandro

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

I believe you are using java idoc? If yes, then make sure the persistence property of Idoc (recsource adapter) is set to true + ALEAUD metadata is imported under PI (idoc monitor)

Thanks

Amit Srivastava

former_member745782
Active Participant
0 Kudos

Java Idoc? what mean?


ALEAUD metadata is imported in my ESB (I have a message mapping inside). And i configured everything in my IB.

where is Resource Adapter?

Former Member
0 Kudos

Hello,

>>I'm working with a PI 7.3 last patch level.

Which Idoc adapter type you are using -  ABAP Idoc or JAVA Idoc (IDOC_AAE)?

In case u are using IDOC_AAE adapter to receive idocs from ECC then check for below -

Goto NWA -> Configuration -> Infrastructure -> Application Resources -> search for "JavaIdocAdapter" (type - Resource adapter) -> Then click on the properties tab -> there u will find a property named as "Persistance" (if not then add the same) and set it value as "true" -> eventually restart the service and then test ur flow.



Thanks

Amit Srivastava

former_member472138
Active Contributor
0 Kudos

Hope you are in dual stack. Any chance to have a look @

former_member745782
Active Participant
0 Kudos

I'm Using ABAP idoc

former_member745782
Active Participant
0 Kudos

Thanks Pothana,

so i need create a ZALEAUD?

former_member184720
Active Contributor
0 Kudos

Hi Alessandro - I don't think so.. please check the page 24 in the below document.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df5...

May be cross check the "IDX_ALEREQUEST" configuration

former_member745782
Active Participant
0 Kudos

yes, I saw this document.

I see page 24 and i correctly configured the IDX_ALEREQUEST.

But I still to have same error