Connection configuration in insight.properties (v2-Server)¶
Alternatives for connection configruation in insight.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)¶
eam.type=sap
eam.url=http://127.0.0.1:8080/insight-sap-web/rest
eam.username=GIS01
eam.password=xx
eam.auth-method=BASIC
## SAP Java Connector: As client to SAP system
sap.username=GIS01
sap.password=xx
sap.host=my-sap-server.com
sap.client = 800
sap.systemNumber = 00
sap.language = DE
sap.maxConnections = 0
indexer.changereader=false
Connect with Web Service as client to SAP PI/PO¶
eam.type=sap
eam.url=http://127.0.0.1:8080/insight-sap-web/rest
eam.username=GIS01
eam.password=xx
eam.auth-method=BASIC
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¶
eam.type=sap
eam.url=http://127.0.0.1:8080/insight-sap-web/rest
eam.username=GIS01
eam.password=xx
eam.auth-method=BASIC
sap.communication=webserviceDyn
indexer.changereader=false