当前位置:首页 > InformaticaPowerConnectforSAPR3与PowerCenter安
……………………………………………………………精品资料推荐…………………………………………………
? 选择您想要注册的插件,并注册 ? 注册插件弹出对话框
? 选择‘update existing pluin registration’,输入用户和帐号密码
? 点击OK。重复前面的步骤,注册其他需要注册的组件或者插件(根据你的需要和你购
买的许可)。
4.8 配置连接对象访问SAP R/3
关于配置连接对象,需要根据你项目开发需要由SAP R/3管理员来确定。关于这部分详细内容,你可以参考相关手册进行。
5 连接对象配置样例
下面是笔者在COSCON项目中关于配置和连接的一些举例,其中文档主要就配置连接的一些注意事项会说明的比较重点一些,至于其他与SAP R/3系统相关的内容需要读者仔细阅读相关文件手册。
5.1 Informatical client 开发人员需要怎么配置?
? 开发人员要安装和配置好informatical client 产品和组件
? 能够连接到你要连接的informatical repository server 产品,有一定的权限
? 从informatical 管理员那里获得sideinfo 和saprfc.ini文件。这个配置文件由sap r/3管理员
产生。
? 将这两个文件放置到’c:\\winnt\\system32\\’下 ? 下面是举例:
9
……………………………………………………………精品资料推荐…………………………………………………
saprfc.ini文件位置:
下面是两个文件用编辑器打开看到的情况:
——————————————————————————————————————
saprfc.ini
——————————————————————————————————————
10
……………………………………………………………精品资料推荐…………………………………………………
/*===================================================================*/ /* Type R: Register a RFC server program at a SAP gateway */ /* or connect to an already registered RFC server program */ /* The PowerCenter Integration Server for BW uses */ /* this information */
/*===================================================================*/ DEST=
PROGID=
/*===================================================================*/ /* Type A: R/3 system - specific application server */ /* The PowerCenter server writer process uses */ /* this information */
/*===================================================================*/ /*DEST=
/*Type=
ASHOST=172.32.236.8 SYSNR=00
——————————————————————————————————————
sideinfo文件
—————————————————————————————————————— * @(#)sideinfo.txt 20.5 SAP 94/04/20
************************************************************************ ******
* SIDEINFO EXAMPLE *
* This sideinfo-file contains 3 examples for different kinds of CPIC- * communications and brief descriptions of the necessary parameters. Please
* look into the CPIC documentation for a detailed information about the * side info. *
* 1. Communication C-program <--> C-Program
* 2. Communication C-program <--> ABAP/4-report (R/3)
11
……………………………………………………………精品资料推荐…………………………………………………
* 3. Communication C-program <--> ABAP/4-report (R/2)
* 4. Communication C-program <--> ABAP/4-report (R/2) with VMS
************************************************************************ ******
************************************************************************ ******
* 1. Entry for the example programs ccpict1t and ccpict2t *
* Description: ccpict1t will communicate with ccpict2t * *
* Before invoking this example please make the following adjustments: *
* Host : hostname of the computer where ccpict2t * should be started *
* GwHost : actual hostname of the SAP-Gateway *
* GwService : TCP/IP service name of the SAP gateway *
* Call 'ccpict1t -dest example1'
************************************************************************ ******
DEST=example1 LU=Host TP=ccpict2t
GWHOST=GwHost GWSERV=GwService PROTOCOL=E
************************************************************************ ******
* 2. Entry for the example program ccpict1t and ABAP/4-report acpict2 *
* Description: ccpict1t will communicate with ABAP/4-report acpict2 * running in an R/3 environment *
* Before invoking this example please make the following adjustments: *
* R3Host : actual hostname of the R/3 server
12
共分享92篇相关文档