cancel
Showing results for 
Search instead for 
Did you mean: 

Uncaught TypeError: Cannot read property 'dataServices' of undefined

Former Member
0 Kudos

Hi experts,

I was following this tutorial, IoT Viewing your Tessel data from IoT Services through SAP HANA XS. I have the following error.

Uncaught TypeError: Cannot read property 'dataServices' of undefined

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

It looks like the table has no model added yet. At least the getServiceMetadata() function is not returning an object, as the code expects it. Set breakpoints at Chroms developer tools and try again. You probably can see what the content of oMeta actually is and continue debugging fro there on.