Solved

Initialization error in Aurena native mobile app

  • 29 April 2020
  • 4 replies
  • 296 views

Userlevel 6
Badge +12

I'm getting an error in when initializing the aurena native mobile app  : initialization failed due to meta data redeployment

Anyone help with this?

icon

Best answer by Subash Perera 29 April 2020, 11:33

View original

4 replies

Userlevel 5
Badge +9

Seems like in this environment offline metadata files are not properly for your particular aurena native app. Please follow the below steps:

  1. Find the native app in the IEE (navigate the Applications form and search for your app)
  2. Delete the app versions
  3. Delete the app

Find the meta data file from one of the following locations:

If you have the build home location :

                 \\<server>\<instance>\Build_Home\database\mwo

 If you have the delivery installation files with you:

                  \InstallationFiles_<DeliveryID>\database\mwo

File Names:

Service Engineering app:  ServiceEngAppOfflineMetaData.ins

Maintenance Engineering app: MaintEngAppOfflineMetaData.ins

 

Redeploy the relevant DB file properly and check that the app is now available again in the 'Applications' form in IEE. And check the issue in app again

Userlevel 6
Badge +12

Thank you @Subash Perera  This solves the issue. I were able to logging to the app successfully. 

Userlevel 5
Badge +14

Seems like in this environment offline metadata files are not properly for your particular aurena native app. Please follow the below steps:

  1. Find the native app in the IEE (navigate the Applications form and search for your app)
  2. Delete the app versions
  3. Delete the app

Find the meta data file from one of the following locations:

If you have the build home location :

                 \\<server>\<instance>\Build_Home\database\mwo

 If you have the delivery installation files with you:

                  \InstallationFiles_<DeliveryID>\database\mwo

File Names:

Service Engineering app:  ServiceEngAppOfflineMetaData.ins

Maintenance Engineering app: MaintEngAppOfflineMetaData.ins

 

Redeploy the relevant DB file properly and check that the app is now available again in the 'Applications' form in IEE. And check the issue in app again

@Subash Perera  Can you just redeploy running the .ins file from a tool like SQLPlus?

Userlevel 5
Badge +9

@ctaylor56  Yes,  you  can use ‘SQL plus’ or other tool like ‘PSQL Developer’ to deploy this file. 

/Subash Perera

 

Reply