T.R | Title | User | Personal Name | Date | Lines |
---|
4476.1 | #1 Fixed, and #2 normal | HAYNES::PURRETTA | | Mon Feb 01 1993 11:45 | 7 |
| I just looked at the MSL changes made between v1.2.3 and v1.3
and yes, there were fixes applied to that event arguments.
The mcc_dna5_evl is a listener. If you delete the process, the
outbound streams either need to be told by disabling them, or you
can wait for their disconnect timers to kick in and disconnect
themselfs.
|
4476.2 | Other events with same problem. | BACHUS::FOLENS | | Tue Feb 02 1993 03:09 | 4 |
| I found the same problem with an event from the routing layer.
Text of the event = PhaseIV translation failure.
-Geert-
|
4476.3 | Expect the unexpected (out arg, event arg, exception ...) | BLUMON::SYLOR | Architect = Buzzword Generator | Sun Mar 07 1993 16:59 | 4 |
| Hmmm, John, was this a case where the V1.2.3 list of args was wrong, or
was it that a new arg got added after V1.2.3 shipped? If it was a bug,
the error is probably OK, but if it was that you got an arg you didn't
expect, MCC should not blink an eye.
|
4476.4 | event argument numbers were wrong | TOOK::PURRETTA | | Mon Mar 08 1993 08:50 | 7 |
| Mark, it was the case where the values assigned to the various
arguments were wrong in the MSL. e.g. Argument foo = <nn> : datatype.
<nn> was wrong.
The AM didn't care, neither does FCL I believe, but the map had a problem
when it went to the dictionary and compared what I returned against the
MSL definition. The datatypes probably didn't match.
|