You mentioned this for SSL configuration in the past
To use SAP BI Platform Support Tool against a landscape running Corba SSL, you need to edit BISupportTool64.bat and add the below Java properties to the javaw.exe command. Locate the line that starts with start javaw.exe then append the following java properties after javaw.exe but before bitool64.jar
-Dbusinessobjects.orb.oci.protocol=ssl -DcertDir=<SSLFILEPATH> -DtrustedCert=cacert.der -DsslCert=servercert.der -DsslKey=server.key -Dpassphrase=passphrase.txt**Where <SSLFILEPATH> is the path to where you store the SSL files on the host running the SAP BI Platform Support Tool
For more info, refer to:
http://service.sap.com/sap/support/notes/1642329
However, nowadays BISupportTool64.bat is replaced with BISupportTool64.exe and this one cannot be changed anymore.
How can we add this SSL configuration?