There are two things you need to take care of when running TCP/IP with
the Natural RPC server on BS2000/OSD.
- Make sure that BKIMBTIA is used as the stub module. It supports both TCP/IP and the normal Adabas communication method (X-COM), which is also used by Net-Work. NATETB23 does not support TCP/IP. Means, you might relink Natural. The best is to load all dynamically.
- Configure the RPC server accordingly, i.e. set up an ip-address and port as BrokerID (SRVNODE). Here is an example of the RPC parameters read via CMPRMIN.
RPC=(SERVER=ON, SRVNODE=‘ip-address:port’,
RCA=(BROKER),RCALIAS=(BROKER,BKIMBTIA), … a.s.o.)
Hope this helps …
best regards
Guido
#EntireX#webMethods#Mainframe-Integration