cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while configuring sender RFC adapter

Shabarish_Nair
Active Contributor
0 Kudos

i already went thru this thread, and my problem is something similar.

ERROR program z_distance_ws not registered

LOCATION SAP-Gateway on host sapapo / sapgw01

DETAIL TP z_distance_ws not registered

COMPONENT SAP-Gateway

COUNTER 1510

MODULE gwr3cpic.c

LINE 1621

RETURN CODE 679

SUBRC 0

RELEASE 640

TIME Wed Mar 22 10:49:18 2006

VERSION 2

Any hints ? I am trying to configure my sender RFC adapter with no luck ....

~ShaBZ~

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shabarish,

Have u create TCP/IP connection with same program ID in communicating systems

Then create the RFC sender adapter with same program ID .

Regards,

Keith.

Shabarish_Nair
Active Contributor
0 Kudos

Hi All,

Yes i have configured the RFC adapter in the standard way and also the same program id is used in the the Comm. Channel too.

let me try a restart of the server and see if it helps.

Regards,

Shabarish

former_member181955
Contributor
0 Kudos

Hi Shabarish

I think you have done all like RFC Destinantion of type TCP/IP and Program id used in this destination is used in sender comm channel(RFC).

How you have executed this RFC,If you are executing it in sm37 it may throw short dump error.

I faced the same problem.To overcome this i have written a program in SE38 for calling this function module.

CALL FUNCTION 'ZGET_STOCKQUOTE' IN BACKGROUND TASK DESTINATION

'R3TOSOAP'

EXPORTING

symbol = SYMBOL

user = USER

tables

stocks = STOCKS

EXCEPTIONS

COMMUNICATION_FAILURE = 1 MESSAGE MSG_TEXT

SYSTEM_FAILURE = 2 MESSAGE MSG_TEXT.

.

COMMIT WORK.

In the above code R3TOSOAP is my RFC Destination type TCP/IP.

I hope it may help you.Any concern in this regard you can also call me.

thanks

N.P.Babu

iGATE Global Solutions Hyderabad 91-98490 65377

Shabarish_Nair
Active Contributor
0 Kudos

I just need one more clarifiaction.

Should the destination be created in XI or R3 ?

Shabarish

Former Member
0 Kudos

Hi,

In the R/3 u have to create the RFC destination of type T.

Regards,

Sudharshan.

Shabarish_Nair
Active Contributor
0 Kudos

Hmmm .. thats exactly what i have done

Former Member
0 Kudos

Hi Shabs,

Got through note FAQ on RFC: 730870

You will get all the answer to Hicups u are having in RFC sender adapter.

Regards

Vijaya

Shabarish_Nair
Active Contributor
0 Kudos

Shravya,

I started the configuration with that blog

Vijaya,

i had read that note but couldnt find any thing pertaining to this situation ...

Hmmm...i cant give up at this point .... but whats going wrong

Shabarish_Nair
Active Contributor
0 Kudos

Just checked the adapter and this is what it says ...

- Error: 2006-03-22 14:44:41 IST: com.sap.mw.jco.JCO$Exception: (129) JCO_ERROR_SERVER_STARTUP: Server startup failed at Wed Mar 22 14:44:41 IST 2006.

This is caused by either a) erroneous server settings, b) the backend system has been shutdown, c) network problems. Will try next startup in 8 seconds.

Could not start server: Connect to SAP gateway failed

Connect_PM TPNAME=webservice_rfc, GWHOST=sapapo, GWSERV=sapgw01

ERROR internal error

(this retcode should be handled by caller of NI-layer)

TIME Wed Mar 22 14:44:41 2006

RELEASE 640

COMPONENT NI (network interface)

VERSION 37

RC -8

MODULE nixx_mt.c

LINE 666

COUNTER 8

Former Member
0 Kudos

Hi Shabs,

what i have understood is you have created the RFC Destination of type T in R-3.

GateWayHost GWHOST

GatewyService sapgw01

Progarm Id as pro_id.

And you have created communction channel under the buiseness system (R-3 BS) of type RFC.

Still you are test connection is failing.

I have also faced the same problem.

But this is resolved after giving the ip of R-3 instead of GWHost (gateway host).

Kindly try this and let me know.

I hope test connection is working now.

Enjoy.

Regards

Piyush

Shabarish_Nair
Active Contributor
0 Kudos

And Now it works

Gosh, how ignorant of me... never thought of that.

Thanx Piyush ... i was stuck all day just bcos of this !!!

Former Member
0 Kudos

Hi Shabs

glad to know that It works for you.

This is sap, anything can happen here.

Just keep trying something we will reach the goal.

Enjoy

Piyush

Answers (3)

Answers (3)

STALANKI
Active Contributor
0 Kudos

have u seen this?

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

former_member187339
Active Contributor
0 Kudos

Hi ShaBZ,

Have a look at the following thread:

There its referring to SAP Note #730870. Have a look on that.

Regards

Suraj

Former Member
0 Kudos

Hi ShabZ,

Have u created ur sender RFC channel in XI.There have u correctly given the application server name, gateway and service(R/3's).craete the sender channel activate it and try testing the connection.

Regards,

Sudharshan