Hello,
does someone can send me an example of an RFC-Adapter parameter configuration. I'm still not sure with the handling of "sourceBackend".
In the default configuration is a statement, that all sending SAP systems must be separated by space, e.g.
sourceBackend ABC DEF XYZ
Other postings in this forum descripe a format like
.sourceBackend_ABC and so on.
Does someone can send me a demo configuration file (without passwords) to get an impression of the necessary configuration.
Thanks in advance
Klaus
Hello Klaus:
RFC ADAPTER CLASSNAME FOR ADAPTER ENGINE
#
-----------------------------------------------------------------------------#
RFC ADAPTER CONFIGURATION PROPERTIES #
----------------------------------------------------------------------------#
#
1. GENERAL SECTION
#
1.1 trace settings
#
classname=com.sap.aii.rfcadapter.core.RfcAdapterModule
RfcAdapter.trace=4
RFCAdapter.traceFile=./LogFiles/rfc_adapter.log
RfcAdapter.traceStack=1
RfcAdapter.listenException=1
RfcAdapter.listenState=1
#----
#
1.2 connectivity settings #
#----
#
RfcAdapter.registerInbound=sourceBackend<R/3SID>
RfcAdapter.accessInbound=toXmb
RfcAdapter.registerOutbound=fromXmb
RfcAdapter.accessOutbound=targetBackend
RfcAdapter.clientCloseConn=1
RfcAdapter.maxDynPools=128
RfcAdapter.minDynPoolSize=4
RfcAdapter.incDynPoolSize=4
RfcAdapter.maxDynPoolSize=64
2. SUBSECTION FOR REGISTRATION TO CLIENT APPLICATION SYSTEMS
i dont think you really need to do for each one of back-end system, it takes information from
#integration directory to login to backend system. we need at least for one... not too sure why?
RfcAdapter.sourceBackend<R/3SID>.host=<back-end R/3 System>
RfcAdapter.sourceBackend<R/3SID>.sysnr=00
RfcAdapter.sourceBackend<R/3SID>.progid=Rfc2XmbService <== should be same as AI_RFCADAPTER_JCOSERVER SM59 destination in R/3 server
RfcAdapter.sourceBackend<R/3SID>.poolsize=3
#RfcAdapter.sourceBackend<R/3SID>.unicode= 0
RfcAdapter.sourceBackend<R/3SID>.client=200
RfcAdapter.sourceBackend<R/3SID>.user=<R3 dialog user id>
RfcAdapter.sourceBackend<R/3SID>.passwd=<*****>
RfcAdapter.sourceBackend<R/3SID>.lang=EN
RfcAdapter.sourceBackend<R/3SID>.trace=1
3. SUBSECTION FOR ACCESS TO XMB INBOUND RFC SERVICE
RfcAdapter.toXmb.host=<XI Integration Server>
RfcAdapter.toXmb.sysnr=00
RfcAdapter.toXmb.poolsize=3
RfcAdapter.toXmb.client=100
RfcAdapter.toXmb.user=XIAPPLUSER
RfcAdapter.toXmb.passwd=<*****>
RfcAdapter.toXmb.lang=EN
RfcAdapter.toXmb.trace=1
4. SUBSECTION FOR REGISTRATION OF XMB OUTBOUND RFC SERVICE
RfcAdapter.fromXmb.host=<XI Integration Server>
RfcAdapter.fromXmb.sysnr=00
RfcAdapter.fromXmb.progid=Xmb2RfcService <== should be same as AI_RFCADAPTER_JCOSERVER SM59 destination in XI server
RfcAdapter.fromXmb.poolsize=3
RfcAdapter.fromXmb.unicode=1
RfcAdapter.fromXmb.trace=1
5. SUBSECTION FOR ACCESS TO SERVER APPLICATION SYSTEMS
RfcAdapter.targetBackend.host=<back-end R/3 System>
RfcAdapter.targetBackend.sysnr=00
RfcAdapter.targetBackend.poolsize=3
RfcAdapter.targetBackend.client=200
RfcAdapter.targetBackend.user=<R3 dialog user id>
RfcAdapter.targetBackend.passwd=<*****>
RfcAdapter.targetBackend.lang=EN
RfcAdapter.targetBackend.trace=1
-------------------------------------------
END OF RFC ADAPTER CONFIGURATION PROPERTIES
-------------------------------------------
Best Regards,
Rajan Kidambi
Add a comment