Author: Luke Patrick
Attachment:
When the client machine (that runs the Interstage BPM Studio) requires a proxy to connect to the internet (for https), then some special settings need to be made in the Studio to allow it to connection to the Interstage BPM Cloud.
Symptoms: Studio gives a timeout error when you try to upload an application to a server. It times out while waiting for the list of applications to be downloaded from the server.
Backup all the files below before changing anything. The steps below assume the Interstage BPM Studio is installed in the default installation folder.
Steps:
1. In C:FujitsuInterstageBPM_studioibpmDatabintwf.ini, add these parameters
a. WSHttpProxyHost=<proxyhostname, eg proxy.fai.net>
b. WSHttpProxyPort=<proxy port number, eg 8080>
2. In C:FujitsuInterstageBPM_studiobinIBPMStudio.ini, add these parameters
a. -Dhttps.proxyHost=<proxyhostname, eg proxy.fai.net>
b. -Dhttps.proxyPort=<proxy port number, eg 8080>
3. Restart the studio
This will make your studio work with that proxy, but will not allow it to work when that proxy is not there. So you will need to undo these changes when you are not on that network.
Good luck.
Author: Ivar Alexander
Attachment: