T.R | Title | User | Personal Name | Date | Lines |
---|
1459.1 | check "Show ... All Ident" and "Directory..." | TOOK::SHMUYLOVICH | | Fri Sep 06 1991 11:03 | 26 |
|
RE: .0
In order to check if entity specified in the Record command is
registered the Historian FM performs the following steps:
1. Calls "Show <specified entity> All Identifiers";
2. Calls "Directory <entity_out_from_previous_call>".
The "Entity is not registered" message tells that the second call
fails.
Would you please repeat the following two commands from FCL (IMPM
does not allow you to specify <entity_out_from_previous_call> in the
second command !!) and put the result of these commands here or
mail it to me (TOOK::SHMUYLOVICH):
1. Show node4 .zmlm50 all ident
2. Dir node4 <instance_of_entity_out_from_previous_call>
I hope this can help to locate your problem.
Sam
|
1459.2 | RE: .1 -- event more confused... | STKHLM::BERGGREN | Nils Berggren EIS/Project dpmt, Sweden DTN 876-8287 | Mon Sep 09 1991 06:57 | 44 |
| RE: .1
I tried the following commands after your advice:
MCC> show node4 .mlm.dna_node.zmlm50 all id
Node4 1.899
AT 9-SEP-1991 09:55:30 Identifiers
Examination of Attributes shows:
Address = 1.899
Name = ZMLM50
MCC> dir node4 1.899
Node4 1.899
AT 9-SEP-1991 09:55:41
No such entity: Node4 1.899
Unknown Entity = Node4 1.899
Since the node exists and looks normal in DNS, I got this "wild" idea to
correct the problem by DEREGISTER and REGISTER the node in MCC from FCL
I got the following results:
MCC> deregister node4 1.899
Node4 1.899
AT 9-SEP-1991 10:48:23
No such entity: Node4 1.899
Unknown Entity = Node4 1.899
MCC> register node4 seb:.mlm.dna_node.zmlm50 synonym zmlm50
Node4 SEB:.mlm.dna_node.zmlm50
AT 9-SEP-1991 10:49:51
The requested operation cannot be completed
Entity Existence Info = Entity Exists
MCC>
Any ideas ??
|
1459.3 | nodeaddress link is missing from DNS | TOOK::SHMUYLOVICH | | Mon Sep 09 1991 17:13 | 28 |
|
Thanks for your experiment, it helped a lot.
It shows that it's nothing wrong with Historian FM.
When Historian tries to call Directory it receives
"No such entity" message and converts it to the
"Entity is not registered".
Now the problem is "What is wrong with node4 ZMLM50
and Registration". Thanks to Jill C. and Edison T.
they explained me how directory works using node address.
When node address is specified a special link in DNS
is used to find a requested object. In your case
it looks like this link is missing ( or has been deleted
using DNS). If more details are desired, please, ask
for description of the Directory command.
This is a procedure how to correct your situation:
1. > mcr dns$control
2. dns> delete link .dna_nodesynonym.zmlm50
3. dns> delete object .mlm.dna_node.zmlm50
4. dns> exit
Now you can register this node4 and set up recordings.
Regards Sam
|