Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
Êþº¾-D
SourceFileI/app/coldfusion10/cfusion/wwwroot/acc/release_notes/release_notes_4.9.cfm"cfrelease_notes_42e92ecfm154981734coldfusion/runtime/CFPage<init>()V 
    com.macromedia.SourceModTimeNœÒcoldfusion/runtime/CfJspPage pageContext#Lcoldfusion/runtime/NeoPageContext;     getOut()Ljavax/servlet/jsp/JspWriter; javax/servlet/jsp/JspContext
parentLjavax/servlet/jsp/tagext/Tag;     com.adobe.coldfusion.*bindImportPath(Ljava/lang/String;)V  !
"ÿ<div class="releaseNotes">
<h1>Release 4.9.1</h1>
<h2>New Features</h2>
<h3>IBS XML Tester</h3>
<p>The following changes were made based on customer requests:</p>
<ul>
    <li>Font color changes: Removed bright colours.</li>
    <li>Allow for sending of selected text only and not all the text in the request area (if no text is selected then
        send everything).
    </li>
    <li>Automatically select the XML response for easy copy and paste</li>
    <li>Removed hiding of password characters.</li>
</ul>
<h3>Switch Backup</h3>
<ul>
    <li>VASC plugin that schedules Jobs to backup switches</li>
    <li>The GUI is integrated into ACC to manage the backup jobs and view logs</li>
</ul>
<h3>Alarm Discovery</h3>
<ul>
    <li>Alarm discovery workbench created to create relationships between alarms</li>
    <li>VASC plugin alarm_discovery responsible for running rules on a schedule and also subscribe to Oracle AQ
        ALARM_TOPIC for async alarms
    </li>
</ul>
<h3>Topology Workbench</h3>
<ul>
    <li>First version of topology introduced</li>
    <li>Can create node and link rules</li>
</ul>
<h2>Changes</h2>
<h3>Rules Engine</h3>
<ul>
    <li>Old Drools Rules Engine has been replaced with a new In-memory database to keep track of Oscillating Alarms</li>
</ul>
<h3>Event Dispatcher (Obsolete)</h3>
<ul>
    <li>Event dispatcher has been replaced with an Oracle Advanced Queue (ALARM_TOPIC)</li>
    <li>VASC Plugins rules_engine, notifications and alarm_discovery modified to use Oracle AQ</li>
</ul>
<h3>Notifications</h3>
<ul>
    <li>Separate templates for SMSs and Emails</li>
</ul>
<h3>User Management for Multiple Applications</h3>
<ul>
    <li>Support in ACC implemented to better manage multiple application's users</li>
    <li>Improve ACC user management robustness</li>
</ul>
<h2>Customisations </h2>
<h2>Bug Fixes</h2>
<p><em>Bug Fixes should be as descriptive as this goes to customers</em></p>
 
<h3>SNMP Administrator</h3>
<ul>
    <li>Fixed buggy rendering of right corner of tables when resizing.</li>
</ul>
 
<h3>SNMP Administrator</h3>
<ul>
    <li>Fixed buggy rendering of right corner of tables when resizing.</li>
</ul>
 
<h3>Notifications</h3>
<ul>
    <li>Fixed a problem where if the Header of the email is empty, the message starts with the word 'null'</li>
    <li>Fixed an issue where the '%' symbol in the SQL LIKE statement was interpreted incorrectly</li>
    <li>Acknowledgements will not be sent as notifications anymore. They're not sent through the Oracle queue at all any more.</li>
</ul>
<h1>Release 4.9.2</h1>
<h2>New Features</h2>
    This release phases out the old notifications and subjects:
<ul>
<li> Alarms are no longer placed in the old notifications queue.
<li> During deployment, a script runs that
    <ul>
    <li> Converts the old Subjects to Filters in the new 'Notification Subjects' group.
    <li> Converts subscriptions to those Subjects to subscriptions to the new filters.
    <li> The old Acc_Notification_Subject and Acc_Notification_Subscrip tables will be kept in case a roll-back is required. They will be dropped in a future release
    </ul>
