cancel
Showing results for 
Search instead for 
Did you mean: 

Different Approaches to send IDoc's to PI 7.31 Single Stack???

nageswararao_v2
Participant
0 Kudos

Dear Gurus,

  • We are using PI 7.31 single stack java stand alone and we implemented a scenario to send IDoc's from SAP R/3 to PI, we did all the configurations accordingly and followed many expert's blogs.
  • We were stucked with an error occured in sm 58 and posted in SCN Discussion forums http://scn.sap.com/thread/3364454 and raised an OSS note also, SAP replied to note as to update the patch level's of some components PI, After patch updation also getting same error.
  • Is there any alternative approaches to send the IDoc's from SAP ECC to PI...?

Any suggestions are treated as valuable...

Thanks in advance...

Regards,

Nagesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Dimitri
Active Contributor
0 Kudos

Dear Nagesh,

Did you check your sender IDOC adapter? Is that one running OK?

Kind regards,

Dimitri

former_member194612
Active Participant
0 Kudos

Hi Nagesh,

Please check the below listeners are available or not in NWA




1) Go
  to NWA -> Configuration -> Infrastructure -> Application

    Resources

    2) Filter the corresponding resource adapter(ex:  JIDOC_VAR2_RA)

    3) Go to 'Message Listeners' tab

    4) Check for the 'com.sap.mw.jco.jra.QueuedIDocMessageListener' and
  'com.sap.mw.jco.jra.IDocQueueMessageListener'

    entry.

    5) If it is not there, please add the following

      Type : com.sap.mw.jco.jra.QueuedIDocMessageListener

      Activation Specification Class
  :

    com.sap.mw.jco.jra.JRA$IDocActivationSpec

      Type :
  com.sap.mw.jco.jra.IDocQueueMessageListener

      Activation Specification Class
  :

    com.sap.mw.jco.jra.JRA$IDocActivationSpec.

    Check that only the message listeners which are required are present. The
  others can be deleted.

WR,

Satish

nageswararao_v2
Participant
0 Kudos

Hi Satish,

Thanks fro reply,

I already added those message listeners in my inboundRA resource adapter...

>> others can be deleted.

Isn't it effect anything? If we delete other message listeners? if so then what is the use of them? I'm not getting... Could you please make me clear???

Regards,

Nagesh

Dimitri
Active Contributor
0 Kudos

Dear Nagesh,

Did you set up your sender IDOC adapter properly on you PI system?

Also, is your back end system registered correctly in the PI's SLD and is the relevant Business System used in the integration Directory?

Also, is your inboundRA resource adapter running and configured on your SAP PI?

Kind regards,

Dimitri