Proxy Server Settings is required for users that are behind a Proxy Server. e.g., Corporate network
- Close the Plateau Report Designer tool
- Open the Report Designer Program file and copy the .ini file to another location (Desktop for instance)
- In a text editor, open the PlateauReportDesigner.ini file and add one of the following blocks of code.
SSL
-Dhttp.proxySet=true -Dhttps.proxyHost=[value of proxy host] -Dhttps.proxyPort=[value of proxy port]
Non SSL
-Dhttp.proxySet=true -Dhttp.proxyHost=[value of proxy host] -Dhttp.proxyPort=[value of proxy port]
Example
-Dhttp.proxySet=true -Dhttps.proxyHost=10.0.1.15 -Dhttps.proxyPort=8080
4. Set any other properties you need to set, e.g.
-Dhttp(s).nonProxyHosts, -Dhttp.proxyUser, and -Dhttp.proxyPassword
5. Save and copy the PlateauReportDesigner.ini file and paste the file in the orginal location (PRD program file) > when prompted to replace the original accept.
Link: http://wiki.scn.sap.com/wiki/x/JY7SFw