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, 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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2728.1 | protection ? | UTRTSC::SMEETS | Martin Smeets DS SSO Utrecht (NL) | Wed May 19 1993 12:46 | 7 |
Hi, What was the exact error message ? A wild guess, but what's the protection of OA$LIB:SM_PAT.COM ? Martin | |||||
2728.2 | Looks OK | GRNBUS::MMITCHELL | The light was yellow officer... | Wed May 19 1993 12:53 | 8 |
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.3 | TINNIE::SETHI | Ahhhh (-: an upside down smile from OZ | Thu Jun 03 1993 08:04 | 25 | |
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 |