Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/RPC_BROKER-XWB/XWBTCPM.m

    r628 r636  
    1 XWBTCPM ;ISF/RWF - BROKER TCP/IP PROCESS HANDLER ;01/04/2006  62562.56228
    2  ;;1.1;RPC BROKER;**35,43**;Mar 28, 1997
     1XWBTCPM ;ISF/RWF - BROKER TCP/IP PROCESS HANDLER ;8/29/07  22:11
     2 ;;1.1;RPC BROKER;**35,43,49**;Mar 28, 1997;Build 6
    33 ;Based on: XWBTCPC & XWBTCPL, Modified by ISF/RWF
    44 ;Changed to be started by UCX or %ZISTCPS
     
    3838 ;GTM specific code
    3939 S @("$ZINTERRUPT=""I $$JOBEXAM^ZU($ZPOSITION)""")
    40  S XWBTDEV=$P X "U XWBTDEV:(nowrap:nodelimiter)"
     40 S XWBTDEV=$P X "U XWBTDEV:(nowrap:nodelimiter:ioerror=""TRAP"")"
    4141 S %="",@("%=$ZTRNLNM(""REMOTE_HOST"")") S:$L(%) IO("GTM-IP")=%
    4242 G CONNTYPE
     
    4444ESET ;Set inital error trap
    4545 S U="^",$ETRAP="D ^%ZTER H" ;Set up the error trap
     46 S X="",@^%ZOSF("TRAP") ;Clear old trap
    4647 Q
    4748 ;Find the type of connection and jump to the processing routine.
     
    155156 D ^%ZTER ;%ZTER clears $ZE and $ZCODE
    156157 D LOG("In ETRAP: "_XWBERC) ;Log
    157  I (XWBERC["READ")!(XWBERC["WRITE")!(XWBERC["SYSTEM-F") D EXIT HALT
     158 I (XWBERC["READ")!(XWBERC["WRITE")!(XWBERC["SYSTEM-F")!(XWBERC["IOEOF") D EXIT HALT
    158159 U XWBTDEV
    159160 I $G(XWBT("PCNT")) L ^XUTL("XUSYS",$J,0)
Note: See TracChangeset for help on using the changeset viewer.