[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 |
3943.0. "Problem Building Log File Specification" by TROOA::PIGGOT () Mon Mar 07 1994 21:41
I just upgraded a test system to V3.0A and found that I am unable to
shut down ALL-IN-1 using my own account (which is fully privileged both
at the VMS and with ALL-IN-1). The message that appears is "Failed to
submit to batch"; GOLD-W reveals that a file specification error is
occuring.
Setting a trace seems to indicate a problem with the file SM_SUBMIT.SCP
whereby it is attempting to build a log file based on ALL-IN-1
username (mine is PIGGOT.LAURA), hence the shutdown seems to work okay
from the ALL-IN-1 Manager account, but not for a username containing a
period. I am wondering if this is a documented problem - here is the
output from the trace:
Thanks in Advance,
Laura
![SYMBOL] Symbol: OA$DCL= #queue_param '-', Value: /QUEUE=SYS$BATCH-
![IO] Getting next record from TXT$TXL_DO, Text starts "GET OA$DCL='/lo"
![SCRIPT] OA$LIB:SM_SUBMIT Line 73: GET OA$DCL='/log_file=' #log_file '-'
![FUNC] Function: GET, Cmd line: OA$DCL='/log_file=' #log_file '-'
![A1LOG] Entry: %OA-I-LOGFUN, Function: GET OA$DCL='/log_file=' #lo
! g_file '-'
![SYMBOL] Symbol: OA$DCL='/log_file=' #log_file '-', Value: /log_file=SYS$ALLIN1
! :[ALLIN1.LOG]OA$PIGGOT.LAURA_SM_SCHEDULED_SHUTDOWN.LOG-
![IO] Getting next record from TXT$TXL_DO, Text starts "GET OA$DCL='/us"
![SCRIPT] OA$LIB:SM_SUBMIT Line 74: GET OA$DCL='/user=' #mgr_vms_account '-'
![FUNC] Function: GET, Cmd line: OA$DCL='/user=' #mgr_vms_account '-'
![A1LOG] Entry: %OA-I-LOGFUN, Function: GET OA$DCL='/user=' #mgr_vm
T.R | Title | User | Personal Name | Date | Lines |
---|
3943.1 | 'out, damned dot' | IOSG::TYLDESLEY | | Tue Mar 08 1994 14:47 | 9 |
| Hi Laura.
This looks like a bug. It is still the same on the latest version
baselevels, and is probably due to the line:
.IF #log_name EQS "" THEN GET #log_name = 'OA$' oa$user "_" #filename
which occurs earlier. OA$USER1 is PIGGOT.LAURA and this creates a bad
log file spec. Please SPR it. thanks.
DaveT
|