目前,我们正在使用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适配器如何处理client-id?
发布于 2014-12-11 20:35:02
这已被确定为产品中的缺陷。
没有可用的解决方法。
要接收包含此缺陷修补程序的iFix,您需要打开PMR (支持票证)。
请在您的查询中提及此问题以及APAR #PI31148以供参考。
https://stackoverflow.com/questions/27247516
复制相似问题