[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

3422.0. "CAB GET_PENDING use in SM_EW.COM" by ANGLIN::HARRISA (hooked on DAVE) Wed Oct 20 1993 23:11

    ALL-IN-1 3.0-1
    
    I'm adding CAB GET_PENDING to teh SM_EW.COM . This is to simulate users
    doing an II.  Gotta get that PENDING.DAT down somehow.
    
    well, i keep getting the message 
    	%OA-W-CAB_NEED_MORE, This File Cabinet function needs more
    information than was supplied
    
    this is what i have in the SM_EW.COM
    
    $!
    $       allin1/reenter/username='a1_account' -
                    /noinit/password="''a1_account_pass'"
    oa$ini_init
    get oa$function = "CABINET GET_PENDING 'MAIL', #UNREADFOLDER"
    get cli$a1dir = profil.direct[oa$user]
    get #empty_wb = "y"
    
    i have tried it without the GET OA$FUNCTION and get the same results.
    
    	ann
T.RTitleUserPersonal
Name
DateLines
3422.1You have not specified a folder name to receive the DocGIDDAY::SETHIHolland 2-England 0,Andrew wasn't thereThu Oct 21 1993 00:5417
    Hi Ann,
    
    >oa$ini_init
    >get oa$function = "CABINET GET_PENDING 'MAIL', #UNREADFOLDER"
    
    I think that it should read something like
    
    oa$ini_init
    #UNREADFOLDER=<target folder name>
    get oa$function = "CABINET GET_PENDING 'MAIL', #UNREADFOLDER"
    
    Basically the GET_PENDING needs to know what folder to file the
    documents in and you have not specified it.
    
    Regards,
    
    Sunil
3422.2Try MAIL INITFORTY2::ASHMail Interchange Group, ReadingThu Oct 21 1993 10:524
Yes, although I think #UNREADFOLDER is set up by Mail Initialisation, which 
you haven't called.

grahame