SQL ANYWHERE 12.0.1.3797 We use TcpIp to upload data to our consolidated database. One of our client has a proxy server (ip xxx.xx.xxx.xx port 3128). In this case it fails. Are there special settings needed when the client has a proxy server? Thanks Eric |
You can use so-called protocol options and choose HTTP(S): http://dcx.sap.com/index.html#1201/en/mlclient/mc-conparm.html To enable the HTTP(S) protocol on the server side, please use the option -x (http://dcx.sap.com/index.html#1201/en/mlserver/ml-syncserver-x.html).
I hope this will work :)