从SAP ERP向Hybris 6.6发送文章时出错

2020-09-22 11:35发布

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

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

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


4条回答
闻人可可
2020-09-22 12:24

这是我的数据中心local.properties文件:

 #数据中心位置
  datahub.server.url = https://localhost:8443/datahub-webapp/v1
 
  #DB设置
  dataSource.className = com.mysql.jdbc.jdbc2.optional.MysqlDataSource
  dataSource.driverClass = com.mysql.jdbc.Driver
  dataSource.jdbcUrl = jdbc:mysql://localhost/datahub?useConfigs = maxPerformance
  dataSource.username = root
  dataSource.password =根
 
  #media存储
  mediaSource.className = com.mysql.jdbc.jdbc2.optional.MysqlDataSource
  mediaSource.driverClass = com.mysql.jdbc.Driver
  mediaSource.jdbcUrl = jdbc:mysql://localhost/datahub?useConfigs = maxPerformance
  mediaSource.username = root
  mediaSource.password =根
 
  #Data Hub导入发布URL(在哪里导入数据,即hybris)
  datahub.extension.exportURL = https://localhost:9002/datahubadapter
  datahub.extension.userName = admin
  datahub.extension.password = nimda
 
  #Hybris系统网址
  targetsystem.hybriscore.url = https://localhost:9002/datahubadapter
 
  targetsystem.hybriscore.username = admin
  targetsystem.hybriscore.password = nimda
 
  #加密
  datahub.encryption.key.path = encryption-key.txt
  datahub.secure.data.masking.mode = true
  datahub.secure.data.masking.value = *******
 
  #sapcoreconfiguration.datahuboutbound.enabled = true
 
  kernel.autoInitMode =创建-删除
  #kernel.autoInitMode =更新
 
  #datahub.publication.saveImpex = true
 
  #Data hub.cleanup属性设置为1小时
 
  datahub.cleanup.rawitem.time.delay = 3600
  datahub.cleanup.canonicalitem.time.delay = 3600
  datahub.cleanup.targetitem.time.delay = 3600
  #datahub.cleanup.publisheditems.time.delay = 3600
 
  datahub.cleanup.rawitem.enabled = true
  datahub.cleanup.canonicalitem.enabled = true
  datahub.cleanup.targetitem.enabled = true
  datahub.cleanup.publisheditems.enabled = false
 
  #SAP ERP IDoc URL
  targetsystem.saperp.url = https://sfin.ecs-co.com:44320/sap/bc/idoc_xml?sap-client = 100
 
  #IDoc服务的用户名和密码
  targetsystem.saperp.username = HY-IDOC-IN
  targetsystem.saperp.password=welcome@123
 
  #IDoc服务的接收者(请参阅sec创建逻辑系统)
  targetsystem.saperp.receivername = RQ1CLNT100
 
  #自动组合和发布的池
  #池自动将原始项目组合为规范项目
  sapcoreconfiguration.autocompose.pools = GLOBAL,SAPCONFIGURATION_POOL,SAPCUSTOMER_INBOUND_POOL,SAPCONSUMER_INBOUND_POOL,SAPCONSUMER_OUTBOUND_POOL,SAPORDER_INBOUND_POOL,SAPORDER_OUTBOUND_POOL
 
  #池和目标系统对
  sapcoreconfiguration.autopublish.targetsystemsbypools = GLOBAL.HybrisCore,GLOBAL.SapErpSystem,SAPCUSTOMER_INBOUND_POOL.HybrisCore,SAPCONSUMER_INBOUND_POOL.HybrisCore,SAPCONSUMER_OUTBOUND_POOL.SapErpSystem,SAPORDER_OUTBOUND_IN
 
  #发布之前收集池的时间间隔(以毫秒为单位)
  sapcoreconfiguration.autopublish.sleeptime:5000
  sapcoreconfiguration.autopublish.initialsleeptime:5000
 
  #central information pool
  sapcoreconfiguration.pool = SAPCONFIGURATION_POOL
 
  #启用IDoc号的动态偏移量
  sapidocoutboundadapter.usedynamicidocnumberoffset = true
 
  #IDoc服务的接收方名称(请参阅sec创建逻辑系统)
  sapidocoutboundadapter.receivername = RQ1CLNT100
 
  #IDocsender的逻辑系统名称(请参阅上面的sec创建逻辑系统)
  sapidocoutboundadapter.sendername = RDSHYB60
 
  #发送方的端口名称(请参考上面的sec创建ALE端口)
  sapidocoutboundadapter.senderport = RDS_ERP_60
 
  #SAP客户语言
  sapcustomer.language = de
 
  #经纪人目录
  datahub.event.broker.persistence.directory = C:/apache-tomcat-7.0.82/bin/brokerdb

  

一周热门 更多>