<li> Some minor UI changes:
    <ul>
    <li> The advanced options for subscribing to filters are not displayed unless you click on "Advanced" in the subscribe to filter dialog.
    <li> A list of all users that are subscribed to a particular filter is displayed (Next to the "Notification Settings") in the Filter's configuration.
    </ul>
</ul>
<h2>Bug Fixes</h2>
<ul>
    <li> The diagram_summarizer plugin has been fixed to set a diagram item's severity to 'indeterminate' in the case of an error, it used to default to 'cleared'.
</ul>
<h1>Release 4.9.3</h1>
<h2>New Features</h2>
<ul>
<li>The system now allows a user to remove a node from the USA (through its REST interface) when the node is deleted from the ACC Nodes screen. When the user clicks delete, the confirmation dialog now contains a checkbox allowing the user to decide whether or not he wants to delete the node from USA.
<li> With regards to reports:
    <ul>
    <li> The "Reports" view is now a separate screen with a separate item in the left hand menu.
    <li> Users can Add, Edit or Remove reports via the "Reports" screen.
    <li> Reports now have a group field in the database so that related reports can be grouped together.
    <li> The styling on the Reports and Dashboards screens now look more like the Dashboard tables
    </ul>
</ul>
<h2>Bug Fixes</h2>
<ul>
    <li> On the Alarm Lists:
    <ul>
        <li> the Notification Format help window now also uses the jQueryUI dialog to look consistent with the other pop-up window and 
        <li> the subscribers list is updated when users subscribe or unsubscribe from filters.
    </ul>
    <li> The ACC_REPORTS table now has a primary key/ID column, so that reports can be manipulated from the ACC GUIs.
  <li> Suppressed alarms still showing after time passed. It will now not show when the time has passed. Created a foreign key relationship with cascade delete enable so all suppressed alarms will be removed if the alarm gets removed.
</ul>
<h1>Release 4.9.4</h1>
<h2>New Features</h2>
<ul>
<li> There is now a default limit on notifications if none is specified. This prevents users that don't have limits specified from getting overwhelmed if they subscribe to filters with too many alarms.
<li> The auditing of the filters now includes the time the query actually took to run. You can see this in the TIME_ELAPSED column of the ACC_AUDIT table. The intention is to use these later to optimize the filters. 
<li> Diagrams now show the last time they were updated in the top right corner.
<li> The name of the diagram now shows in the browser titlebar/tab in the diagram runtime view.
<li> You can now move diagrams between folders by clicking on the folder icon in the toolbar, or selecting the option from the right-click menu. You will be prompted for the new folder, and when you click OK the diagram will be moved.
</ul>
<h2>Bug Fixes</h2>
<ul>
<li> The new version suppresses alarms on the Diagrams
<li> The notification system no longer attempts to send SMSes to invalid MSISDNs
<li> Updated the configuration explorer to show time as 00:00 instead of 24:00.
</ul>
<h1>Release 4.9.5</h1>
<h2>New Features</h2>
<ul>
<li> There is now a button that allows you to create copies of diagrams.
<li> There is a "Reload ORM" option on the configuration screen that allows you to Reload the ORM settings without resetting the server.
<li> You can no longer delete diagrams that other diagrams depend on. If you try to, you get a warning telling you the name and the group of all diagrams depending on the one you're trying to delete.
<li> Diagrams can now have static components. To use it, choose the new "Static Text" criteria as the node's criteria. This will also give you the option of changing the background, font and border colors of the node..
<li> There are also several new symbols for use in diagrams.
<li> You can now copy and paste nodes in the Diagram Editor, either on the same diagram, or on a separate diagram.
<li> A new screen was added under the Tools menu option that will allow viewing of the USA Web Services logs.  This will aid in troubleshooting web service problems, etc.
<li> The Switch Backup screens have been updated to be more user friendly.  
    <ul>
    <li> When adding a new Schedule for a backup
        <ul>
        <li> one can now select the network element to backup.
        <li> the actions are now check boxes which is easier to use than having to type in the actions.
        </ul>
    <li> When using the log screen for switch backup, the user can now choose the dates in a date picker.
    </ul>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li> There are also foreign key constraints on the relevant tables in the database now.
