Issued: Error! Unknown document property name.          iii

Hi Listers,

I'm trying to run a service machine that will receive a message sent to it (by 
guest LINMON) and then perform some processing. It works great when I am logged 
on to it. However, if it runs disconnected, the WAKEUP waits forever, ignoring 
any messages sent.

Here is a trace of the relevant bits, showing how messages are arriving, but 
the WAKEUP is ignoring them...

  136 *-*  'CP SET CPCONIO IUCV'        /* Intercept all CP console IO */

       >>>    "CP SET CPCONIO IUCV"
   138 *-*  /* 'DROPBUF 0' */
   140 *-*  /* Invoke WAKEUP first so it will be ready to receive msgs */
   141 *-*  /* This call also issues a 'SET MSG IUCV' command.         */
   143 *-*  "WAKEUP +0 (NOEXT IUCVMSG QUIET"
       >>>    "WAKEUP +0 (NOEXT IUCVMSG QUIET"
       +++ RC(2) +++
   145 *-*  "EXEC TELL OPERATOR ==> Service Machine started"
       >>>    "EXEC TELL OPERATOR ==> Service Machine started"
   147 *-*  SAY "Waiting for message to arrive"
       >>>    "Waiting for message to arrive"
Waiting for message to arrive
   148 *-*  Do forever
   149 *-*   'CONWAIT'
       >>>     "CONWAIT"
   150 *-*   'DESBUF'
       >>>     "DESBUF"
   151 *-*   /*'MAKEBUF' */              /* Get a buffer level         */
   152 *-*   'WAKEUP (IUCVMSG'         /* wait for a message         */
       >>>     "WAKEUP (IUCVMSG"
16:47:58  * MSG FROM LINMON  : VMS MD000135 B
16:49:24  * MSG FROM LINMON  : VMS MD000136 B

Regards,
Fred Schmidt
DCS DBE, NT Government, Australia


Reply via email to