Skip to main content
Solved

Initialization error in Aurena native mobile app

  • April 29, 2020
  • 4 replies
  • 338 views

Dakshinie Wickramasinghe
Hero (Employee)
Forum|alt.badge.img+13

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

Anyone help with this?

Best answer by Subash Perera

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

4 replies

Subash Perera
Hero (Employee)
Forum|alt.badge.img+9
  • Hero (Employee)
  • Answer
  • April 29, 2020

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


Dakshinie Wickramasinghe
Hero (Employee)
Forum|alt.badge.img+13

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


ctaylor56
Hero (Partner)
Forum|alt.badge.img+14
  • Hero (Partner)
  • November 16, 2020

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?


Subash Perera
Hero (Employee)
Forum|alt.badge.img+9
  • Hero (Employee)
  • November 17, 2020

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

/Subash Perera