[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| Title: | DECmcc user notes file. Does not replace IPMT. | 
| Notice: | Use IPMT for problems. Newsletter location in note 6187 | 
| Moderator: | TAEC::BEROUD | 
|  | 
| Created: | Mon Aug 21 1989 | 
| Last Modified: | Wed Jun 04 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 6497 | 
| Total number of notes: | 27359 | 
5188.0. "%MCC-E-NOATTRIB, no such DNS attribute" by DLOPAS::COWBYS::AVERA () Fri Jun 11 1993 10:35
HI,
 I am using MCC 1.3 and DNS 1.1. I created a couple domains and I am 
getting strange results. When I try to open the domain i get an 
error:
		%MCC-E-NOATTRIB, no such DNS attribute
I get the same error when I try to delete it also. The other Domain
seemed to have created properly, and I am having no problems.
My question's are, What DNS attribute ? 
		   How do I fix this ?
		   How can I delete the Domain ?
Any help 
Thanks,
Jim 
| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 5188.1 | Use DNS$Control to delete objects | TRM::KWAK |  | Fri Jun 11 1993 11:17 | 20 | 
|  |     
    
    The message is indicating that DNS binary attribute is missing.
    The binary attribute stores identifiers of the entity.
    
    You probably had incomplete creation of the domain entity.
    (Can you re-produce this?)
    
    If the bad domain does not contain any member, you can delete
    the domain objects (main domain object and its domain extension)
    in the DNS:
    	$! suppose your bad domain name is .site.foo
    	$! you need to the following:
    	$ mcr dns$control
    	DNS> show object .site.foo
    	DNS> show object .site.foo_mcc_ext000
    	DNS> delete object .site.foo
    	DNS> delete object .site.foo_mcc_ext000
    
William
 | 
| 5188.2 | Thanks | DLOPAS::COWBYS::AVERA |  | Fri Jun 11 1993 11:38 | 11 | 
|  | Thanks,
 That fixed it !
I think the error may have occured during a command file that was running
to create these domains. The program was halted with a contol -Y during
the creation of the Domain.
Thanks
Jim
 |