<li> Deleting Diagrams now works properly.
<li> Deleting Diagram Groups cascade deletes all the Diagrams dependant on them.
<li> On the move ad copy dialogs on the Diagrams list, the drop down is now populated dynamically so that it contains groups you've added since you last refreshed the page.
<li> Fixed a problem on the notifications plugin that prevented it from shutting down properly.
</ul>
<$write &!java/io/Writer(
)'    1h1>Release 4.9.6</h1>
<h2>New Features</h2>
<ul>
<li> LTE Alarms are no longer displayed on the Cellsupervision UMTS Dashboard.
<li> The ACC_CELLSUPER_UMTS_ALARMS_V view is now deprecated in the database because it shows the same alarms as Acc_Cellsupervision_Umts_List
<li> Suppressed Alarms are no longer showing on the Summary Alarm List and the UMTS Dashboard
</ul>
<h2>Bug Fixes</h2>
<ul>
<li> Alarms to be unlinked in the Alarm Log are now pushed to a queue and a job run every 15 minutes.
<li> Service monitor fixes:
    <ul>
    <li> Threshold mechanism now contains two fields in which to control alarm generation.
    <li> Service monitor: Service entry test results are now contained in a table, with important information only.
    <li> Contextual help dialog boxes where added.
    </ul>
<li> Several fixes to the diagram editor:
    <ul>
    <li> Scaling nodes doesn't cause them to disappear under certain circumstances
    <li> A bug where the mouse button did not release when resizing nodes.
    <li> Fixed a specific bug where resizing nodes to the left did not work correctly
    <li> The Diagram Editor's drag and drop now works under IE9
    <li> Pressing Ctrl+C and Ctrl+V while the Editor Dialog is open now works as you would expect.
    <li> Fixed a bug which made it possible to flip a node upside down under specific circumstances.
    </ul>
<li> ACC nodes:
    <ul>
    <li> Fixed node decommissioning issues.
    <li> Fixes for the Suppression Rules screen: The update functionality now works and the "active until" date now edits and displays properly.
    </ul>
</ul>
<h1>Release 4.9.7</h1>
<h2>New Features</h2>
<ul>
  <li> Service monitor upgrade: The Service monitor has been completely revamped. Features include the following:
    <ul>
      <li> List now uses the Datatables which allows for dynamic sorting, pagination, reordering, searching, show/hide columns.
      <li> Integrated charting of history.
      <li> Inline service entry testing.
    </ul>
  <li> Some database queries have timeouts set, for short, medium and long queries. This is to help prevent locks on the database and for the ACC application to be more responsive
</ul>
  <h2>Bug Fixes</h2>
  <ul>
    <li> Fixed an issue where the ACC_ALARM_733 stored proc only inserted notifications in the Alarm Topic if the country code is 'ZA'
  </ul>
</div>+metaDataLjava/lang/Object; -.    /&coldfusion/runtime/AttributeCollection1java/lang/Object3([Ljava/lang/Object;)V 5
26this$Lcfrelease_notes_42e92ecfm154981734;LocalVariableTableCode<clinit> getMetadata()Ljava/lang/Object;runPageoutLjavax/servlet/jsp/JspWriter;valueLineNumberTable1-.;#*·
±: 89<;-»2Y½4·7³0±: 89=>;"²0°: 89?>;i!*´¶L*´N*¶#+%¶*+,¶*°:*!89!@A!B.!C