Posted by [IP Address: 195.179.4.138] 'anssi bragge' on August 22, 2001 at 09:28:06 EST:
In Reply to: Re: JCO 1.1 and problems with gateway posted by [IP Address: 195.179.4.138] 'Anssi Bragge' on August 22, 2001 at 04:54:59 EST:
Now, when I get past the router/gateway, I keep getting an error message:
com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Anmeldedaten unvollständig.
Altho I can log in the sap perfectly with the SAPGUI with the same data. ..which is
final String[][] loginParams = {
{ "client", "200" } , // SAP client
{ "userid", "batch" } , // userid
{ "passwd", "xxxxxx" }, // password
{ "language", "DE" } , // language
{ "ashost", "/H/saprouter/H/genf" }, // host name
{ "sysnr", "00" } , // system number
{ "gwhost", "195.179.4.138" }, // gateway host
{ "gwserv", "sapgw00" } // gateway service
};
Anssi Bragge