zoukankan      html  css  js  c++  java
  • SAP CRM中间件错误IB_CRM_UPLOAD_MSG的解决方法

    I have one parent equipment ZJERRY0827P which contains a children equipment ZJERRY0827C in ERP and I would like to replicate both to CRM.

    First I replicate children equipment ZJERRY0827C to CRM, it works. And then I perform a request download to replicate parent equipment ZJERRY0827P, this time it fails. There are some errors reported in tcode SMW01:

    Why could this error occur

    Since the children is replicated to CRM first, there would be one entry generated in table IBEQUI_INDEX, which maintains the information of its parent, and also information about the automatically generated IBASE. In my example, all fields for the IBASE are empty.

    Later when parent equipment is downloaded, based on entry in the table IBEQUI_INDEX, the IBASE component is first identified and then the children equipment will be put to this IBASE. In my example since the four fields are empty, it fails to locate the IBASE and thus error reported.

    Why the four fields in table are empty

    Previously I tried to replicate both equipment to CRM via the following customizing settings:

    Previously I use “IBase Category” as 03 for replication, which will not generate IBASE for end user. Thus the four fields in the table are empty.

    Solution

    Remove the related row in table IBEQUI_INDEX and replicate both equipment again. Now after children equipment is replicated to CRM, the fields in table are correct:

    And after the parent equipment is replicated to CRM in the second step, the field ARCHIVING FLAG is marked as X.

    Finally both equipment are downloaded to CRM successfully:

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    Redis流程初始认知
    浅谈windows和linux进程和线程的区别
    linux下的信号量PV操作进阶之路
    linux下线程以及pthread库
    分清问题的主次
    linux下主线程return 0和pthread_exit(NULL)的区别
    进程和线程的区别
    注意搜索的陷阱
    模拟主线程等待子线程的过程
    【伯乐在线】编程面试的10大算法概念汇总
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13631709.html
Copyright © 2011-2022 走看看