Project

General

Profile

Administration Tool problems » History » Revision 7

Revision 6 (Alex Kadokura, 05/07/2010 02:41 PM) → Revision 7/9 (Alex Kadokura, 05/07/2010 02:47 PM)

h1. Administration Tool problems 






 * [[Administration Tool problems#Incomplete xml-imported application|Application xml files can not be imported]] 


 * [[Installation/Update problems#Display errors on webviewer and web administration tools|Something is not showing in the administration tool components]] 






 h2. Incomplete xml-imported application 





 *_Why:_* <title>Why:</title> 
 *    This is a random error that happens ocassionally. 


 How do you know it is imcomplete? [[Applications|View <link linkend="Admin_app_view">view the application]] 
 application</link> 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: 



 <pre>      </sqltable> 
 <!-- bindingspecdata --> 
 <!-- launchedapplicationdata --> 
 <!-- nodespecdata --></pre> 



 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 



 <pre> - Application :MSI-T (1.6) 
 - Version       :1</pre> 



 To<pre> - Application :MSI-T (1.6) 
 - Version       :2</pre> 


 AND, more importantly, 



 <pre>    <!-- 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></pre> 



 To<pre>    <!-- 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></pre> 


 *    import this xml file to your dbem again. 


 *    check the result by refreshing the web browser and then <link 
 linkend="Admin_app_view">select the new version of the application to view on 
 screen</link>. 





 ______ 

 [[Installation/Update problems|< Installation/Update problems]] | [[Test run operation problems|Test run operation problems >]] 

 ______