PC DOS: Err Msg: Notice 62 Address No Longer ValidLast reviewed: May 23, 1995Article ID: Q119563 |
The information in this article applies to:
SYMPTOMSWhen a Microsoft Mail for PC Networks, MS-DOS workstation user tries to modify a user in the personal address list by choosing Address, Modify or tries to get details of a user from the postoffice address list, the following error message may be displayed:
Notice 62 Address no longer valid. User or postoffice no longer exists. CAUSEThe last 4 bytes of each record in the postoffice address list (POL) (ADMIN.NME and ADMINSHD.NME) contain the eight digit hexadecimal ID (hexid) of the user. This information is also contained in the ACCESS*.GLB files on the postoffice. When there is a discrepancy in the hexid between the postoffice address lists and the ACCESS files, the above error message is displayed.
RESOLUTION
Method 1The user can be deleted and re-added from the postoffice. The administrator will have to ensure that the user retrieves his mail and makes necessary backups before deleting the user from the postoffice. This method will result in the invalidation of this user's address in personal address lists of other users.
Method 2Determine the hexid of the user by using LISTUSER utility. The hexid in ADMIN.NME and ADMINSHD.NME need to be modified to reflect the correct hexid. DEBUG must be used to reset the bytes in ADMIN.NME. The procedure listed below can be used if the ADMIN.NME is not greater than 64K. If the ADMIN.NME is greater than 64K, please consult the MS-DOS debug manual for more information.
MORE INFORMATIONIn step 3 of Method 2, with the search command
-S from to 'fullname'you can use FFFF in your "To" field, to avoid computation, even if your file size is less than 64K. If you want to be accurate, the "To" field should be 100+filesize-1 (hex addition). The file size can be determined using RCX at the DEBUG prompt. Please see the Microsoft MS-DOS "User's Guide" for additional information on using DEBUG. For additional information on the LISTUSER.EXE utility, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q99121 TITLE : WA0641: Database Maintenance Utilities |
Additional reference words: 3.00a 3.20 pal pol
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |