cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Router on iSeries

Former Member
0 Kudos

I'd like to install the SAP router on my iSeries. Any tips on this process or gotchas to look out for?

Thanks,

Alan Novick

Pressman Toy

Piscataway, NJ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alan,

I can suggest the following web-site for you:

http://www.easymarketplace.de/snc-iseries-setup.php

You have 2 useful options today:

- VPN

- SNC

VPN is well known a bit omre complicated in the setup. SNC is just opening of one port in your firewall and using 128 bit encryption via SAProuter/sapcryptolib. I typically choose for that, but VPN is fully ok as well.

The website explains how to setup the SNC-Part. If you like to choose VPN, you have to setup the VPN with SAP and then would run a similar CL as described from Victor, as you do not need sapcryptolib then.

Regards

Volker Gueldenpfennig, consolut.gmbh

http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alan,

We start the SAProuter program of 4.6D after each IPL.

In QSTRUPP program:

SBMJOB CMD(CALL PGM(<library>/<program>))

JOB(STRSAPRTR) JOBQ(QBATCH)

The CL source code of <library>/<program>:

PGM

ADDLIBLE <Kernel_lib>

SBMJOB CMD(CALL PGM(SAPROUTER) PARM('-r' '-R' +

'/usr/sap/saprouter/saprouttab')) +

JOB(SAPROUTER) JOBQ(QUSRNOMAX)

/* you can select different JOB or JOBQ */

ENDPGM

(The SAProuter program of 6.40 may be different.)

For the routing table (/usr/sap/saprouter/saprouttab), please refer to Note 30289 -> the PDF file or the help link.

Good luck,

Victor