Re: JCO 1.1 and problems with gateway


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 62.54.16.216] 'anssi bragge' on August 19, 2001 at 13:53:19 EST:

In Reply to: Re: JCO 1.1 and problems with gateway posted by [IP Address: 62.54.16.216] 'Thomas G. Schuessler, www.arasoft.de' on August 19, 2001 at 13:25:42 EST:

: Router and gateway are different thingies. The router string
: (something like "/H/...") needs to be passed in the ashost
: parameter followed by the host name.

I know that they are different thingies/machines. For that reason I have in those login parameters defined the gateway and the actual sap machine separately in the order the docs show.

In this example the gateway is saprouter.xx.xx.xx and the server is sap.xx.xx.xx

: : final String[][] loginParams = {
: : {"client", "200" } , // SAP client
: : {"userid", "batch" }, // userid
: : {"passwd", "****" } , // password
: : {"language", "DE" } , // language
: : {"ashost", "sap" } , // host name
: : {"sysnr", "00" } , // system number
: : {"gwhost", "saprouter" },// gateway host
: : {"gwserv", "sapgw00" } // gateway service

How do I now include the /H/ thing in there?

SapGui works perfectly, but this one is bugging me :( I'll try the /H/ -wraparound with complete ip-addresses the next time I'm in office.

Regards,

Anssi Bragge



Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]