找不到请求发布数据的目标系统" HybrisCore"

2020-09-21 05:29发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


您好,

我已经设置了datahub,并尝试通过csv格式的restclient发送数据。 数据正在datahub日志中处理,我能够看到原始和规范项已成功处理。 但是在发布期间,我看到一个异常,说"找不到请求发布数据的目标系统'HybrisCore'"。 我没有使用任何外部数据库默认值,我正在使用HSQL数据库。 因此,请帮助我在Hybris中找到目标系统表及其相关数据的位置。

谢谢SureshG。

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


您好,

我已经设置了datahub,并尝试通过csv格式的restclient发送数据。 数据正在datahub日志中处理,我能够看到原始和规范项已成功处理。 但是在发布期间,我看到一个异常,说"找不到请求发布数据的目标系统'HybrisCore'"。 我没有使用任何外部数据库默认值,我正在使用HSQL数据库。 因此,请帮助我在Hybris中找到目标系统表及其相关数据的位置。

谢谢SureshG。

付费偷看设置
发送
4条回答
haha101010
1楼 · 2020-09-21 06:21.采纳回答

你好Suresh,

您可以使用Razor SQL探索HSQL数据库。
只需在优先级列表中为MySQL DB和PhpMyAdmin接口安装XAMPP,即可实时查看数据库。

您是否已从解决方案中添加了 *-target 扩展名 本书
他们定义了目标系统 HybrisCore

在数据中心 local.properties 文件中,确保定义和正确的 datahub.encryption.key.path 路径。 您可能在Windows的路径中使用了未转义的反斜杠。 使用 path \\ to \\ file 转义后缀,或使用正斜杠。

 #加密密钥(Windows在路径中使用正斜杠)
  datahub.encryption.key.path = C:/yTomcat/webapps/datahub-webapp/WEB-INF/classes/encryption-key.txt
  

*-target 扩展XML文件以从 local.properties 中读取的方式定义 hybriscore 连接属性,因此 您需要指定这些。

 #用于HTTP Hybris核心连接
  targetsystem.hybriscore.url = http://localhost:9001/datahubadapter
  #对于HTTPs Hybris核心连接
  #targetsystem.hybriscore.url = https://localhost:9002/datahubadapter
  targetsystem.hybriscore.username = admin
  targetsystem.hybriscore.password = nimda
  

关于,
路加

当学会了学习
2楼-- · 2020-09-21 06:01

嗨路加,

感谢您的帮助,仅在加密值key.txt文件中保留了密钥值并为加密值key.txt字段提供了正确的路径后即可使用。

感谢SureshG。

hongfeng1314
3楼-- · 2020-09-21 06:08

确保在target.xml中很好地定义了目标系统,并包括以下属性:

targetsystem.hybriscore.url =

targetsystem.hybriscore.username =

targetsystem.hybriscore.password =

Alawn_Xu
4楼-- · 2020-09-21 06:20

在data.hub的local.properties中使用以下属性:

数据中心适配器

atahub.extension.exportURL = <一个rel =" nofollow" hraf=" https://localhost:9002/datahubadapter"> https://localhost:9002/datahubadapter

datahub.extension.userName = admin

datahub.extension.password = nimda

将数据发布到目标系统

targetsystem.hybriscore.url = <一个rel =" nofollow" hraf=" https://localhost:9002/datahubadapter"> https://localhost:9002/datahubadapter

targetsystem.hybriscore.username = admin

targetsystem.hybriscore.password = nimda

并确保您在hybris的localextension.xml中添加了datahubadaptor扩展名。

Manish

一周热门 更多>