cancel
Showing results for 
Search instead for 
Did you mean: 

Error during RFC call

amit_sharma1
Explorer
0 Kudos

It the same flight program as presented in demo i created it and tested the JCO connection as well every thing is running fine but as soon as i press serch button it dumps with the error stated below :

1. What em feeling is there was no data in the server for the flight application i'm using.so some main thing is missing due to which nothing is coming out:though i made some entries in FLIGHTM and SFLIGHT table.

If someone knows have come accross the problem please put some light

The initial exception that caused the request to fail, was:

com.sap.mw.jco.JCO$Exception: (101) RFC_ERROR_PROGRAM: Language 'language' is not available

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:420)

at com.sap.mw.jco.MiddlewareJRfc$Client.initialize(MiddlewareJRfc.java:817)

at com.sap.mw.jco.JCO$Client.connect(JCO.java:3154)

at com.sap.test.flights.FlightsController.getFlights(FlightsController.java:164)

at com.sap.test.flights.wdp.InternalFlightsController.getFlights(InternalFlightsController.java:187)

... 28 more

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amit,

The language code selected for the JCo is not valid or is not installed on the SAP R/3 system.

Try making the language as "DE".

Regards,

Satyajit.

amit_sharma1
Explorer
0 Kudos

hi Satya jit i didn't get where exactly you are saying to make this configuration.

There are 2 places where i can give this :

JCO configuration : in security tab while configuring it.

Or

In content administration tab in administration at language resource?

I'm puzzled as if it is the former one , then i did it but no effect.

Former Member
0 Kudos

Hi Amit,

Are you using SSO for the JCo destination WD_MODELDATA_DEST?

To check this open this JCo destination in preview mode and check the logon method if it's Ticket.

Regards,

Satyajit.