Project

General

Profile

Administration Tool problems » History » Version 5

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