T.R | Title | User | Personal Name | Date | Lines |
---|
3255.2 | OAFORM.FLB not in market component | PAULUS::HOFMANN | Stefan Hofmann, LC Frankfurt, ISE | Fri Sep 10 1993 07:45 | 10 |
| Hello Hilde,
it sounds a bit strange that the market component should change the
behaviour of ALL-IN-1. You say "when you copy OAFORM.FLB from the US
market component it works". Do you mean OAFORM_BE_language.FLB or
OAFORM.FLB? The latter comes with the language component.
Yes, please give us a trace log!
Stefan
|
3255.3 | 2 log files of traces and OAFORM.FLB copied to BACHUS:: | BACHUS::WILLEMSH | | Fri Sep 10 1993 15:54 | 21 |
| Hello Stuart, Stefan,
I did put a trace on yesterday on the two systems. I copied it to the
decnet account of BACHUS:: and called it A1TRACE_BE_PATCH.LOG (the one
who gives the problem) and A1TRACE_US_NOPATCH.LOG (the one which is OK).
I also copied the OAFORM.FLB from the BE system there so you can take a
look because I also tried now to copy the OAFORM.FLB
(not OAFORM_BE_language.FLB) from the BE component to OA$LIB of the
system with the US component and then the problem is there too.
Strange isn't it ?
By the way, we just found a system with the US component with the patch
V3.0-1 installed. We can reproduce the problem there, so it's definately
the patch, not the market component which gives the problem...
Thanks and regards
Hilde WILLEMS
|
3255.4 | EM$INDEX$OPTIONS problem | IOSG::MAURICE | Differently hirsute | Fri Sep 10 1993 18:39 | 25 |
| Hi,
It looks like there is a problem with the Named Data in form
EM$INDEX$OPTIONS. For the SMU option the trace shows there is a line
which does
GET OA$MENU_REMAINDER = "EMC EM$SMU " OA$MENU_REMAINDER
In the PFR this line has become the following two lines:
GET OA$MENU_REMAINDER = EM$_MO_SET_MAIL_USER " " OA$MENU_REMAINDER \
GET OA$MENU_REMAINDER = OA$_MO_ELECTRONIC_MESSAGING " "
Can you try making this change and seeing if it works.
In the original V3.0 version SMU from the index did not work at all for
translated systems. It looks as if an incorrect fix may have been
applied to V3.0-1, though it's not clear whether all language variants
will have had this change made. I don't think this change went into our
base V3.0-1 kit (a guess!), and so would have been done by the
translation centre.
Cheers
Stuart
|
3255.5 | solved by changing "EMC EM$SMU" to "EMC SMU";EM$_MO_SET_MAIL_USER;; SMU
GET OA$MENU_REMAINDER = "EMC SMU " OA$MENU_REMAINDER \
OA$FLD_EXIT
Changing "EMC EM$SMU" to "EMC SMU" solved the problem | BACHUS::WILLEMSH | | Mon Sep 13 1993 10:57 | 25 |
| Gentlemen,
By changing the named data of EM$INDEX$OPTIONS as follows:
;;EM$_MO_SET_MAIL_USER;; SMU
GET OA$MENU_REMAINDER = "EMC EM$SMU " OA$MENU_REMAINDER \
OA$FLD_EXIT
to
;;EM$_MO_SET_MAIL_USER;; SMU
GET OA$MENU_REMAINDER = "EMC SMU " OA$MENU_REMAINDER \
OA$FLD_EXIT
fixed the problem.
Thanks for the help
Hilde
|
3255.6 | Not for translated systems ... | IOSG::MAURICE | Differently hirsute | Mon Sep 13 1993 11:22 | 9 |
| Hi,
You've just managed to put back the original bug! The problem was that
"SMU" is specific to English, and so SMU from the index did not work for
translated systems, unless by chance the same mnemonic is used.
Cheers
Stuart
|
3255.7 | Correct. OK for english but for french/dutch. Though, it's still not solved . | BACHUS::WILLEMSH | | Tue Sep 14 1993 10:12 | 37 |
| Stuart,
We have ALL-IN-1 english with the US or BE market component so it worked
for me. But you were correct, if I try it this way on a french or dutch
ALL-IN-1 he tells me that the doesn't recognize the command, but he returns
to the main electronic messaging screen, from where you can do a AMU (SMU) again.
Anyway,
I tried to do it your way, this means changing
;;EM$_MO_SET_MAIL_USER;; SMU
GET OA$MENU_REMAINDER = "EMC EM$SMU" OA$MENU_REMAINDER \
OA$FLD_EXIT
to
;;EM$_MO_SET_MAIL_USER;; SMU
GET OA$MENU_REMAINDER = EM$MO_SET_MAIL_USER " " OA$MENU_REMAINDER \
GET OA$MENU_REMAINDER = OA$MO_ELECTRONIC_MESSAGING " "
OA$FLD_EXIT
but then I can't use the SMU from the Index menu anymore and he does not
bring me back to the main electronic messaging screen/menu.
I think there is still something missing.
Thanks for the help and time spend already
Regards
Hilde
|
3255.8 | PFR Named Data | IOSG::MAURICE | Differently hirsute | Tue Sep 14 1993 10:18 | 13 |
| Hi,
Sorry - cut and paste error on my part. The Named Data in the PFR is:
;;EM$_MO_SET_MAIL_USER;;
GET OA$MENU_REMAINDER = EM$_MO_SET_MAIL_USER " " OA$MENU_REMAINDER \
GET OA$MENU_REMAINDER = OA$_MO_ELECTRONIC_MESSAGING " " OA$MENU_REMAINDER \
OA$FLD_EXIT
Cheers
Stuart
|
3255.9 | Works for english but not for french or dutch | BACHUS::WILLEMSH | | Tue Sep 14 1993 17:15 | 19 |
| Stuart,
It works for ALL-IN-1 english but,
if I try it this way on a french ALL-IN-1 V3.0-1 he tells me that he doesn't
recognize the command, and he does not return to the main electronic
messaging screen this time. SMU does work here however (but should have
been AMU which is the french for SMU).
Same for dutch.
Stefan, maybe you could take a look at this. I did put a A1TRACE.LOG on
BACHUS::.
Thanks and regards
Hilde
|
3255.10 | What's up doc? | IOSG::MAURICE | Differently hirsute | Wed Sep 15 1993 10:49 | 8 |
| Hi,
I've looked at the log, but am lost because it all looks as if it
worked! What exactly is the problem now?
Cheers
Stuart
|
3255.11 | Look for amu {CR} | BACHUS::WILLEMSH | | Thu Sep 16 1993 08:39 | 17 |
| Stuart,
When you take a look in the a1trace.log, look for the last command
amu {CR}.
About 30 lines more to the bottom (just before the smu {CR}) you will find :
![MESS] Message: Choix incorrect - s�lectionnez � nouveau
and I have to use SMU to go back to my own mail. So ALL-IN-1 french V3.0-1 does
not recognize the command AMU anymore.
Thanks and regards
Hilde
|
3255.12 | What is your Named Data? | IOSG::MAURICE | Differently hirsute | Thu Sep 16 1993 09:28 | 25 |
| Hi,
Sorry I didn't notice that.
This problem implies that the Named Data in form EM$INDEX$OPTIONS is
not recognising the translation of SMU. In the PFR the Named Data is:
;;EM$_MO_SET_MAIL_USER;;
GET OA$MENU_REMAINDER = EM$_MO_SET_MAIL_USER " " OA$MENU_REMAINDER \
GET OA$MENU_REMAINDER = OA$_MO_ELECTRONIC_MESSAGING " "
OA$MENU_REMAINDER \
OA$FLD_EXIT
If in your version it was
;;SMU;;
etc.
Then this would explain the problem.
Cheers
Stuart
|
3255.13 | | PAULUS::HOFMANN | Stefan Hofmann, LC Frankfurt, ISE | Thu Sep 16 1993 15:26 | 16 |
| Hello Hilde,
sorry for the late reply.
I read the log and examined a couple of files, but cannot explain
the strange behaviour. In both cases "amu" should be interpreted
the same way.
Named Data of EM$INDEX$OPTIONS should not contain "SMU", especially
since you told us that you changed the EM$_MO_SET_MAIL_USER entry to
what Stuart recommended in .8.
If I can find an installed French kit somewhere, I will have another
look.
Stefan
Stefan
|
3255.14 | String SMU not found | BACHUS::WILLEMSH | | Thu Sep 16 1993 15:45 | 41 |
| Stuart, Stefan,
Yes, I did change the named data of EM$INDEX$OPTIONS to what Stuart
suggested in .8.
However, when I select the form while in allin1/lang=french by
just typing EM$INDEX$OPTIONS (this gives an empty screen by the way)
and then type CTRL N, I see
-------------------------- D�BUT -----------------------------------
�cran : EM$INDEX$OPTIONS
Biblioth�que : SYS$SYSDEVICE:[ALLIN1.SITE.LIB_FRENCH]SITEOAFORM.FLB;
--------------------------------------------------------------------
and if I do a search for EM$_MO_SET_MAIL_USER
it gives me :
;;EM$_MO_SET_MAIL_USER;; AMU
GET OA$MENU_REMAINDER = EM$_MO_SET_MAIL_USER " " OA$MENU_REMAINDER \
GET OA$MENU_REMAINDER = OA$_MO_ELECTRONIC_MESSAGING " " OA$MENU_REMAINDER \
OA$FLD_EXIT
So the system adds the AMU. If I look for the string SMU it is without
result, he does not find the string.
Thanks for the great help untill now and the efforts made.
Stefan, I would appreciate it very much if you have the chance to
check this out. I'll keep an eye on the notesfile or you can reach me
at Hilde WILLEMS @BRO or BACHUS::WILLEMSH.
Regards
Hilde WILLEMS
|
3255.15 | | PEARS::GRAEF | Ghinees hies good for you. | Thu Sep 16 1993 16:16 | 7 |
| Hilde,
could it be that you are accessing a SITEOAFORM.FLC that was
compiled with the wrong message section files? Things like
this can happen if you precompile a FLB without having entered
ALL-IN-1 with the /LANGUAGE= qualifier.
Cheers,
helmut
|
3255.16 | | PAULUS::HOFMANN | Stefan Hofmann, LC Frankfurt, ISE | Thu Sep 16 1993 17:37 | 7 |
| Helmut,
but how can it be accepted as "AMU" on form EMC3 and then be "SMU" on
EM$INDEX$OPTIONS? In both cases the option comes from EM.A1$MSG.
or am I missing something?
Stefan
|
3255.17 | | PEARS::GRAEF | Ghinees hies good for you. | Thu Sep 16 1993 17:47 | 5 |
| If EMC3 is located in SITEOAFORM too, then I have no idea
what might be the problem. If it's not, then EMC3 might have
been precompiled correctly.
helmut
|
3255.18 | Correct. SITEOAFORM not compiled correctly. | BACHUS::WILLEMSH | | Tue Sep 21 1993 16:39 | 11 |
| Helmut,
You where totally correct. I must have compiled the siteoaform being in the
english language. I deleted the siteoaform and recompiled it, and now it works
there too. Same for the dutch language.
Thanks everybody for the great help. It is much appreciated.
Hilde Willems.
|