2014-12-02 75 views
0

目前我们正在使用Worklight SAP Netweaver GateWay适配器连接到我们的SAP开发环境。我们的客户已经配置了两个客户端环境101和211,默认是101Worklight SAP Netweaver GateWay适配器 - 客户端ID

在创建基于以下适配器配置的连接...

<?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

正如克里斯提到的,这可能是产品的一个缺陷 - 请打开一个PMR以跟进此事。 – 2014-12-03 16:40:39

回答

0

这已被确定为产品中的缺陷。
没有可用的解决方法。

要接收包含此缺陷修复的iFix,您需要打开PMR(支持票)。
请在查询中提及此问题以及APAR#PI31148以供参考。