RRS Servers File Customization
The RRS servers file is read by 3DEXPERIENCE at run-time to generate the RRS-II servers list and may need to be customized before attempting an RRS connection to an RRS-II server.
In this file, lines that start with a "#" are assumed to be comments. Otherwise, each line represents a Server record and, for an RRS-II server, must have the following fields (in the order indicated) separated by spaces or tabs:
<RRS-II_Server> <RRS-II_Interface_Type> SOCKET <Host> <RPC_Program_Number >
Where:
- <RRS-II_Server> is the RRS-II Server name that is displayed in the RRS Servers list during "RRS-II Connect".
- <RRS-II_Interface_Type> identifies the 3DEXPERIENCE RRS-II interface module used to establish the RRS-II connection between 3DEXPERIENCE and the VRC module. Note:
RRS-II uses this field to create the name of the RRS-II interface shared library (and executable) file as:
DNBRRS<RRS-II_Interface_Type>.{so | dll} DNBRRS<RRS-II_Interface_Type>{.exe}
- <Host> is either the host name or the IP address of the machine that the VRC module is running on. This entry can correspond to either the local machine that 3DEXPERIENCE is running on or can be a remote host on the TCP/IP network. Make sure that when a host name is specified, there is a corresponding entry in the /etc/hosts file on the machine that 3DEXPERIENCE is running on (<Windows_Install_Directory>/system32/drivers/etc/hosts on Windows machines).
- <RPC_Program_Number> is the Remote Procedure Call (RPC) program number through which the VRC module is servicing the VRC manager service requests coming from 3DEXPERIENCE. This number is expressed in hexadecimal notation.
Example:
############################################################## # DELMIA DNL Virtual Time VRC Managers # DELMIA_DNL_VRC_Manager1 VRC_IF SOCKET Lynxdeu 200c0000 DELMIA_DNL_VRC_Manager1_Using_VTM_IF VRC_IF_SIM_RPC_VTM SOCKET Lynxdeu 200c0000 # # DELMIA DNL Real Time VRC Managers # DELMIA_DNL_Real_Time_VRC_Manager1 VRC_IF_SIM_RPC_RTM SOCKET Lynxdeu 200d0000
By default, RRS-II interface shared libraries are read from the 3DEXPERIENCE installation's <architecture>/code/bin directory (for example, win_b64/code/bin on Windows machines). However, you can specify a different directory by setting the option.