Actions
Administration Tool problems » History » Revision 8
« Previous |
Revision 8/9
(diff)
| Next »
Alex Kadokura, 05/07/2010 02:49 PM
Administration Tool problems¶
Incomplete xml-imported application¶
Why:- This is a random error that happens ocassionally.
How do you know it is imcomplete? View the application saved in the database in the web admin tool
Solution: Try it again with a new version number in the xml file.
- check your xml file. It should end with something like this:
</sqltable> <!-- bindingspecdata --> <!-- launchedapplicationdata --> <!-- nodespecdata -->
If not, you need to download the correct xml file again.
- edit the correct xml file. For example, you have MSI-T.xml, then you need
to change
- Application :MSI-T (1.6) - Version :1
To
- Application :MSI-T (1.6) - Version :2
AND, more importantly,
<!-- ApplicationData --> <sqltable name="ApplicationData" > <field name="DEF_id" >331</field> <field name="DEF_timestamp" >2005-05-26 14:16:36</field> <field name="name" >MSI-T (1.6)</field> <field name="version" >1</field> </sqltable>
To
<!-- ApplicationData --> <sqltable name="ApplicationData" > <field name="DEF_id" >331</field> <field name="DEF_timestamp" >2005-05-26 14:16:36</field> <field name="name" >MSI-T (1.6)</field> <field name="version" >2</field> </sqltable>
- import this xml file to your dbem again.
- check the result by refreshing the web browser and then select the new version of the application to view on screen.
< Installation/Update problems | Test run operation problems >
Updated by Alex Kadokura over 14 years ago · 8 revisions