[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
4061.0. "Failed to submit to batch - not privileged to submit jobs" by ZGOV02::ZGORAY::changtsann (Chang Tsann @ZGO) Fri Apr 08 1994 04:54
Hi there,
I have this error
"Failed to submit to batch - not privileged to submit jobs"
when trying to create a ALL-IN-1 account - MGT MUA C CU.
Apparently, I had upgraded my V2.4 system to V3.0A and found that my
V2.4 copy of MUA_CREATE.COM in OA$SITE_LIB_SHARE was not compatible in a
V3.0 environment. Hence, I removed the site copy and move the digital
element to live. Thereafter, I encountered this failure to submit due
to privilege problem.
A trace to the problem found that when the creation ran the
SM_SUBMIT_CREATE script, the statement that caused it to fail was at
line 166
.if #dcl_status eq #priv_error then .goto priv_error
and #dcl_status was obtained at line 160
get oa$dcl= "write oamailbox ""OA get #dcl_status = ''f$int($status)'"""
I believed the $status was returned from running OA$LIB:CREATE_MUA.COM,
which is V3.0-03.
I tried running ALLIN1/NOCUSTOM but it still failed. I have also checked
the system policies (SSP).
Can someone please advise what privilege do I need ?
My ALLIN1 manager account opens the following form libraries in this order,
OA$LIB:MANAGER, OA$LIB:ADMIN and OA$LIB:CM. The VMS privileges are CMKRNL,
SYSNAM, GRPNAM, DETACH, PRMMBX, TMPMBX, WORLD, OPER, EXQUOTA, NETMBX,
VOLPRO, PHY_IO, PRMGBL, SYSGBL, SYSPRV, SYSLCK, READALL.
The identifier it holds are OA$ADMIN, OA$PRVAPP, OA$MANAPP, OA$MANAGER,
OA$USER_QM, OAFC$SYSMAN.
Thanks.
CT.
T.R | Title | User | Personal Name | Date | Lines |
---|
4061.1 | Stars-Tima article | UTRTSC::SMEETS | Alpha AXP Compatible LinkWorks Mouse | Fri Apr 08 1994 08:18 | 11 |
| Hi CT
There's a TIMA STARS article with title "[ALL-IN-1] FASTD: 'Not Privileged to
Submit Job' Error From MGT/ADM Procedures"
*** Edit by GAP, since we don't need the whole STARS article here - Thanks.
The ALL-IN-1 Manager must set the file ownership (to the same UIC
that owns OA$LIB:OA$SUBMIT.EXE) of these files manually after they have
been moved live.
$ SET FILE/OWNER=[ALLIN1] OA$SITE_LIB:MUA_CREATE.COM
|