RxSERVER is the name: http://www.vm.ibm.com/download/packages/descript.cgi?RXSERVER
As for the detailed question: WAKEUP ignoring messages - With a SECUSER, WAKEUP (IUCVMG doesn't intercept messages. - But, with OBSERVER you don't have that side effect. 2009/11/27 Les Koehler <[email protected]> > You should consider using one of the service machine packages from the VM > Download Library and save yourself a *lot* of trouble. My VMSERVE is one > candidate but is no longer supported since I've retired. It is, however, > quite robust and easy to use. A more modern one is by Kris Buelens but I've > forgotten it's name. Kris is certainly a well respected contributor and a > lot more knowledgeable than me. > > Les > > > Fred Schmidt wrote: > >> 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 >> >> >> >> -- Kris Buelens, IBM Belgium, VM customer support
