Skip to Content
0
Oct 21, 2021 at 07:04 PM

Could not find the service provider from Photo queryOptions: $top=10

186 Views Last edit Oct 21, 2021 at 08:26 PM 3 rev

Hi everyone!

I have added an odata service to my project as follows:

Service Source Type: Mobile Services

Destination Name: USER (htttps://api90.ss.com/odata/v2) the url is a simple example

Path Suffix: /

doing a check service, it responds correctly and allows us to continue, on the page I add a table object and In EntitySet Target I select the name of the service that I previously added, EntitySet I obtain all the entities of the service and select Photo and in QueryOptions I put $top=10, In the Title property of the object table in the object browser if the properties of the Photo entity appear, I select the property of my interest, and I run the application, but I get the following error:

mdk.trace.odata: Error: Could not find the service provider from Photo queryOptions: $top=10

I can't understand if I need to configure something else. I really appreciate the help that you can guide me. Thanks!