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 |
I have customer site that needs to do some updating from DAP. When he does a MANAGE/TOOLKIT/DICTIONARY the following message is generated: %DAP-S-USE-DICT-RDONLY, USING DICTIONARY FILE: SYS$COMMON:[MCC]MCC_FDICTIONARY.DAT;4 WITH READ ONLY ACCESS Why is DAP running in read only? The protections are fine and he is running with full privileges. What am I missing here? Any help would be appreciated.. Richard
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5043.1 | Other processes running? | TOOK::MINTZ | Erik Pavlik Mintz | Wed May 12 1993 17:40 | 5 |
DAP requires exclusive access in order to have write access. So my first guess is that there are other MCC processes running at the time that the customer tries to fire up DAP. -- Erik | |||||
5043.2 | You can't update dictionaries with MCC processes running | CUJO::HILL | Dan Hill-Net.Mgt.-Customer Resident | Thu May 27 1993 19:12 | 15 |
Erik is correct. The following (and more) use update the dictionary and require exclusive access: -MIB translation utility (MCC_TCPIP_MTU.COM), if you select the "update dictionary" option. -Installing a new access module (e.g., TERMSERVER_AM), if you select the "update dictionary" option. -Updating the dictionary manually using a specification (e.g. MANA/TOOL/SPECIFICATION) -Dan |