Operating System - OpenVMS
1753318 Members
6990 Online
108792 Solutions
New Discussion юеВ

init /que ends with %system-f-abort

 
SOLVED
Go to solution
[JFM]
Occasional Advisor

init /que ends with %system-f-abort

Hello all

I'm getting an ABORT message during queue initialization via DCPS$STARTUP.
I'm looking for a good way of troubleshooting this issue ...

Here is some relevant information :

OpenVMS V7.3-2 on node SX9072

$ sh que /man/full
Master file: SYS$COMMON:[SYSEXE]QMAN$MASTER.DAT;

Queue manager SYS$QUEUE_MANAGER, running, on SX9072::
/ON=(*)
Database location: SYS$COMMON:[SYSEXE]

$ sh log dcps$version
"DCPS$VERSION" = "F2.5" (LNM$SYSTEM_TABLE)

extract of the DCPS queue initialization :

$ initialize_queue:
$ initialize /queue LJ3700 -
/on=SX9072::"IP_RawTCP/lj3700:9100" -
/default=(form=dcps$default,nofeed) -
/noenable_generic -
/form=dcps$default -
/library=DCPS_LIB -
/processor=dcps$smb -
/schedule=nosize -
/separate=(burst,noreset,trailer) -
/start -
/SEPARATE=(NOBURST,FLAG)
%SYSTEM-F-ABORT, abort


LJ300 is defined by the DSN and pingable

Before I tried to create this queue, it was already defined but stopped, and I got the same abort message when trying to start it. I could delete the queue with no problem.
The DCPS startup is a straight copy of the template that came with my dcps version, with only this queue on the system (except an lpr queue).

Cordialement
Jean-Fran├зois
3 REPLIES 3
Steven Schweda
Honored Contributor
Solution

Re: init /que ends with %system-f-abort

Any OPCOM messages?
[JFM]
Occasional Advisor

Re: init /que ends with %system-f-abort

Bingo ...

Process SYMBIONT_16: %DCPS-F-KIT_EXPIRED, This version of DCPS has expired

I should have checked before.
Thanks a lot !

Jean-Fran├Г┬зois
[JFM]
Occasional Advisor

Re: init /que ends with %system-f-abort

solved