Skip to Content
0
Former Member
Apr 05, 2010 at 05:20 PM

Error in RFC Destination when CAF Application call RFC

61 Views

I developed a CAF application, where I imported a RFC in "External

Services", like BAPI_FLIGHT_GETLIST, and I mapped it as "Application

Service".

Then for execute this CAF application, I created a RFC Destination in

CE 7.11 SP4 ("http://server:port/nwa/destinations") to configure my ECC

6.0 EHP4 backend.

When I execute the CAF application, in CAF project in NWDS, right click

in Application Service, "Test Service", occurs the follow erros:

com.sap.conn.jco.JCoException: (103) RFC_ERROR_LOGON_FAILURE: This

system rejects all logons using SSO tickets on tecs071 sysnr 00

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException

(MiddlewareJavaRfc.java:612)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect

(MiddlewareJavaRfc.java:1279)

at com.sap.conn.jco.rt.ClientConnection.connect

(ClientConnection.java:661)

at com.sap.mw.jco.jra.JRA$ManagedConnectionImpl.<init>(JRA.java:3332)

at

com.sap.mw.jco.jra.JRA$ManagedConnectionFactoryImpl.createManagedConnection(JRA.java:2623)

at com.sap.engine.services.connector.jca.ConnectionHashSet.match

(ConnectionHashSet.java:371)

at

com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:330)

at

com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54)

at com.sap.mw.jco.jra.JRA$ConnectionFactoryImpl.getConnection

(JRA.java:4637)

at com.sap.mw.jco.jra.JRA$ConnectionFactoryImpl.getConnection

(JRA.java:4654)

at

com.sap.caf.demo_sap_com.teste_caf_rfc.external.tecs071.bapi_flight_getlist.BAPI_FLIGHT_GETLISTBean.bapiFLIGHTGETLIST

(BAPI_FLIGHT_GETLISTBean.java:54)

Regards,

Fabiano Rosa

Edited by: Fabiano Rosa on Apr 5, 2010 7:21 PM