| Stuart - drawer name is [GEER]AUTOLATINA. Trace listing is at
GANTRY::A1TRACE.LOG 66 blocks
I read through it partially - I think it may be a problem with a bogus
logical value for OA$TEMP on this system caused by some old code, but I'm
not certain. If you can confirm that, I can follow that avenue.
Thanks,
Al
|
| Hi,
I've looked at the log, and it looks like the temporary workfile is not
being created successfully. The temporary workfile should be
OA$TEMP:BACKUP_DRAWER_ACL.ACL. The line that tries to create it is
$CREATE/FDL=OA$LIB:ACCESS.FDL OA$TEMP:BACKUP_DRAWER_ACL.ACL
So it looks like your OA$TEMP theory is favourite.
<get log$OA$TEMP
will show how it is defined. Turning DCL verify on will probably tell
us exactly what's wrong.
Cheers
Stuart
|
| I tracked it down and verified it was indeed the improper OA$TEMP logical.
In the old days here, when users had limited disk quota, they used to
format huge docs, etc, and would run out of quota. So back then a
logical, OA$TEMP (gee, who would've guessed it'd be a reserved name years
later...), was set up to point to a writable directory on a different disk
with no quotas.
Our CM record for OAINI.COM pointed to the file in OA$SITE_LIB_SHARE. I
removed the logical def in there, but it still didn't clear up things.
Found there was also an OAINI.COM in OA$SITE_LIB_LLV that was orphaned, but
active. Killed that off. OA$TEMP reverted to OOTB behaviour, and Edit
Drawer Access works like a champ now.
Thanks for looking at the trace.
Al
|