Also on the “Destination name” field below the “Use sapnwrfc.ini” is not clear whether you have to put the path of the file or the path and the name of the file. Either way I still can not get it to work.
Also by comparing the two versions of Dataservices 3.x and 4.x it looks like they have changed the name in version 3.x the file is called saprfc.ini but in version 4.x the file is sapnwrfc.ini.
Any help will be appreciated.
I tried creating a file following these templates but no luck so far. Always the same error, I am not even sure whether is reading the file or not
I have done some research and only could find the following:
Type R: Register an RFC server program at an SAP gateway
DEST=rfctest
TYPE=R
PROGID=hw1145.rfcexec
GWHOST=hs0311
GWSERV=sapgw53
RFC_TRACE=1
Type B: SAP system - Load Balancing feature
DEST=BIN
TYPE=B
R3NAME=BIN
MSHOST=hs0311
GROUP=PUBLIC
RFC_TRACE=0
ABAP_DEBUG=0
USE_SAPGUI=0
Type A: SAP system - specific application server
DEST=BIN_HS0011
TYPE=A
ASHOST=hs0011
SYSNR=53
RFC_TRACE=0
ABAP_DEBUG=0
USE_SAPGUI=0
Type 2: R/2 System (IBM)
DEST=K50
TYPE=2
GWHOST=is0001
GWSERV=sapgw00
RFC_TRACE=0
Type E: External Program (will be started by SAP gateway)
DEST=RFCEXT
TYPE=E
GWHOST=hs0311
GWSERV=sapgw53
TPHOST=hs0311
TPNAME=/rfctest/srfcserv
RFC_TRACE=0
Any one manage to get this working. I need to set this one to use two different groups, one for the Application servers, and one for the messaging servers.