Connection configuration in sap/eam.properties(v3-Server)¶
-
Server v3 settings configuration in JAVA-EE-SERVER/CONFIG/insight.properties:
gateway.var.eambase=http://127.0.0.1:8080/insight-sap-adapter/rest gateway.forward.insight.eam=${var.eambase} gateway.forward.insight.auth=${var.eambase}/auth gateway.forward.insight.os=${var.eambase}/os gateway.forward.insight.eam.data.dummyuserlogin=${var.jeeserver}/insight-sap-adapter/rest/auth/login
-
Alternatives for connection configruation in JAVA-EE-SERVER/CONFIG/sap/eam.properties:
- Connect with SAP Java Connector (JCo) as client (RFMs)
- Connect with Web Service as client to SAP PI/PO
- Connect with Web Service as client to SAP NetWeaver Application Server
Connect with SAP Java Connector (JCo) as client (RFMs)¶
sap.username=GIS02
sap.password=encrypted:02bb4a2bcb426b5a0be6af0a91d983ffd2
## SAP Java Connector: As client to SAP system
sap.host=my-sap-server.com
sap.client = 800
sap.systemNumber = 00
sap.language = DE
sap.maxConnections = 0
indexer.changereader=false
Connect with SAP Java Service as client to SAP PI/PO¶
sap.username=GIS02
sap.password=encrypted:02bb4a2bcb426b5a0be6af0a91d983ffd2
sap.communication=webservice
sap.pi.user=GIS01
sap.pi.password=xx
indexer.changereader=false
Connect with Web Service as client to SAP NetWeaver Application Server¶
sap.username=GIS02
sap.password=encrypted:02bb4a2bcb426b5a0be6af0a91d983ffd2
sap.communication=webserviceDyn
sap.communication=webserviceDyn
indexer.changereader=false