I want to have my BPM Designer connect to an IC Server that is running on a remote machine using the remote RV daemon.How do I achieve this ?

I want to have my BPM Designer connect to an IC Server that is running on a remote machine using the remote RV daemon.How do I achieve this ?

book

Article ID: KB0088037

calendar_today

Updated On:

Products Versions
TIBCO BPM -
Not Applicable -

Description

Resolution:
You will need to define two environment variables IC_TIBRV_DAEMON and IC_TIBRV_SERVICE.

For example, if your RV installation is using the default 7500 ports and your remote machine is called machine1, then you would set the environment variables as follows:

IC_TIBRV_DAEMON machine1:7500
IC_TIBRV_SERVICE 7500

You may also want to modify the BPM.ic.default.server parameter in the BPMProperties.cfg in the bin directory of your BPM installation.

Issue/Introduction

I want to have my BPM Designer connect to an IC Server that is running on a remote machine using the remote RV daemon.How do I achieve this ?