Specifications

9032277-04 Software Superseded by CS3/MMS3
5-71
Patches Issued Since the CS2/MMS2 Release
--
The problem was multiple memory leaks were found due to the
creation of HubBaySt450. Purify had been installed and a trace was
made available.
The resolution was to remove the memory leaks from the code
pinpointed by the Purify traces.
--
The problem was a memory leak was found due to the creation of a
6E233_49. Purify had been installed and a trace was made available.
The resolution was to remove the memory leaks from the code
pinpointed by the Purify traces.
--
The problem was the Netwide Application was not launching from the
MicroMMAC small icon.
The resolution was to fix this iib file so that the Netwide Application
would be launched from the small icon in every SPECTRUM view it
appears in.
--
The problem was that AutoDiscovery and Modeling by IP allowed
duplicate models without warning for the following model types:
2E43_51 and 2H23_50R or any other device covered under SM-
CSI1068 or SM-CSI1080. As it turned out AutoDiscovery WAS
finding the already created model, but then it checked to if the model
had the Dev_Model_Handle attribute (meaning the model was a
component of some other model). If it has the attribute, it reads the
attribute and assumes that model is the already existing model. For
some reason many of the model types exhibiting this problem HAVE
the Dev_Model_Handle attribute. They shouldn't. It's value was 0x0
for these models, thus when AutoDiscovery read it, it gets 0x0 back,
and model appears not to be found.
The resolution was setting the Dev_Model_Handle for the 2H23_50R
and 2H33_37R model types to be themselves. This caused
AutoDiscovery to not allow multiple modeling of the same device.
--