cancel
Showing results for 
Search instead for 
Did you mean: 

RFC sender adapter error

former_member460664
Participant
0 Kudos

Dear All,

I am working on PI7.31. While I was working on RFC sender adapter It is showing the following error in CC Monitoring.

Error in processing caused by: RfcException: message: CPIC-CALL: SAP_CMACCPTP on convId: 00000000 LOCATION SAP-Gateway on host devrpl.rashi.co / sapgw00 ERROR registration of tp RFC_PGM_ID from host eppirpl.rashi.co not allowed TIME Wed Oct 17 16:40:02 2012 RELEASE 720 COMPONENT SAP-Gateway VERSION 2 RC 720 MODULE gwxxrd.c LINE 3634 COUNTER 353 Return code: RFC_FAILURE(1) error group: 102 key: RFC_ERROR_COMMUNICATION Exception raised by eppirpl|RFC_PGM_ID

Error in processing caused by: com.sap.mw.jco.JCO$Exception: (129) JCO_ERROR_SERVER_STARTUP: Server startup failed at Wed Oct 17 16:40:39 IST 2012. This is caused by either a) erroneous server settings, b) the backend system has been shutdown, c) network problems. Will try next startup in 64 seconds. Could not start server: CPIC-CALL: SAP_CMACCPTP on convId: 00000000 LOCATION SAP-Gateway on host devrpl.rashi.co / sapgw00 ERROR registration of tp RFC_PGM_ID from host eppirpl.rashi.co not allowed TIME Wed Oct 17 16:40:02 2012 RELEASE 720 COMPONENT SAP-Gateway VERSION 2 RC 720 MODULE gwxxrd.c LINE 3634 COUNTER 353

I have created RFC destination of type T in sm59 of R3 and connection test is also working fine. I have registered Program ID in destination and maintain the same program ID in NWA of PI. I cant understand why it is showing error in CC monitoring?  Please help me?

Regards,

Ashok.

Accepted Solutions (0)

Answers (2)

Answers (2)

naveen_chichili
Active Contributor
0 Kudos

Hi Ashok,

Check if your gateway services has been exceeded and also try to re-register your program ID.

Rgds,

Naveen.

former_member460664
Participant
0 Kudos

Hi Naveen,

Thanks for your quick response. We have configured type T destination in ECC. Under Gateway Host and service which details do I maintain ( Either ECC Gateway host and Service or PI gatewayhost and service) ? With PI Gateway Host and Service connection test is OK. But By ECC details connection test is giving error. Which one is correct? Please share all your ideas regarding sender RFC adapter configuration?

Regards,

Ashok.

naveen_chichili
Active Contributor
0 Kudos

Hi Ashok,

Let us assume :

you are creating an RFC in R/3: R3_TO_XI is the name of RFC which I created in ECC of type T.

While creating the RFC in ECC we mention a unique name which is called Progaram ID. Now the same program id we mention in our sender RFC CC.

So now when an ABAP Progarm (where you will call this RFC with it's destination) is scheduled/triggered with the code as mentioned below then since the DESTINATION ('R3_TO_XI') mentioned here contain the same program id which we have mentioned in our sender CC, invokes the adapter in PI and soon after that all pipeline steps get executed in XI.

Regards,

Naveen.

vadimklimov
Active Contributor
0 Kudos

Hi Ashok,

Please check the SAP Note 1729580 that discusses similar symptom (in that case, for SLD related program IDs) and resolution path for it.

Regards,

Vadim