T.R | Title | User | Personal Name | Date | Lines |
---|
356.1 | ASMLIM to low | STAR::FERGUSON | Jim Ferguson - VMS Development | Wed Mar 08 1989 16:14 | 10 |
| >>> /ast_limit=22-
I think the problem is that you are restricting ASTLIM (set with ASM_LIMIT)
to be a very small value. We have seen similar problems with the
Bookreader and other applications run remotely where the remote
node is extremely large say an 8500 or greater.
Try raising your ASMLIM to 50.
Jim
|
356.2 | | GOSOX::RYAN | DECwindows Mail | Thu Mar 09 1989 08:28 | 7 |
| Yep, .1 has it. There is a known bug involving the DECwindows
transport and Xlib (or something like that, I forget the details)
which causes the symptom you describe (silent termination), and
the workaround is indeed to set a high ASTLIM.
Mike
|
356.3 | Use /AUTHORIZE on RUN/DET command | RWCVAX::COULSON | Roger Coulson DTN 223-6158 | Thu Mar 09 1989 09:18 | 9 |
| re:.0
On your RUN/DETACH command you can use a /AUTHORIZE to use the values
for your entry in the SYSUAF and save a lot of effort specifying every
quota you need.
/s/ Roger
|
356.4 | Well Not Quite | KOBAL::WRIGHT | NYO&W>>>Trains Spoken Here<<<SUSIEQ | Thu Mar 09 1989 14:26 | 55 |
|
Well that didn't quite fix the problem. But, that may be because I was mistaken
about the log output. I could swear that when I checked earlier logs they had
not shown any output. However, after implementing .1 and it failed to solve the
problem I found that the most recent logs did show output.
Here are two of the most recent logs. The first was the last failure before I
increased the ast_limit to 50 and the second is the first failure after I
increased the ast_limit to 50.
--------------------------- ast_limit = 22 --------------------------------------
%SET-W-NOTSET, error modifying PERSUS$DUA35:
-CLI-E-IVDEVTYPE, invalid device type - specify a mailbox device
$ define sys$scratch NOVICE$:[WRIGHT]
$ define sys$login NOVICE$:[WRIGHT]
$ define decw$display 2105::0 ! BLOCKP::0
$ define decw$book sys$utilroot:[public.decw$book-ft21]
$ define sys$input lta0: ! Notes needs this
%DCL-I-SUPERSEDE, previous value of SYS$INPUT has been superseded
$!
$ if ("TAW_MAIL" .eqs. "TAW_BOOKREADER") then run sys$system:decw$bookreader
$ if ("TAW_MAIL" .eqs. "TAW_CALENDAR") then run sys$system:decw$calendar
$ if ("TAW_MAIL" .eqs. "TAW_CARDFILER") then run sys$system:decw$cardfiler
$ if ("TAW_MAIL" .eqs. "TAW_CLOCK") then run sys$system:decw$clock
$ if ("TAW_MAIL" .eqs. "TAW_MAIL") then run sys$system:decw$mail
X error event received from server: BadMatch - parameter mismatch
Failed request major op code 42 X_SetInputFocus
Failed request minor op code 0 (if applicable)
ResourceID 0x600040 in failed request (if applicable)
Serial number of failed request 10853
Current serial number in output stream 10854
%NONAME-E-NOMSG, Message number 02DB822A
XIO: non-translatable vms error code: 0x1C, vms message:
%system-f-exquota, exceeded quota
--------------------------- ast_limit = 50 --------------------------------------
%SET-W-NOTSET, error modifying PERSUS$DUA35:
-CLI-E-IVDEVTYPE, invalid device type - specify a mailbox device
$ define sys$scratch NOVICE$:[WRIGHT]
$ define sys$login NOVICE$:[WRIGHT]
$ define decw$display 2105::0 ! BLOCKP::0
$ define decw$book sys$utilroot:[public.decw$book-ft21]
$ define sys$input lta0: ! Notes needs this
%DCL-I-SUPERSEDE, previous value of SYS$INPUT has been superseded
$!
$ if ("TAW_MAIL" .eqs. "TAW_BOOKREADER") then run sys$system:decw$bookreader
$ if ("TAW_MAIL" .eqs. "TAW_CALENDAR") then run sys$system:decw$calendar
$ if ("TAW_MAIL" .eqs. "TAW_CARDFILER") then run sys$system:decw$cardfiler
$ if ("TAW_MAIL" .eqs. "TAW_CLOCK") then run sys$system:decw$clock
$ if ("TAW_MAIL" .eqs. "TAW_MAIL") then run sys$system:decw$mail
XIO: non-translatable vms error code: 0x1C, vms message:
%system-f-exquota, exceeded quota
|
356.5 | The ever-informative EXQUOTA error... | GOSOX::RYAN | DECwindows Mail | Fri Mar 10 1989 09:13 | 5 |
| The only quotas I set higher than yours on RUN/DET are io_direct
and io_buff, you might try bumping those up (I use 100).
Mike
|
356.6 | Still Falling... Moving to DW Mail Conference | KOBAL::WRIGHT | NYO&W>>>Trains Spoken Here<<<SUSIEQ | Sun Apr 02 1989 14:55 | 5 |
| Thanks for the ideas, but the problem still hasn't gone away.
I recently, however, discovered the DW Mail conference and have moved this
inquiry to there. If I get a resolution I'll post it back here.
|