目前,我们正在使用Worklight SAP Netweaver GateWay适配器连接到SAP的开发环境。我们的客户配置了两个客户端环境101和211.默认值为101。
根据以下适配器配置创建连接时...
<?xml version="1.0" encoding="UTF-8"?>
<wl:adapter xmlns:wl="http://www.worklight.com/integration" xmlns:nwgateway="http://www.worklight.com/integration/nwgateway" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="SAPAdapter1">
<displayName>SAPAdapter1</displayName>
<description></description>
<connectivity>
<connectionPolicy xsi:type="nwgateway:NWGatewayHTTPConnectionPolicyType">
<protocol>http</protocol>
<domain>10.9.5.27</domain>
<port>8000</port>
<serviceRootUrl>/sap/opu/odata/sap/services_x_y_z/</serviceRootUrl>
<authentication>
<basic/>
<serverIdentity>
<client>211</client>
<username>xyz</username>
<password>123</password>
</serverIdentity>
</authentication>
</connectionPolicy>
<loadConstraints maxConcurrentConnectionsPerNode="10"/>
</connectivity>
<procedure name="getShipments"/>
</wl:adapter>
我们假设连接到客户端211,但显然我们已连接到101.
Worklight SAP NWG适配器如何处理客户端ID?
答案 0 :(得分:0)
这已被确定为产品中的缺陷 没有可用的解决方法。
要接收包含此缺陷修复程序的iFix,您需要打开PMR(支持服务单) 请在您的查询中提及此问题以及APAR#PI31148以供参考。