| Title: | *OLD* ALL-IN-1 (tm) Support Conference |
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
| Moderator: | IOSG::PYE |
| Created: | Thu Jan 30 1992 |
| Last Modified: | Tue Jan 23 1996 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4343 |
| Total number of notes: | 18308 |
A1V3.0-1 - Customer created a Regular Shared drawer in their acct. When he went to edit the control list of who can get into it, etc, he gets the following errors: %OA-W_ACL_FNF, File not found Error opening ACL$ data set %RMS-E-FNF, File not found %OA-I-SCLNOFILE, No file found for Scroll region I went in as a Manager using SM MFC MD and selected the new drawer, and did the Edit and it worked fine. Users are able to access (Read only) the docs in thje new drawer, as per the settings. But each time the owner tries to access the edit form these errors are popping up. Is he missing some priv flag somewhere, or what? Al
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3552.2 | As requested | GANTRY::HULL | Digital Consulting [Delivery]/Motown | Fri Nov 19 1993 16:48 | 12 |
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 | |||||
| 3552.3 | IOSG::MAURICE | Differently hirsute | Fri Nov 19 1993 17:29 | 17 | |
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
| |||||
| 3552.4 | Fixed | GANTRY::HULL | Digital Consulting [Delivery]/Motown | Fri Nov 19 1993 19:53 | 17 |
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 | |||||
| 3552.5 | We grabbed 'em all! | IOSG::TALLETT | Gimmee an Alpha colour notebook... | Mon Nov 22 1993 09:00 | 6 |
> OA$TEMP (gee, who would've guessed it'd be a reserved name years later...),
All logicals starting OA$ are reserved for the "OA" component! :-)
Regards,
Paul
| |||||