点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,开发人员,
我正在尝试 Thingworx 8.0.1-b39上的SAP动手教程。 我有一个SAP Gateway-演示系统(ES5),我的帐户可以访问" https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/"。 我已经正确配置并运行了集成运行时。
在步骤3中,以下是我提供的参数(正确提供了用户名和密码,如下图所示):
- 通用连接器连接设置
- 身份验证类型= 固定
- HTTP连接器连接设置
- 用户名=
- 密码=
- 基本网址: https://sapes5.sapdevcenter.com/sap
- 相对网址:/opu/odata/IWBEP/GWSAMPLE_BASIC/
- 连接URL:/opu/odata/IWBEP/GWSAMPLE_BASIC/$ metadata
- 用户名=
以下是我观察到的错误:
-
ValidateConnection
StatusMessageConnectorTemplateFailed检查日志以获取更多详细信息SAPODataConnector
-
GetEndpointList
[上下文:com.thingworx.webservices.context.HttpExecutionContext@52e3b401] [消息:无法在ptc-SAP-OData-connector上调用服务GetProductSet: 路由交换失败。 资源错误[连接到 sapes5.sapdevcenter.com :443 [ sapes5.sapdevcenter.com/155.56.38.41 ]失败:连接超时:连接]]
我怀疑此端口错误是 sapes5.sapdevcenter。 com/155.56.38.41 ,因为我测试了此网址(" https://sapes5 .sapdevcenter.com/155.56.38.41 "),并返回" HTTP 404-找不到"页面。
您能指出我可能要去哪里了吗
此致
Saran
您使用的相对URL错误。
查看此链接:
https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/ProductSet?$ format = xml
是
/sap/opu/odata/iwbep/GWSAMPLE_BASIC/
不是
/opu/odata/IWBEP/GWSAMPLE_BASIC/
此致
安德烈
安德烈·费舍尔,
感谢您的回复。 该网址似乎已被我们的内部网络阻止。 因此,我从外部网络尝试了同样的操作,并获得了预期的结果。 我还将尝试您建议的网址。
此致
Saran
一周热门 更多>