T.R | Title | User | Personal Name | Date | Lines |
---|
861.1 | Only DDS why? | AIMTEC::WICKS_A | DEC Mail Works for ME sometimes | Fri Jun 12 1992 17:28 | 12 |
| David,
How did you install DDS without MS, TS, i'm sorry but you're in an
unsupported configuration unless you have all 3 services.
If MAIL_DIR_CONVERT didn't given you any output such ADDing user FRED
etc then it didn't add anyone and you need to switch on trace to find
out why.
regards,
Andrew.D.wicks
|
861.2 | More questions. | MXOV08::NOGUERON | | Fri Jun 12 1992 20:49 | 13 |
| Andrew,
I didn't express myself correctly in the first message. The exact
situation is that the installation was comlete but, when the customer
configured the product with setup, he only configured DDS. I don't
know if this makes any difference (I guess not), because MS is not
configured, so it is not working.
What is the supported configuration, which components do I need?
On the other hand, while running MAIL_DIR_CONVERT, it gave me the
message ADDing user X for everyone of my users and ended with
an operation succesful message, but it didn't add the users to DDS.
|
861.4 | DDS can exist on its own | UTRTSC::SCHOLLAERT | Sweden, here we come | Mon Jun 15 1992 09:58 | 19 |
| Mike,
I hardly ever disagree with Andrew, but you don't need
to configure any other Message Router component to use
DDS. You can have remote TS with local DDS.
Both Create User and MAIL_DIR_CONVERT.SCP invoke SUBSCRIBER_ADD.SCP
This script checks profil.ddsid . If for some reason there
is data in this field, the procedure will try to change
the DDS entry and fail.
So I expect that there is something wrong with the
profil records of the existing users.
As Andrew advised, run with trace.
Regards,
Jan
|
861.5 | The result of using the trace | MXOV08::NOGUERON | | Fri Jun 19 1992 21:01 | 52 |
|
I checked myself the configuration and discovered that the
customer does have enabled both MS and TS.
I enabled the ALL-IN-1 trace and get the following results:
Function: WRITE CHANGE PROFIL USER = .USER. MDFLAG = OA$Y
%SYSTEM-W-PRIVINSTALL, shareable images must be installed to run
privileged image
%OA-W-EMDDSNOINIT, An error has occurred initializing the mail
directory
Function: GET CLI$DDS_STATUO = OA$STATUS
Function: GET #DDS_ACCOUNT = .USER
Function: GET OA$DISPLAY = OA$_EMDDSADDSUB .USER
Function: FORCE
Function: DO SUBSCRIBER_ADD
Function: GET #ddsid = '%#' profil.ddsid[#dds_account]
Function: DO SUBSCRIBER_CHANGE
Function: GET #ddsid = '%#' profil.ddsid[#dds_account]
Function: FORCE
Function: GET #ddsid = '%#' profil.ddsid[#dds_account]
Function: DO SUBSCRIBER_CHANGE
Function: GET #ddsid = '%#' profil.ddsid[#dds_account]
Function: GET #useragent = uapasswrd.%next[""]
Function: GET #mtanode1 = useragent.mtanode1[#useragent]
%SYSTEM-W-PRIVINSTALL, shareable images must be installed to run
privileged image
%OA-W-EMDDSNOINIT, An error has occurred initializing the mail
directory
...
...
...
Function: GET #useragent = uapasswrd.%next[""]
Function: GET #mtanode1 = useragent.mtanode1[#useragent]
%RMS-W-ACC, ACP file access failed
%OA-W-EMDDSNOINIT, An error has occurred initializing the mail
directory.
I see that the field profile.ddsid is not empty, as referred in
reply .4, but what about the other errors. I didn't receive any
warnings when I ran the script without the trace, I just received a
succesful completition message. Where this errors cause by the
trace? Should I install another image?
David
|
861.6 | More things to try | AIMTEC::WICKS_A | DEC Mail Works for ME sometimes | Fri Jun 19 1992 22:37 | 22 |
| David,
You should check that the DDS* images are installed correctly
DDS$LSTN;1 Open Hdr Shar Prv Xonly
DDS$SERV;1 Open Hdr Shar Prv Xonly
DDS$CALLOUT;1 Open Hdr Shar Lnkbl
DDS$SHAR;1 Open Hdr Shar Lnkbl
DDS$MSG;1 Open Hdr Shar Lnkbl
I don't think trace made the error happen but i've seen stranger things
in my time.
Try putting SET WATCH on as well to see what's happening if this
doesn't fix it.
Oh and one other thing - DDS isn't configured to use Deferred UPdates
is it?
Regards,
Andrew.D.wicks
|
861.7 | Problems with the field profile.ddsid | MXOV08::NOGUERON | | Fri Jun 26 1992 17:00 | 7 |
|
I tried to change the field ddsid but I didn't find this field in the
ALL-IN-1 profile. I access the profile by entering to ALL-IN-1 with
the manager account and using the MANAGEMENT and the MODIFY USER
options.
How can I make sure that this field is empty?
|
861.8 | Try PROFIL - like this.... | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Fri Jun 26 1992 17:20 | 17 |
| It's probably not a field that's displayed.
Also you need to get if from the PROFIL form, not the PROFILe form.
On my system, I can do:
<GET PROFIL.DDSID["PYE"]
and I get 21280A800091C57C2490536078B30000 (whatever that means!)
So presumably, you could also do:
<WRITE CHANGE PROFIL USER="PYE",DDSID=""
to clear it.
Graham (answering my *first* DDS question!)
|
861.11 | Watch that DSAB! | IOSG::TALLETT | Arranging bits for a living... | Mon Jun 29 1992 09:29 | 13 |
|
I don't really understand why you are trying to set DDSID to
blank although I vaguely remember that I wanted to do this a
while back. Also I have a dim recollection that the SUBSCRIBER
DSAB updates this field under some circumstances. I thought this
most wierd, that one DSAB could update another, which is why I
remembered it. (But then, the SUBSCRIBER DSAB is a strange animal)
Just thought I'd warn you, in case the field keeps populating
itself.
Regards,
Paul
|