[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
3937.0. "FCO error - Mgt Guide Pg 10-14" by KERNEL::LOAT (Stop throwing those bloody spears!) Thu Mar 03 1994 16:08
ALL-IN-1 3.0
Reading the Management Guide, page 10-14, it tells you how to avoid
ALL-IN-1 leaving multiple versions of files behind after doing an FCO.
I followed these instructions, and when any user tries to do an FCO,
they get the following errors:
"%PURGE-W-SEARCHFAIL, error searching for OA$CURDWR_DIRECT:[LOAT.OA]DOCDB.DAT;
-RMS-F-DEV, error in device name or inappropriate device type for operation
You get this message repeated for each drawer.
It looks like the logical OA$CURDWR_DIRECT isn't defined for the
process which this is running in.
Any ideas of a fix for this?
Steve.
T.R | Title | User | Personal Name | Date | Lines |
---|
3937.1 | | IOSG::MAURICE | Roll on Leviticus | Thu Mar 03 1994 17:32 | 18 |
| Hi,
I managed to reproduce this. Try changing the two lines that were in
OA$DO:FC_DRAWER_REORG.SCP from:
GET OA$DCL = "PURGE OA$CURDWR_DIRECT:DOCDB.DAT"
GET OA$DCL = "PURGE OA$CURDWR_DIRECT:DAF.DAT"
to
GET OA$DCL = "PURGE " LOG$OA$CURDWR_DIRECT "DOCDB.DAT"
GET OA$DCL = "PURGE " LOG$OA$CURDWR_DIRECT "DAF.DAT"
Let us know if it works.
Thanks
Stuart
|
3937.2 | | KERNEL::LOAT | Stop throwing those bloody spears! | Fri Mar 04 1994 10:49 | 7 |
|
That fixed the problem.
thanx
Steve.
|