I 'm having issues configuring the saprfc_open
to actually connect.
saprfc_open
does not support the saprouter
string (i.e. unlike java).
How do you actually make it connect if you need to use the saprouter
string?
I 'm having issues configuring the saprfc_open
to actually connect.
saprfc_open
does not support the saprouter
string (i.e. unlike java).
How do you actually make it connect if you need to use the saprouter
string?
It should be the same as a direct connection, except you put the router string into the ASHOST parameter, instead of the just the system hostname/IP:
/H/<SAP router hostname or IP>/S/<SAP router port>/H/<SAP system hostname or IP>
For example:
/H/saprouter.mycomp.local/S/3299/H/sapsystem.mycomp.local
It seems saprouter is not supported by the extension, so I had to switch to the java connector for this part.