Specifications

SPECTRUM Software Release Notice (SSRN)
For SPECTRUM 6.6 with Service Pack 5 CD release
Page 42
Document 5156
Dominion Web Reporter
13 Host Compaq: In 6.5, the cmpq app
models were deprecated and the
Host_Compaq model type inherited all
the device specific attributes, and new
GIB views were created. The user could
not find views for the
cpqSePci mib
information that were there in 6.0.3. The
attributes were there, but the user
requested new GIB views.
Three new GIB views where created for
cpqSePciSlotTable,
cpqSePciFunctTable and
cpqSePciMemoryTable.
14 Nortel Passport: Lack of error checking
when models were created with the
Ntl_TrunkApp caused the
SpectroSERVER to crash. Specifically,
this was caused by a lack of error
checking in the
CsIHNPTrkMap.cc IH.
This was resolved by inserting error
checking on the strings prior to
completing required manipulation.
15 The user discovered that on Wellfleet
Router Models in the Application View,
the GIB views off the wfIpApp were no
longer populated with information.
Specifically the Menu Picks for Gre
Tunnel Information and Connections.
The occurred because the attribute IDs
listed in the corresponding Gib views
were no longer part of the Application
model. The Attribute IDs were changed
but the Gib Views were not modified with
this change.
This was resolved by modifying the Gib
Views with the appropriate changes.
Corrected Issues: Dominion Web Reporter
Item Problem Resolution
1 Archive Manager did not handle
overflows well. Customers were seeing a
MySQL generated error when SSAPI
scroll requests contained a
count >=
2147483648
. The error message was
similar to: “Native Error: 1064, You have
an error in your SQL syntax near
'4294967295' at line 1."
This was resolved by adding a check in
the
CsLogManager::scroll_to
method to see if the scroll count is less
than 2147483648. If the count is
2147483648 or greater, a Failure error is
given and the offending request is
printed out prior to returning.
Corrected Issues: Management Modules
Item Problem Resolution