T.R | Title | User | Personal Name | Date | Lines |
---|
5457.1 | About DOMAIN, MAP and MCC_UID (DNS) | ZTOIS1::VISTA | Renato VISTA, MCS/SPS France/Strasbourg | Tue Aug 10 1993 13:47 | 29 |
|
Lynn,
1)
Have you tried to create a MAP file named...
Let assume your domain is .domain.test
map_<test>.mcc_map
And then, the first time the domain .domain.test is read during an IMPM
session, the file mcc_test.mcc_map (because no
mcc_<MCC_DOMAIN_UID>.mcc_<DOMAIN_NAME> is found) is open ;
To create the mcc_<MCC_DOMAIN_UID>.mcc_<DOMAIN_NAME>, a "Save Map"
menu option must be done.
By the way, if you want to get the MCC_UID of the DOMAIN name instance,
you can find it as an attribute of .domain.<DOMAIN_NAME> DNS object
where DECmcc adds an MCC_UID attribute ; by doing some
concatenation/reverting operations, you have the MCC_UID.
Without DNS Full Product (ie using LOCAL Name Space), I don't know how
to get the "DNS" MCC_UID.
I hope this will help you
2)
|
5457.2 | using local namespace | MSBCS::DOLAN | | Tue Aug 10 1993 15:13 | 12 |
| Hi - thanks for the information. Unfortunately I am using the local namespace.
when i manually save map files, I get names looking like the following;
MCC_7511000400AA000001CC94F693A2FDE0.MCC_MAP_DDUTS3_ACCESSWORKS;2
Is this being formed using the mcc_uid? I could not find that as an
attribute of domain or mcc.
Unfortunately, the idea of naming the file without domain information
e.g. mcc_test.mcc_map did not work either but THANKS for the suggestions!
lynn
|
5457.3 | More details about MCC_UID usage... | ZTOIS1::VISTA | Renato VISTA, MCS/SPS France/Strasbourg | Wed Aug 11 1993 04:40 | 48 |
|
Lynn,
In your case, for file
MCC_7511000400AA000001CC94F693A2FDE0.MCC_MAP_DDUTS3_ACCESSWORKS;2
the MCC_UID is 7511000400AA000001CC94F693A2FDE0 BUT to be read from
right to left (to retrieve the MCC_UID attribute from DNS Domain
Object).
By the way, 7511000400AA, read as AA0004001175, is the DECnet IV physical
address of your DECmcc platform.
Please also note that, when using domains named...
.domain.test
and
.test
they are different DNS objects, so they have distinct MCC UID, that's
why you may have 2 different map files, ie...
MCC_<MCC_UID_REVERSED_FOR_.domain.test>.MCC_MAP_TEST
and MCC_<MCC_UID_REVERSED_FOR.test>.MCC_MAP_TEST
Note the same postfix of those files... Consequently, without using
MCC_UID within syntax files, you get...
for .domain.test domain, MCC_TEST.MCC_MAP file
and for .test domain, MCC_TEST.MCC_MAP file !!!!
This kind of file naming confusion may occur when using LOCAL Name
Space whose access is done WITHOUT checking on ONLY VIRTUAL
DNS-LIKE directories...
SO, be careful when reloading DECmcc Database (meaning new MCC_UID for
all objects, even domains !!) and using old map files.
Renato
PS : The problem written above occurred on Customer Site...
|
5457.4 | There is a lookup order | TOOK::R_SPENCE | Nets don't fail me now... | Thu Aug 12 1993 17:36 | 11 |
| Also, keep in mind that when mcc goes to open a domain, it
- looks for a mapfile with the MCC_uidbasednumber.MCC_MAP_domainname
- if not found
looks for a file with MCC_domainname.MCC_MAP
- if not found, autoplaces the default icons for the members in a blank
map
So, if you EVER saved the domain you have a UID based file and it will
never read the domain name based file.
s/rob
|