| 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 |
Hi All,
A Customer has reported a problem with the Shared Drawers:
The error message says: Shared Drawer has no owner.
And in fact when we look at this drawer , it has no owner.
In PARTITION_MASTER.DAT it also has no owner.
How do we add a owner to these drawers.
This error allways happens with account which have VMS name different
from the ALL-IN-1 name.
Any priv that we have to change?
Any Form in ALL-IN-1 that we can use to change this manually?
Thank you very much for all your help
Best Regards
Ana
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 4003.1 | Changing OWNER in PARTITION | SIOG::T_REDMOND | The James Joyce of Office products? | Mon Mar 21 1994 19:31 | 17 |
I haven't seen this problem before. Maybe this is another of the I18N
problems that seem to have afflicted the Portuguese version of
ALL-IN-1 V3.0? Or are these drawers created by the SFCP migration
utility?
Anyway, OWNER is an alternate key to PARTITION. To reset the drawer
ownership to the correct value you might be able to do something like
this:
FOR PARTITION:OWNER WITH .OWNER = "" DO -
GET #PART_KEY = .UNIQUE_NAME \\-
WRITE CHANGE PARTITION %KEY = #PART_KEY, OWNER = "ALLIN1"
Note that the OWNER field takes the VMS account name, not the ALL-IN-1
account name.
Cheers, Tony
| |||||