cancel
Showing results for 
Search instead for 
Did you mean: 

The data is not displayed in the Mobile Client 7.1

Former Member
0 Kudos

Hello,

We are using Mobile Client 7.1 for laptops. We are checking our application but unfortunately we cannot see any data from the client side.

We checked the message monitoring and found that the data is transfered to the client. We also saw it in the logs from the client side. The problem is that our application doesn't display anything.

We are using MaxDB. How can we check that the data from the middleware was added to the MaxDB in the client? How can we find the problem that it's not displayed?

Thanks in advance,

Sergey

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

As Julien said you can install the SQL Studio and check for the table starting with M followed by a number with your rootnode name. Similarly for the child node also. If you see that the data is present please check if you have written a BIND method for your table, form in the either the INIT or the supply function.

Regards,

Narayani

Answers (2)

Answers (2)

0 Kudos

Hi Sergey,

If all the table bindings and supply functions are in place as mentioned in the post above,then just

check if the apllication you are using is working with the correct version of the Data Object.

It is a very usual scenario in which developers change the DO on the DOE,regenerate it but

forget to reimport the new version in the IDE.

Hope this helps.

Regards,

Shobhit.

Former Member
0 Kudos

Hello,

You can look into the maxdb database with the maxdb sql sutdio software. Any other database borwser can be used also, it is a full blown database!

Thanks,

Julien.