[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

2728.0. "Error - Failed to submit job to batch" by GRNBUS::MMITCHELL (The light was yellow officer...) Wed May 19 1993 11:10

Hi,

	When trying to do a PTN, I get the above error. I did a set verify, and
 I append the output. The status number translates to 

	"%APL-F-NOPRIV, no privilege for attempted operation"

	All other batch jobs submit without problems. Any ideas.	

 Output from set verify :-


mess_state = f$environment("message")
set mess/notext/noid/nofac/nosev
set command oalib:a1submit.cld
a1submit/noprint/noidentify/after="19-MAY-1993 10:00:00.00"/name=OA$TRANSFER_GAL
LAGHERANGELA/queue=VAX26$BATCH/log_file=$4$DUS7:[ALLIN1.LOG]OA$TRANSFER_GALLAGHE
RANGELA/user=ALLIN1/parameters=(MANAGER,1993051910010961,1:0:1,"","","GALLAGHERA
NGELA:GALL"-
+"AGHER.ANGELA:""",YUPPY,AYOMTS) OA$LIB:SM_PAT.COM
write oamailbox "OA get #dcl_status = 230024"
Error  - Failed to submit job to batch
set message


 
T.RTitleUserPersonal
Name
DateLines
2728.1protection ?UTRTSC::SMEETSMartin Smeets DS SSO Utrecht (NL)Wed May 19 1993 12:467
Hi,

What was the exact error message ?

A wild guess, but what's the protection of OA$LIB:SM_PAT.COM ?

Martin
2728.2Looks OKGRNBUS::MMITCHELLThe light was yellow officer...Wed May 19 1993 12:538
Hi,

	One of the first things to check. ALLIN1 is the owner of the file, and
 submitting the job manually works OK. I have no problems submitting other 
 procedures to batch (ie create/modify accounts and housekeeping).

	
Murray.
2728.3TINNIE::SETHIAhhhh (-: an upside down smile from OZThu Jun 03 1993 08:0425
    Hi,
    
    The problem has been caused by the a1submit parameter list, the status
    code "230024", translates to "%DCL-W-NOPAREN, value improperly
    delimited - supply parenthesis". By doing a $exit 230024.
    
    Looking at the a1submit command verb the problem lies with the
    /parameters qualifier.
    >/parameters=(MANAGER,1993051910010961,1:0:1,"","","GALLAGHERANGELA:GALL"-
    >+"AGHER.ANGELA:""",YUPPY,AYOMTS) 
    
    Change the a1submit command to in the script file
    SM_SUBMIT_TRANSFER.SCP, to
    
                    '/user=' #batch_vms '-'          
        get oa$dcl= '/parameters=' #param_list -       
                    ' ' #tx_file
    
    The a1submit code looked okay at first glance but STARS article had the
    solution.  See "Transfer User Attempt Fails To Submit To Batch With Long
    Account Names" for more information.
    
    Regards,
    
    Sunil