cancel
Showing results for 
Search instead for 
Did you mean: 

JCO$Exception: (120) JCO_: JCO.Server could not unmarshall import parameter

Former Member
0 Kudos

Hi Everybody,

I'm using SAP JCO and when SAP sends some dates to my Java program I got the Exception bellow:

Exception com.sap.mw.jco.JCO$Exception: (120) JCO_: JCO.Server could not unmarshall import parameters

at com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Native Method)

at com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(MiddlewareRFC.java:1395)

at com.sap.mw.jco.JCO$Server.listen(JCO.java:7067)

at com.sap.mw.jco.JCO$Server.run(JCO.java:6996)

at java.lang.Thread.run(Thread.java:619)

Anybody knows what could happened?

I try to found some solution on the internet but I found nothing.

Thanks for any help.

Daniel Paulin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi danielpaulin ,

When attempting to unmarshal data flows using an encoding other than UTF-8, such as

UTF-16, then you must also call the setUnmarshalEncoding method to specify this

encoding. This enables the eWay to properly unmarshal the byte array.

Read [page no 38|http://dlc.sun.com/pdf/819-7380/819-7380.pdf]

Hope may get some input.

Regards,

srikanth

Former Member
0 Kudos

Hi Srikanth,

Thank you for your answer but this isn't solve my problem.

I'm still looking for a solution.

regards,

Daniel