cancel
Showing results for 
Search instead for 
Did you mean: 

JCO Exception

Former Member
0 Kudos

Hi All ,

I am getting teh following exception while creating a JCO connection in a Java Class For a JSP .

The exception is

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

at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeConnect(Native Method)

at com.sap.mw.jco.rfc.MiddlewareRFC$Client.connect(MiddlewareRFC.java:1123)

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

at MyPackage.MyMainClass.main(MyMainClass.java:30)

Exception in thread "main"

Can anyone help me with this .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Plz could you tell me the procedure for installing aor how will i know what are the languages used .

Former Member
0 Kudos

Hi,

Please read SAP Note 73606 - "Supported Languages and Codepages"

also note 18601 - "Frequently Asked Questions on Language Import" will be helpful.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/21/5532d395ea11d384bb0060975b04f3/frameset.htm

Thanks,

Gerd

Former Member
0 Kudos

Hi Gred ,

The language Eception is coming butu the Language i using while creating a SAP Connectivity is EN . Then from where 'LA' is coming . No where have I mentioned . Now I m getting Language 'LA' not available .

Former Member
0 Kudos

Hi,

the language code selected (CL) is not valid or is not installed on the SAP system. please check the value of Language Code.

You have to install / import the languages within transaction SMLT. after that please adjust profile parameters as follows:

zcsa/installed_languages

zcsa/system_language

Thanks,

Gerd