T.R | Title | User | Personal Name | Date | Lines |
---|
4567.1 | | VCSESU::WADE | Bill Wade, VAXc Systems & Support Eng | Fri Feb 19 1993 16:43 | 15 |
| I guess I can assume that either
A) no one has given this a second thought and it isn't seen
as a problem or
B) its a know problem, its documented, there is a very good reason
to do this and there are no plans to make a change
My concern is that someone with zero or very little experience with mcc
looks in the MIB sees do-mop as a possible value, tries to enter it and
then spends half a day trying to figure out why mcc won't accept it as
input.
Bill
|
4567.2 | Please be patient... | MOLAR::DFLAT::PLOUFFE | Jerry | Fri Feb 19 1993 17:43 | 7 |
| Bill:
The MTU developer is on vacation and will not be back for 2 weeks. I have
forwarded your note to one of his co-workers and hopefully you will get an
answer to your question.
- Jerry
|
4567.3 | The Vacations over! | VCSESU::WADE | Bill Wade, VAXc Systems & Support Eng | Mon Mar 08 1993 16:20 | 2 |
| Any word on this?
|
4567.4 | He's baaaaaaaaacccccccccckkkkkkkkkkkk... | MOLAR::DFLAT::PLOUFFE | Jerry | Mon Mar 08 1993 18:25 | 6 |
| Bill:
Rahul just came back from vacation today. I just sent mail to him and a
co-worker as a reminder.
- Jerry
|
4567.5 | | MOLAR::YAHEY::BOSE | | Mon Mar 15 1993 10:42 | 15 |
|
Bill,
Sorry for taking so long to answer your question. The reason
MTU converts "-" to "_" is that "-" is a continuation character in
FCL and in DAP commands. I thought that leaving the hyphens in
attribute and enumeration names might cause complications.
I understand your problem with this conversion. However,
with the iconic map interface this problem is alleviated to some
extent since the user can get a list of possible choices by clicking
on MB3.
Rahul.
.
|
4567.6 | hyphens should be okay | TOOK::GUERTIN | MCC: Legend or Nightmare? | Mon Mar 15 1993 13:00 | 8 |
| Hyphens should not be a problem in that context. In general, parsing
algorithms remove comments first, then check if there is a hyphen at the
end. In any case it is often valid to have hyphens in data. Take
ethernet addresses for example. If hyphens don't work for enumerations,
I would QAR dap or fcl.
-Matt.
|
4567.7 | | MOLAR::YAHEY::BOSE | | Mon Mar 15 1993 15:16 | 7 |
|
I guess the right thing to do would be to keep the hyphens and then
make sure that everything works correctly with DAP,PTB,FCL,IMPM,
Alarms,Historian,Exporter, PA ... I'll do it when I can find some
spare cycles. Till then one will have to live with the underscores.
Rahul.
|
4567.8 | hyphen as last character only | GOSTE::CALLANDER | | Mon Mar 15 1993 17:21 | 6 |
| Matt is correct. The FCL strips comments first and then
checks to see if the last (non-blank) character on the line
is a hyphen. Only hyphens in that position are accepted as
line continuation characters.
|
4567.9 | | VCSESU::WADE | Bill Wade, VAXc Systems & Support Eng | Tue Mar 16 1993 16:12 | 37 |
|
MTU SHOULD NOT HAVE MODIFIED OBJECTS IN THE MIB. GIVEN THAT MTU DID
CHANGE "-" TO "_", THE USER SHOULD HAVE BEEN ALERTED THROUGH OUTPUT FROM
MTU.
Okay, now that I got that off my chest.
RE .5
MCC> cre domain test-test
Domain LOCAL_NS:.test-test
AT 16-MAR-1993 16:06:19
Create Successful
re .7 Don't change it yet! Think about the potential impact on
the users! This is the type of problem where the fix is probably
worse than leaving it as it is. What happens to the 1.2/1.3
customers who have figured out that there is a man behind the
curtain and they have written startup/load scripts that use the
"_" object names?
I think we all agree that this isn't like a critical problem. Although it
does hurt the ease of use of the product and I can't think of anything
that's more important especially when that's the biggest complaint against
DECmcc. (Not my complaint, I'm accustomed to the DECmcc way and would
probably find SunNet Manager and OpenView Node Manager hard to use.)
At this point I would suggest leaving it as it is and documenting the
quirk. But, that's not necessarily the correct answer either. These kinds
of decisions need more input than the opinion of one person.
|