前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP CRM Enterprise Search initial load遇到错误该如何处理

SAP CRM Enterprise Search initial load遇到错误该如何处理

原创
作者头像
Jerry Wang
修改2020-02-18 09:44:09
2920
修改2020-02-18 09:44:09
举报

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

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档