Specifications

SPECTRUM Software Release Notice (SSRN)
For SPECTRUM 6.6 with Service Pack 2 CD release
Page 36
Document 5135
Toolkits
Web Operator Suite
Corrected Issues: Toolkits
Item Problem Resolution
1 If a client program sent a Corba
invocation message of
CsRelationSrvc::testRelMTypeLi
st()
, passing a list of
CsCModelType::CsCMTypeList that
contains an item or more of null pointers,
the function
CsRelationSrvc::testRelMTypeLi
st()
did not check if it was null or not.
Instead, it assumed all items in the list
were valid. For that reason, when a
customer tried to pass a null pointer in
the MTypeList to
CsRelationSrvc::testRelMTypeLi
st()
, it caused the SpectroSERVER to
crash.
This was resolved by ensuring that
CsRelationSrvc::testRelMTypeLi
st()
throws a VALUE_NULL Corba
exception notifying the client program
that it is sending a null pointer in the list.
Corrected Issues: Web Operator Suite
Item Problem Resolution
1 While using Model Browser in WOS, the
user clicked into Universe view and got
the error: “The document contained no
data. Try again later or contact the
server's administrator”. World and
OrgChart views worked fine as did all
other applications. This problem was
directly related to the number of models
in the view.
This was resolved by modifying the code
to limit the number of requests made
and store model names in a more
efficient way to allow for larger number
of models to exist in the view without
causing any problems.