SQLite error: no such table in Native Mobile offline app

0
The Native Mobile app is displaying the error message: [op-sqlite] sqlite query error: no such table: mxanonymous$NativeMobile$SerialNumberListItem. This suggests that the offline database is unable to create the table for SerialNumberListItem. Although I have tried the following: Cleared deployment Reinstalled the app Cleared Make It Native data Checked access rules However, the issue persists. Could you please guide me on how to resolve this error? Example: The error message received: [op-sqlite] sqlite query error: no such table: mxanonymous$NativeMobile$SerialNumberListItem
asked
1 answers
0

Hello Sneha,

 

What type of entity are you using? You need to use a persistable entity, a non‑persistable or external entity will not work.

 

If this entity also relies on other parent entites (generalization/association) also make sure these are persistable and included in the offline shema.

 

If all are included in the offline shema and persistable, I would suggest making a page to display the entity in a data grid accessible to your user and see if the entity is created in the database.

 

Please share more info if this doesn't work.

answered