Skip to Content
0
Former Member
Sep 16, 2005 at 08:44 AM

JCo Exceptions

44 Views

Hi,

i am getting these exceptions when applying the solution for Suppressing unwanted SAP GUI screens from BAPI/RFC when calling them from external system in background

com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Session 1: Special character for 'empty field' is /

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

at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:871)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:2995)

at com.sap.mw.jco.JCO$Client.execute(JCO.java:2669)

at myJCoClient.myJCoClientCall(myJCoClient.java:95)

at myJCoServer$Server.handleRequest(myJCoServer.java:65)

at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:5409)

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

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

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

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

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

any help will be appreciated...

thanks in advance

berry