How to define application server string in SAP properties file?
search cancel

How to define application server string in SAP properties file?

book

Article ID: 213737

calendar_today

Updated On:

Products

CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation DE - Business Agents (dSeries) CA Workload Automation DE - System Agent (dSeries) Workload Automation Agent

Issue/Introduction

The SAP Agent is in being a SAP router.  How can the agent be configured to connect through the SAP router to Application host?

Environment

Release : 11.3 and above

Component : CA Workload Automation Agent for SAP

Resolution

The SAP JCo can use the following string format to define SAP router and app server.  

SAP Router String Format:

/H/saprouter_host/S/service_numberH/app_server/S/servicenumber/W/some_passord

/H/10.12.16.1/S/3299/H/sap.example.host/S/3299

/H -  define Hostname or IP 

/S -  for service port

/W - user for password, if one has been 

 

E.g:  SAP properties file for Agent

jco.client.group=PUBLIC
jco.client.msserv=sap00
jco.client.mshost=/H/10.12.16.1/S/3299/H/sap00.example.com/S/3299
jco.client.r3name=C03
jco.client.sysnr=00
jco.client.client=100
jco.client.lang=EN
jco.client.user=USER1234
jco.client.passwd=XXXXXXXXXX