T.R | Title | User | Personal Name | Date | Lines |
---|
1158.1 | DIR/FULL | IOSG::TALLETT | Arranging bits for a living... | Mon Aug 03 1992 12:47 | 9 |
| Wild guess:
Does the customer use a "funny" editor? Do a DIR/FULL on
MUA_CREATE.COM, it soiunds like the attributes are wrong and
someone is ignoring the line breaks and trying to read in the
whole file.
Regards,
Paul
|
1158.2 | MUA_CREATE.COM file is impeccable.. | TAV02::CHAIM | Semper ubi Sub ubi ..... | Mon Aug 03 1992 14:41 | 29 |
| Paul,
Paul,
When I saw the log file and the truncated line, that is the first thing I
thought of. However, the file itself is impeccable (did ana/rms as well to make
sure - copied it - you name it). Also, the moment we added the ! to the line,
the truncation was one character less.
In the meantime, we checked the UAF quotas for the ALLIN1 account, and they
appear to be sufficient (they were >= those for the ALLIN1 account on our
system). Also checked PIOPAGES and CTLPAGES, and both of these seem to be
sufficient.
Now he's checking to see if this is the only procedure causing any sort of
problem or are other batch jobs also causing problems.
> Wild guess:
>
> Does the customer use a "funny" editor? Do a DIR/FULL on
> MUA_CREATE.COM, it soiunds like the attributes are wrong and
> someone is ignoring the line breaks and trying to read in the
> whole file.
Keep those ideas comin...
Thanks,
Cb.
|
1158.3 | Get a new file | WAYLND::HOWARD | Our business is computers not money | Thu Aug 06 1992 19:18 | 12 |
| Could there be an error on the line before the one that has the
problem? You might also try getting a new copy of the file off the
saveset. Theoretically, all the corruption should have been cleared up
by what you did, but I have seen errors which defied attempts to
correct them. You might even try deleting the line and retyping it.
Editors sometimes ignore characters they don't like in the display, but
write them out just fine. Also, since this is apparently being
executed by the COMMAND function, it is conceivable that there is a
logical name conflict or something making ALL-IN-1 overflow some buffer
it uses to talk to DCL in the sub-process.
Ben
|
1158.4 | More input ... | TAV02::CHAIM | Semper ubi Sub ubi ..... | Mon Aug 10 1992 10:15 | 34 |
| Re .3:
The mua_create is running as a batch job and not in the A1 subprocess via
COMMAND. Thus I doubt it has anything to do with the mailbox.
I have yet to solve this problem, but I made an on-site visit, and I do have
some new input.
It appears now that the line within mua_create which is causing the problem is
definitely:
$ UAF SHOW 'vms_uic'
$ if $status then goto ...
1. If I totally comment out both lines, then the procedure does successfully
complete - of course the check on the UIC is not done.
2. If I add several comment lines
$ UAF SHOW 'vms_uic'
$!
$!
$ if $status then goto ...
then the error returned is not INPSTRTRU but rather %RMS-F-EOF.
This one really has me baffled. As mentioned before, I've cross posted this
problem to VMSNOTES, but as of yet noone there has come up with anything
concrete.
Thanks,
Cb.
|