Author Topic: SAP Router Configuration Through Web Server  (Read 4774 times)

Sai Siddhartha

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 47
    • View Profile
SAP Router Configuration Through Web Server
« on: August 31, 2017, 08:24:27 AM »
Purpose:
Configuration of Liquid UI web server to connect to SAP R/3 Server with SAP Router Strinig

Sample SAP connection:
Description:- SAP Router
Application Server:- Application server-IP
Instance Number:-00
System ID:- SID
System ID:- /H/ROUTER-STRING/S/ROUTER-PORT/H/

In "config.js" file, the below line need to be added/modified, to connect to SAP Server
const  R3_SERVER_NAME   = "/H/<ROUTER-STRING>/S/<ROUTER-PORT> /H/ <Application server-IP >/S/32<instance-port>";   

const DEF_WEBPORT_BASE   = g_arArgs['_PORT']!=void 0?g_arArgs['_PORT']:"88";      // portnumber

In browser use following url 
http://<serverhostname/IPAddress>:<portnumber>/Guixt4web/logon.gsp#

See attachment for screenshots
« Last Edit: July 25, 2019, 11:48:26 AM by Rahul Gera »