Created by Jerry Wang on Jun 03, 2015

当打开一个Fiori tile时遇到如下error message:
INTEROP service's ResolveLink operation returned 2 targets for hash, first one
通过Chrome network tab观察到该tile对应了两个navigation target,指向了同一个BSP application
INTEROP service's ResolveLink operation returned 2 targets for hash, first one

该问题是因为不同的catalog里维护了duplicate 的entry,entry的key为Semantic Object和Action。

如下图,catalog SAP_CRM_BC_SALESREP里维护了如下的entry:
INTEROP service's ResolveLink operation returned 2 targets for hash, first one
另一个catalog SAP_FIORI_EXTENSIBILITY里也有同样的一行entry:
INTEROP service's ResolveLink operation returned 2 targets for hash, first one
将其中一个entry删除后问题解决。

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
猜你喜欢
  • 2021-06-14
  • 2021-09-21
  • 2022-12-23
  • 2021-04-16
  • 2021-05-21
  • 2021-08-02
相关资源
相似解决方案