How to trouble shoot if there is no entityset available when creating a tile

简介: How to trouble shoot if there is no entityset available when creating a tile

image.pngIn my case, when I first select F4 value help for “Entity Set”, I can see a series of CDS views listed, which are retrieved by the batch request observed in Chrome development tool.


image.pngimage.pngimage.pngWhen you now select value help for the third field “Entity Set”, the metadata of this OData service is requested via the url fetched from the previous request. After a successful metadata request, you should see the entity set. If not, usually there is something wrong in the metadata retrieve. You should see detailed error message in Chrome development tool.


image.png

相关文章
|
自然语言处理
Reading the Manual: Event Extraction as Definition Comprehension, EMNLP 2020
Reading the Manual: Event Extraction as Definition Comprehension, EMNLP 2020
86 0
Reading the Manual: Event Extraction as Definition Comprehension, EMNLP 2020
Don't give me five!
Don't give me five!
90 0
Multiple Origin composition test - Opportunity Creation case
Sent: Wednesday, 3 December, 2014 2:48 PM 结论是:如果gateway系统上针对一个odata service维护了多个mark成default的backend system,在creation的case下,runtime时候gateway只会向第一个 Default system发起请求。
Multiple Origin composition test - Opportunity Creation case
strange behavior:why u31000 is accessed for Extension project
Created by Wang, Jerry, last modified on May 20, 2015
108 0
strange behavior:why u31000 is accessed for Extension project
how to know which settype an assignment block is built based on
how to know which settype an assignment block is built based on
how to know which settype an assignment block is built based on
|
Shell
Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法
Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法
12854 0
Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法
笔记:Six Pointers for Creating Strong Operational Business Values
这篇文章讲的是关于怎样创造强壮而且可操作的商业价值的六点内容,有些新意,不过最后意思的是这张图,这张图一个自上而下的组织的示意图,搞得好传神,够我笑一天的: 其他的: Key Takeaways Businesses need to take into account that the future will be driven by a millennial workforce.
1925 0
|
Android开发 安全
error: only position independent executables (PIE) are supported
由于使用了NDK编译的可执行文件在应用中调用,在4.4及之前的版本上一直没出问题。在AndroidL上的运行情况发现,当运行该可执行文件时,报如下错误: error: only position independent executables (PIE) are supported. PIE这个安全机制从4.1引入,但是Android L之前的系统版本并不会去检验可执行文件是否基于PIE编译出的。
2078 0