cancel
Showing results for 
Search instead for 
Did you mean: 

No data in Sample App

nageshcaparthy
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi All,

I was able to create a sample project in 5 mins, however, data is missing and I just see the Collections and no data after navigation. Any suggestions?

Regards,

Nagesh

Accepted Solutions (1)

Accepted Solutions (1)

nageshcaparthy
Product and Topic Expert
Product and Topic Expert

Solved it by Modifying the SSO Mechanism to Basic Auth and it started working.

Regards,

Nagesh

Answers (3)

Answers (3)

aschlosser
Employee
Employee

Glad it works for you now. One reason for not seeing any data might also be that you are running on a brand-new Mobile Services subscription. Per default the OData sample service is empty. Please log on to the mobile services cockpit, navigate to the 'Developer' tab, and press the 'initialize' and 'generate data' buttons there. We are working on an improvement here so the data is always pre-filled.

Thanks
Andreas

nageshcaparthy
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks Andreas. For now I have solved it and trying to work on other exercises.

Regards,

Nagesh

amit_agrawal31
Explorer

Hi Nagesh,

You can use form-based authentication (SAML) or oAuth also. Both of these work. You need to make sure you generate the project after changing the authentication method.

Also, look for output in the Debug out window. It usually gives enough clues as as of now the SDK is printing lot of information there.

Amit

Ian_Thain
Developer Advocate
Developer Advocate
0 Kudos

Happy you solved it, thanks for sharing

Ian