Liquid UI Forum

Using Your Liquid UI Products => Web Product and Unattended RPA for SAP => Topic started by: Sai Siddhartha on August 31, 2017, 08:24:27 AM

Title: SAP Router Configuration Through Web Server
Post by: Sai Siddhartha 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