cancel
Showing results for 
Search instead for 
Did you mean: 

How to access the Mobile Time & Travel database tables?

Former Member
0 Kudos
255

How can I access the database tables stored in SAPMobileEngine\webapps\me\WEB-INF\wwwroot\te_data\customer\database_2_0\<name_of_declared_table> ??

Formerly the tables were stored in ...\database as XML files and could be viewed with a standard texteditor. Now the files are stored in ...\database_2_0 as DAT files in a special format. How can I get access to the tables? (like longtext.dat or CATS_MY_TABLE_*.DAT)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

How exactly do I unserialize a *.dat datatable by using the Netweaver Developer Studio to get the XML file?

I got several *.dat datables with some content and want to view them to get to know how the content is stored and how I might access it.

peterng
Advisor
Advisor
0 Kudos

Hi Michael,

You will also need a Java class to unserialize the DAT database table. Please file a message request in the SAP Support system with the component MBA-MTR. The development team of SAP will assist you with this. Thanks.

regards,

Peter

Answers (1)

Answers (1)

peterng
Advisor
Advisor
0 Kudos

Michael,

Are you running MTT 1.6 SR2 Patch 03?

The database is in serialized format and you will have unserialized them by using Eclipse IDE (or NW Development Studio). This will convert it to xml format. But I think the application itself will need it to be serialized format.

Peter