[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

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

1192.0. "change ownership of file cabinet" by NCBOOT::HARRIS (oooppps) Wed Aug 05 1992 21:23

    hello,
    
    my customer asked me for an easy way to do this - 
    
    userA has retired, userB (the replacement) needs access to the ALL-IN-1
    documents/messages of userA.  userA has 125 folders with 385
    documents/messages.
    
    is there an easier way than forwarding each folder?  
    
    	ann
T.RTitleUserPersonal
Name
DateLines
1192.1version?IOSG::SHOVEDave Shove -- REO-D/3CThu Aug 06 1992 12:376
    If using v3.0 it's easy - just make userA's drawer(s) accessiblw by
    userB.
    
    You might want to have userA Grant Mail Access to userB as well.
    
    D.
1192.2ALL-IN-1 V2.4ANGLIN::HARRISits seemed like the right thing to doThu Aug 06 1992 18:131
    
1192.3From DCL?IOSG::MAURICECeci n'est pas une noteThu Aug 06 1992 18:3713
    Without having tried it I would have thought that if from DCL the
    Manager did:
    
    $set file/owner=USERB disk:[dir.dir...]*.*;*
    
    where disk:[dir.dir] is USERA's ALL-IN-1 subdirectory 
    
    then USERB would be able to access all of USERA's File Cabinet by doing
    <newdir USERA.
    
    HTH
    
    Stuart
1192.4no can do >NEWDIRANGLIN::HARRISits seemed like the right thing to doThu Aug 06 1992 19:219
    re .3
    
    i thought about this at first, but USERB doesnot have ability to do
    <NEWDIR userA .
    
    userB wants userA's documents in userB's file cabinet.
    
    thanks - ann
    
1192.5WPCOPY ?UTRTSC::SCHOLLAERTIOS: better than the real thingThu Aug 06 1992 20:05107
    Ann,
    
    Perhaps this STARS article can help...
    
    Regards,
    
    Jan
    
    "How to Copy Files From One User to Another User Account"


COPYRIGHT (c) 1988, 1989, 1990 by Digital Equipment Corporation.
ALL RIGHTS RESERVED. No distribution except as provided under contract.


PRODUCT: ALL-IN-1  V2.2  and V2.3

OP/SYS:  VAX/VMS 

SOURCE: Customer Support Center/Atlanta USA

\by  Faith Donohue - A890713778
\SRA901220002170 OA669  OA2606 OA2996

PROBLEM:

A user has left and the system manager wants to move the user's
ALL-IN-1 documents to another existing ALL-IN-1 user. 

SOLUTION:

The WPCOPY script is meant for migrating a WPSPLUS user to ALL-IN-1, 
but works well in most cases for merging 2 ALL-IN-1 users. However, 
there may sometimes be some eccentricities in the copy process, due to 
this fact. For example, the document titles may not be transferred, 
this field may be blank on the recieving file cabinet. 

With this in mind, you can use WPCOPY this way:

        1. Make sure all the unread mail is read in the account
           that you wish to copy files from. Delete unwanted files
           and empty the wastebasket.

        2. Log into the ALL-IN-1 manager's account.

        3. Go into ALL-IN-1 and, from the WP menu, enter the
           command: 

                <DO OA$LIB:WPCOPY

        4. Answer the questions asked for the full directory
           specification of the account to copy files from, then
           answer the questions for the account to copy the files
           to. (It needs the directory specification for both file
           cabinets eg. device:[smith.a1]  ) 

        5. After verifying that the files have been successfully
           copied into the destination account, you can delete the
           source account from ALL-IN-1. 
\
\ Here is an alternative solution that has some limitations. This second
\ method should NOT normally be used, but might be helpful for some 
\ situations, and contains some useful information:
\
\ 1) Have the users read all of their new mail (EM RN), and delete un-needed
\    mail and documents to reduce the chances of having duplicate keys later.
\
\ 2) Use the VMS Convert utility to merge the DOCDB.DAT and DAF.DAT files.
\ 
\    $ CONVERT/FDL=OA$LIB:DOCDB.FDL/EXCEPTIONS=OTHER.DAT -
\       DOC1.DAT,DOC2.DAT DOCDB.DAT
\ 
\ Where DOC1.DAT is the DOCDB.DAT from one user account and DOC2.DAT is
\ from the other. The /EXCEPTIONS= allows for duplicate records that
\ may be encountered. This file should be read, because if duplicate keys
\ are found, the resulting file cabinet will NOT have the pointers to 
\ some documents. You should be aware that the DOCDB.DAT may have multiple
\ records with the same key if a document has been cross filed. If the 
\ documents associated with the duplicate keys are important, they can be 
\ saved, the merge done, and then retrieved with DT SV FILE.WPL, then the
\ merge, then DT RV FILE.WPL.
\ 
\ The same procedure needs to be done for the user's DAF.DAT files, as the
\ DOCDB.DAT and DAF.DAT together make up a useable file cabinet.
\ 
\ The files in the first user's subdirectories (eg. [.DOC1] thru [.DOC9],
\ [.MSG], and [.UDP]) need to be be copied to the respective directories 
\ for the target user, except for those that had duplicate keys. Do NOT copy
\ the files corresponding to the duplicate key records in "OTHER.DAT" above;
\ if you did this you would be writing over one of the target user's files!
\ After all files that should be moved, have been moved, insure that all 
\ files have the correct ownership and file protections with: 
\    
\      $ DIRECTORY/SECURITY [...]*.*
\
\ Notice that this method is more work than the above method of using a 
\ script. However, this method is a general method for merging 2 indexed 
\ files, applied to an ALL-IN-1 problem. It also illustrates some of the
\ potential problems with merging file cabinets.
\
\ This second method is NOT the recommended one in most cases.
\
\\%QX902
\\OA1
\\ESDP ATL

    
1192.6ok, but....NCBOOT::HARRISooopppsFri Aug 07 1992 19:588
    this .5 sounds like what we want. a couple of ?'s though -
    
    	1. what other/if any excentricities might happen?
    	2. if, for example, the documents lose their titles on the
    receiving end, are the documents left in the original account so we
    could try another way?
    
    	ann