zoukankan      html  css  js  c++  java
  • SAP CRM Enterprise Search initial load遇到错误该如何处理

    Initial Load: CRM_PRODUCT
    Web Dynpro Transaction: ESH_ADMIN_UI_COMPONENT

    Steps to perform:

    (1) Action: Schedule Indexing starts the indexing

    (2) Check via tab Job Log

    Since the initial load is triggered via a job its not possible to set a breakpoint in GenIL methods and to debug through the coding easily.
    Possible step: Find program that is executed by the job.

    (3) Jobs could be checked via transaction SM37

    (4) Execute and mark specific job -> Step (Display step list): program
    ESH_IX_CRT_INDEX_OBJECT_TYPE

    (5) Execute the program directly (it would make sense to set breakpoints in your GenIL implementation) -> SE38

    Necessary input data you can get from ES UI
    On detailed data tab -> search connector ID
    On job log tag -> object type, connection guid, logical system

    Breakpoints should come up

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

  • 相关阅读:
    CCF真题之Z字形扫描
    CCF真题之门禁系统
    A
    安装 Spring 框架库
    安装 Apache Commons Logging API步骤
    Manven下载
    669. 修剪二叉搜索树
    UnixLinux | 总结笔记 |文件系统
    561. 数组拆分 I
    620. 有趣的电影
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12321738.html
Copyright © 2011-2022 走看看