Entering content frameProcedure documentationInstallation on OS/400 Locate the document in its SAP Library structure

Prerequisites

You have the latest version of SAProuter (available from the SAP Service Marketplace (http://service.sap.com/swcenter-main)) and have read the readme file.

Procedure

Install the programs SAPROUTER and NIPING in a separate library (such as SAPROUTER).

  1. Log on to the iSeries machine as <SID>OFR
  2. Create a library using the command CRTLIB <library name>.
  3. Create the file SAPROUTER using the command CRTSAVF <library name>/SAPROUTER
  4. Create the backup file NIPING using the command <library name>/NIPING.
  5. Download the programs SAPROUTER.SVF and NIPING.SVF from the SAP Service Marketplace to your local PC, using the following commands:
  6. ftp <iSeries>

    cd QGPL

    lcd <dir> (<dir> is the directory where SAPROUTER.SVF and NIPING.SVF are located)

    bin

    put SAPROUTER.SVF SAPROUTER

    put NIPING.SVF SAPROUTER

    quit

  7. Re-create the SAPROUTER objects:
  8. RSTOBJ OBJ(*ALL) SAVLIB(SAPROUTER) DEV(*SAVF)
    SAVF(SAPROUTER/SAPROUTER) RSTLIB(SAPROUTER)

  9. Re-create the NIPING objects:
    RSTOBJ OBJ(*ALL) SAVLIB(SAPROUTER) DEV(*SAVF)
    SAVF(SAPROUTER/NIPING) RSTLIB(SAPROUTER)
  10. Create the directory /usr/sap/saprouter.
  11. Make sure to maintain the corresponding Route Permission Table under /usr/sap/saprouter/saprouttab (see also Creating a Route Permission Table).

Further Information

Start SAProuter

Leaving content frame