SAP Netweaver 网关适配器 - 客户端 ID 最多 3 个字符

SAP Netweaver Gateway adapter - client id max 3 characters

目前我正在测试 6.3 版本的 SAP Netweaver GateWay Adapter。它包含更多与 SAP 交互的功能。

当连接到 SAP 的开发环境时,我必须使用 client-id 1000。显然我的 client-id 只有 3 个字符被 MobileFirst 服务器解释。

例如

1// 连接到客户端 ID 为 1000 的 sap - returns 响应如下: "set-cookie": "sap-usercontext=sap-client=100; path=/",

2// 连接到客户端 ID 为 2912 的 sap - returns 响应如下: "set-cookie": "sap-usercontext=sap-client=291; path=/"

有人遇到同样的问题吗?

Br.

维姆

来自开发团队:

We are not aware of any three character limit in the code, however passing the client ID won't work regardless as it is not being sent to the server at all due to a defect.

您应该打开 PMR 以接收 APAR PI31148 的修复程序。
没有解决方法。