cancel
Showing results for 
Search instead for 
Did you mean: 

Access to the data in the MMS tables

Former Member
0 Kudos

Hello community members

I created a Device Type in RDMS, with ID = 4FE1F09F048C544567B9.

After creating Message Type and Device instance, I am able to push data to IoT service using a Java program and the service created the underlying table to store the data i am sending. The table is T_IOT_4FE1F09F048C544567B9_1.

I want to >>

1. View the data that is being pushed into this table, using Eclipse. in the Hana administration console i am able to connect to the iotmms.web schema under my ID but now no clue where this table is...how to see this.

2. I want to consume this data in a Java app, again then persistance service an answer to it?

Pointers much appreciated. Thanks a lot.

Amol

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Also for the access from a Java code inside a servlet, i could manage it using plain JDBC, without using the persistence service.

Closing the question.

Former Member
0 Kudos

At least for Eclipse based view of the data, i could figure out what is the way to...

once you are connected to your own account using Hana Administration console, the schema to look for is >>

under <your_id>.iotmms.web

---- neo_XXXXXXXXX

--------Tables

------------- at this level, i could see the T_IOT_4FE1F09F048C544567B9_1 table and also the content.