T.R | Title | User | Personal Name | Date | Lines |
---|
1099.1 | Known by who? | AIMTEC::WICKS_A | DEC Mail Works for ME sometimes | Wed Jul 22 1992 18:10 | 14 |
| Nigel,
Did all users have this problem? or just a few. Obviously
MAIL_DIR_CONVERT couldn't read the logicals OA$PRIMARY_NODE and
OA$MTI_MAILBX for some reason.
You can fix it up either by running SUBSCRIBER_CHANGE for each user
or use a command such as <WRITE CHANGE SUBSCRIBER SURNAME1="BRIDPORT",
MAILBOX=OA$MTI_MAILBX, MTANODE1=OA$PRIMARY_NODE
regards,
Andrew.D.Wicks
|
1099.2 | Still happens. | FORTY2::BRIDPORT | It's only ME. | Mon Jul 27 1992 18:24 | 10 |
|
This problem happens for all of my ALL-IN-1 subscribers created
The logicals OA$MTI_MAILBX and OA$PRIMARY_NODE are there when I
'SHOW LOGICAL OA$*' but ALL-IN-1 cannot see them or add the to my
DDS entry.
Any clues where I could look???
Thanks,
Nigel.
|
1099.3 | Write a bit of script maybe | AIMTEC::WICKS_A | DEC Mail Works for ME sometimes | Mon Jul 27 1992 22:26 | 7 |
| Nigel,
How about a FOR loop that does WRITE CHANGEs for all the users?
Regards,
Andrew.D.Wicks
|
1099.4 | Yea but.... | FORTY2::BRIDPORT | It's only ME. | Tue Jul 28 1992 09:10 | 34 |
|
I suppose that would be a way around it, even if it would take me
a little time not being familiar with the scripts used by ALL-IN-1.
I did try a re-installation last night and the IMD IVP failed with
the following message:
>![MESS] Message: Verifying Mail Directory
>![MESS] Message: No UAPASSWRD entry
>![MESS] Message: Verification of Mail Directory has FAILED, please investigate
>! .
>![MESS] Message: Starting MR verification.
>![MESS] Message: MR verification has PASSED.
>![MESS] Message:
>![MESS] Message: Both tests have failed.
>
>Verifying ALL-IN-1's interface with Message Router.
>---------------------------------------------------
>
>Lowest valid version of MR is V3.
>Your current version of MR is MR S3.2-218.
>MR version correct.
>MR Mailbox entry for ALL-IN-1 verified to be A1.
>Message Router IVP has PASSED.
>End of Message Router IVP.
>
>! Finished verifying Mail Directory and MR.
The first half states that both tests have failed. Am I missing
something but from the look of it, only 1 test has failed *:-S
How can I check the UAPASSWRD file?
Thanks for any help,
Nigel.
|
1099.5 | Mailbox problems because of UAPASSWRD?????? | FORTY2::BRIDPORT | It's only ME. | Tue Jul 28 1992 10:23 | 15 |
|
re: .1
When I try a:
<WRITE CHANGE SUBSCRIBER SURNAME1="BRIDPORT", MAILBOX=OA$MTI_MAILBX,
MTANODE1=OA$PRIMARY_NODE
On my DDS entry as created by ALL-IN-1, the Node name manages to
appear but the mailbox is still not apparent. I am pretty sure that
my A1 mailbox is correct but if the IVP failed with a UAPASSWRD
error could this cause my mailbox problems
Nigel.
|
1099.6 | Confusion between ALL-IN-1 symbols and VMS logicals | IOSG::SHOVE | Dave Shove -- REO-D/3C | Tue Jul 28 1992 15:16 | 14 |
| If you did your WRITE CHANGE exactly as in .5, it wouldn't work.
OA$PRIMARY_NODE is an ALL-IN-1 symbol. OA$MTI_MAILBX isn't (it's a VMS
logical only). So you would need to do a
<WRITE CHANGE SUBSCRIBER SURNAME1="BRIDPORT", MAILBOX=LOG$OA$MTI_MAILBX,
MTANODE1=OA$PRIMARY_NODE
(you can get ALL-IN-1 to access VMS logicals by preceding the name of
the logical with LOG$).
HTH,
Dave.
|