Hi there PI-PO gurus!
In order to test the following scenario:
JCo 3rd party client -> SAP PI -> SAP R/3
i have created a local JCo Client in Java with the following FOO.jcoDestination file:
jco.client.type=E
jco.client.gwhost=SAP-PI-HOST
#instance is 00
jco.client.gwserv=sapgw01
jco.client.tpname=FOO
jco.client.user=MY-USER-ID
jco.client.passwd=MY-PASSWD
jco.client.snc_mode=0
jco.client.snc_partnername=SNC-STRING
jco.client.snc_qop=9
jco.client.snc_lib=C:\\Program Files (x86)\\SAP\\FrontEnd\\SecureLogin\\lib\\secgss.dll
I am starting the client using
JCoDestination destination = JCoDestinationManager.getDestination(FOO);
where FOO points to FOO.jcoDestination file.
It gives me "TP FOO not registered"
I also created an RFC Receiver in the SAP PI with:
Application Server (Gateway): SAP-PI-HOST
Application Server Service: sapgw01
Program ID: FOO
Do you have any suggestions for me, what might be wrong? Maybe there is something else in the PI to be configured?
Or maybe you have already some step-by-step guides for such scenarios?
thank you & best regards
simon :-)