Project

General

Profile

Administration Tool problems » History » Version 7

Alex Kadokura, 05/07/2010 02:47 PM

1 1 Amber Herold
h1. Administration Tool problems
2
3
4
5
6
7
8 4 Alex Kadokura
* [[Administration Tool problems#Incomplete xml-imported application|Application xml files can not be imported]]
9 1 Amber Herold
10
11 6 Alex Kadokura
* [[Installation/Update problems#Display errors on webviewer and web administration tools|Something is not showing in the administration tool components]]
12 1 Amber Herold
13
14
15
16
17
18
h2. Incomplete xml-imported application
19
20
21
22
23
24 7 Alex Kadokura
*_Why:_*
25 1 Amber Herold
*  This is a random error that happens ocassionally.
26
27
28 7 Alex Kadokura
How do you know it is imcomplete? [[Applications|View the application]] saved in the database in the web admin tool
29 1 Amber Herold
30
31
32
33
Solution: Try it again with a new version number in the xml file.
34
35
36
37
38
*  check your xml file. It should end with something like this:
39
40
41
42
<pre>    </sqltable>
43
<!-- bindingspecdata -->
44
<!-- launchedapplicationdata -->
45
<!-- nodespecdata --></pre>
46
47
48
49
If not, you need to download the correct xml file again.
50
51
52
*  edit the correct xml file. For example, you have MSI-T.xml, then you need
53
to change
54
55
56
57
<pre> - Application :MSI-T (1.6)
58
- Version     :1</pre>
59
60
61
62
To<pre> - Application :MSI-T (1.6)
63
- Version     :2</pre>
64
65
66
AND, more importantly,
67
68
69
70
<pre>  <!-- ApplicationData -->
71
<sqltable name="ApplicationData" >
72
<field name="DEF_id" >331</field>
73
<field name="DEF_timestamp" >2005-05-26 14:16:36</field>
74
<field name="name" >MSI-T (1.6)</field>
75
<field name="version" >1</field>
76
</sqltable></pre>
77
78
79
80
To<pre>  <!-- ApplicationData -->
81
<sqltable name="ApplicationData" >
82
<field name="DEF_id" >331</field>
83
<field name="DEF_timestamp" >2005-05-26 14:16:36</field>
84
<field name="name" >MSI-T (1.6)</field>
85
<field name="version" >2</field>
86
</sqltable></pre>
87
88
89
*  import this xml file to your dbem again.
90
91
92
*  check the result by refreshing the web browser and then <link
93
linkend="Admin_app_view">select the new version of the application to view on
94
screen</link>.
95 2 Amber Herold
96
97
98
99
100
______
101
102
[[Installation/Update problems|< Installation/Update problems]] | [[Test run operation problems|Test run operation problems >]]
103 3 Amber Herold
104
______