book
Article ID: KB0085981
calendar_today
Updated On:
Description
Resolution:
Description:
==========
This article describes the steps required for configuring and running TIBCO Adapters working with the RV Secure Daemon (RVSD)
Environment:
==========
This solution is common for all supported TIBCO Adapters as well as custom Adapters built with the Adapter SDK.
Resolution:
=========
In order to run a TIBCO Adapter with RVSD, please follow the configuration steps below.-
--------------------------------------------------------------------
1). Start RVSD by using the command:
rvsd -store filename [-listen [ip_address:]tcp_port], e.g. rvsd -store rvsd.store -listen 7777
2). Using the following URL to access the RVSD Administration Interface: http://<hots name or IP Address>:7580/, e.g. http://huangwei.cdc.tibco:7580/
3). Go to "Configuration->Daemon Parameters", in the "Default Network & Service" section, set "Network" as the host IP and "Service" as the port number in accordance with the value used by starting rvsd, e.g., 7777.
4). Go to "Configuration->Users", create a user account by specifying a user name and password, e.g., user name "test" with password "test".
5). Go to "Configuration->Subjects" and enable the expected RV Subject for authorizing, e.g., TIBCOCOM.>
6). If needed, go to "Configuration->Certificates", export the Certificate information to an external file which would be used by the Adapter, e.g., copy all text in "Certificate List->Certificate #1->Add from Text" to new text file (Cert.txt).
7). In Designer, select the root folder in the project view and go to "Tools->Trusted Certificates->Import into PEM Format". Browse to and choose the Certificate file so that the "Trusted Certificate" would be created under the root folder, e.g., browse to and choose Cert.txt file for creating "Trusted Certificate".
8). Go to "General" palette and add one "Identity" into project. Select type as "username/Password" and enter accordingly, e.g., user name "test" with its password "test".
9). Go to RV Session and input "Service", "Network", "Daemon" according to the port number used by RVSD, e.g., "7777", "", "ssl:7777".
10). Enable the "Use SSL?" option and click the "Configure SSL..." button for opening dialog "SSL Configuration for TIBCO RV", configure "Daemon Certificate" and "Identity" with the item specified in step 7 and 8.
--------------------------------------------------------------------
The TIBCO Adapter should now be configured to work with RVSD.
References:
==========
TIBCO Rendezvous Administration -> Chapter 6 Secure Daemons (rvsd and rvsrd) for more details on the knowledge of RVSD.
Issue/Introduction
How to configure and run TIBCO Adapters (TM) with TIBCO Rendezvous (R) Secure Daemon (RVSD)