cancel
Showing results for 
Search instead for 
Did you mean: 

Error while sending data from XI to BI System

Former Member
0 Kudos

Hello Friends,

I m facing an error while sending data from XI to BI. XI is successfully recived data from FTP.

Given error i faced out in communication channel monitoring:-

Receiver channel 'POSDMLog_Receiver' for party '', service 'Busys_POSDM'

Error can not instantiate RfcPool caused by:

com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed

Connect_PM TYPE=A ASHOST=10.1.45.35 SYSNR=01 GWHOST=10.1.45.35 GWSERV=sapgw01 PCS=1

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR partner '10.1.45.35:sapgw01' not reached

TIME Fri Apr 16 08:15:18 2010

RELEASE 700

COMPONENT NI (network interface)

VERSION 38

RC -10

MODULE nixxi.cpp

LINE 2823

DETAIL NiPConnect2

SYSTEM CALL connect

ERRNO 10061

ERRNO TEXT WSAECONNREFUSED: Connection refused

COUNTER 2

Error displaying in message monitoring:-

Exception caught by adapter framework: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=10.1.45.35 SYSNR=01 GWHOST=10.1.45.35 GWSERV=sapgw01 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner '10.1.45.35:sapgw01' not reached TIME Fri Apr 16 08:15:18 2010 RELEASE 70

Delivery of the message to the application using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=10.1.45.35 SYSNR=01 GWHOST=10.1.45.35 GWSERV=sapgw01 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner '10.1.45.35:sapgw01' not reached TIME.

Kindly suggest me & provide details of error.

Regards,

Narendra

Accepted Solutions (1)

Accepted Solutions (1)

former_member185881
Active Participant
0 Kudos

Hi Narender

This is RFC conenction problem, might be your XI is not able to connect to BI system through RFC.

Tcode SM58 there click on connection test through this you can find out connection.

Do both side XI side also and BI side also.

Regards

dheeraj Kumar

justin_santhanam
Active Contributor
0 Kudos

Tcode - SM59 (RFC Destination) not SM58.

raj

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

RFC connection is not required for Receiver RFC adapter communication channel.

XI will connect using the login parameters of RFC receiver communication channel to target sap server.

Regards

Abhijit

Former Member
0 Kudos

Hello Abhijit Sir,

Can you provide me details regarding that.

Regards,

Narendra

Former Member
0 Kudos

Hi Narendra,

Message is clearly showing that your system is not reachable

102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=10.1.45.35 SYSNR=01 GWHOST=10.1.45.35 GWSERV=sapgw01 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner '10.1.45.35:sapgw01' not reached

Please check to ping the BI server IP 10.1.45.35 from your XI server , in case its working you can check telnet to SAP standard port like 3201/3601/3301/3901 etc.

It seems to be connectivity issue only.

Make sure your both the systems are up and running.

Revert back after checking above stuff.

Regards,

Gagan Deep Kaushal

Answers (3)

Answers (3)

Former Member
0 Kudos

Receiver channel 'POSDMLog_Receiver' for party '', service 'Busys_POSDM' (internal name 'RfcClient[POSDMLog_Receiver]')

Client data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=200, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=dheeraj, jco.client.sysnr=01, jco.client.ashost=10.1.45.35}

Repository data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=200, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=dheeraj, jco.client.sysnr=01, jco.client.ashost=10.1.45.35}

Current pool size: 0, maximum pool size : 1

Now again I am facing the same issue

former_member208856
Active Contributor
0 Kudos

Just increase the pool size in CC & try

Former Member
0 Kudos

From where we can increase pool size.

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

The RFC communication channel is not able to connect the BI server.

Pls check the Communication channel parameters for the receiver RFC Adapter.

Also check if you are able to login to BI server.

Regards

Abhijit

justin_santhanam
Active Contributor
0 Kudos

Can you able to login to BI system?

raj.