T.R | Title | User | Personal Name | Date | Lines |
---|
2090.1 | Is this the CREATE_DOC v CREATE_MAIL bug? | AIMTEC::WICKS_A | A year behind in more ways than one | Fri Jan 15 1993 18:58 | 14 |
| Sunil,
Are you sure you have the final kit - and not an old network kit?
This looks like a problem in CM_SEND_ATTACHMENT.SCP that
I reported to our famous dutch friend against the Field Test 77
copy of v3.0-1 before christmas and he told me that it would be fixed
in the SSB kit.
Let me know if this is what it is.
Regards,
Andrew.D.Wicks
|
2090.2 | Sunil's right | VNABRW::EHRLICH_K | Screaming for vengeance | Mon Jan 18 1993 08:52 | 24 |
| Andrew,
Sunil's right. We have done some Installations with the original
Kit here in the CSC and at customer site. There's really the problem
with the CM_SEND_ATTACHMENT.SCP
%OA-W-INVGET, Das Symbol "#CM_SENDOC = @#CURDOC" wurde nicht gefunden.
(German Version)
With ALL-IN-1 V3.0 there was also a bug in this Script, which produced
an errormessage 'Target not found'. This problem came up from a
.GOTO CHECK_MAIL which label didn't exist.
As I remember Simon did some little bit of code-changing at a ATS at
the CoV.
Looking now in the script from ALL-IN-1 V3.0-1 he has solved that
problem, but now there's this little one.
Best Regards
Charly
|
2090.5 | Yes, CREATE_DOC/CREATE_MAIL bug | UTES09::EIJS | Simon Eijs @Utrecht, 7838-2558 | Wed Jan 27 1993 07:02 | 26 |
|
Hi all,
Re .1)
> I reported to our famous dutch friend against the Field Test 77
> copy of v3.0-1 before christmas and he told me that it would be
> fixed...
Indeed, however, I was incorrect. We hit the problem a few days before
and reported it back. A fix was already available but wasn't part of
the list of things to get into the kit V3.0-1. Some miscommunication
resulted in my explanation to Andrew.
The culprit is indeed a .GOTO to a wrong label. Change:
.LABEL CREATE_DOC
to:
.LABEL CREATE_MAIL
Sorry,
Simon
|