The SAPNWRFC.INI File - trillium_quality - 17.1

Trillium Quality for SAP Reference Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality
Title
Trillium Quality for SAP Reference Guide
Topic type
How Do I
Installation
Reference
Configuration
Administration
Overview
First publish date
2008

The SAPNWRFC.INI file is used to connect Trillium Quality to the SAP system. When you installed Trillium for SAP, the installation program automatically modified the sample SAPNWRFC.INI file by updating the Destination sections with the values you specify.

Below codeblock shows an example of the SAPNWRFC.INI file after it has been modified by the connector installation process.

DEST=TRILLIUM_R
PROGRAM_ID=TRILLIUM.CONNECTOR
GWHOST=localhost
GWSERV=sapgw00
TRACE=0
 
DEST=C5W
R3NAME=C5W
MSHOST=localhost
MSSERV=sapmsc5w
GROUP=Default
USER=trillrfc
PASSWD=trillrfc
LANG=EN
CLIENT=001
TRACE=1
Note: If the current SAP installation has its own production SAPNWRFC.INI file, you can copy and paste the appropriate destination section from the sample into the production file.

The table below describes the parameters that are defined in the SAPNWRFC.INI file in case you need to manually modify them.

Table 1. SAP RFC Parameters in SAPNWRFC.INI file

Parameter

Description

Registration of an RFC Server Program:

DEST

Unique destination name entry; defaults to TRILLIUM_R. Note that this is not the same as the RFC Destination set via transaction /nSM59 in SAP.

PROGRAM_ID

Registered SAP RFC server program name, TRILLIUM.CONNECTOR

GWHOST

SAP Gateway server host name. Ensure that this matches the Gateway server host name set during SAP Connector installation.

GWSERV

SAP Gateway server name; typically the value “sapgw” followed by atwo-digit system number. Ensure that this matches the Gateway server name set during SAP Connector installation.

TRACE

(Optional) 0/1 or OFF/ON; default is 0 (OFF).

Connection to an R/3 System and the Application Server:

DEST

Unique SAP application system name, for example, C5W

R3NAME

Name of R/3 system, opt. def.: destination (for example, C5W).

MSHOST

Host name of the message server (for example, localhost or rnarkla-lt).

MSSERV

MS server name, for example sapmsC5W.

USER

The RFC user name, for example, TRILLRFC.

PASSWORD

The RFC user’s password that has been set by the Security Administrator.

Note: If increased security is required, you can use SAP Secure Network Communications to enable certificate-based logon, as described in Using SNC for Certificate-Based Logon.

LANG

Language. Defaults to EN = English.

CLIENT

The SAP customizing client where the TS Connector is activated.

GROUP

Application Logon/Servers group name, which is assigned to a number of instances (for example, Public, Default, and so on). To check or create, use the transaction /nSMLG in SAP.

Note: Multiple TS clients for SAP can be configured to accommodate various versions of SAP at one site. See Other RFC Destination Models for more information.