LR287 ;DALOI/JMC - LR*5.2*287 PATCH ENVIRONMENT CHECK ROUTINE ;5/13/2002
;;5.2;LR;**287,1022**;September 20, 2007
;
; This VA Patch is being included as part of IHS Lab Patch 1022
;
EN ; Does not prevent loading of the transport global.
; Environment check is done only during the install.
;
N XQA,XQAMSG
;
I '$G(XPDENV) D Q
. S XQAMSG="Transport global for patch "_$G(XPDNM,"Unknown patch")_" loaded on "_$$HTE^XLFDT($H)
. S XQA("G.LMI")=""
. D SETUP^XQALERT
. D BMES^XPDUTL($$CJ^XLFSTR("Sending transport global loaded alert to mail group G.LMI",80))
;
S XQAMSG="Installation of patch "_$G(XPDNM,"Unknown patch")_" started on "_$$HTE^XLFDT($H)
S XQA("G.LMI")=""
D SETUP^XQALERT
;
D CHECK
D EXIT
Q
;
CHECK ; Perform environment check
I $S('$G(IOM):1,'$G(IOSL):1,$G(U)'="^":1,1:0) D Q
. D BMES^XPDUTL($$CJ^XLFSTR("Terminal Device is not defined",80))
. S XPDQUIT=2
I $S('$G(DUZ):1,$D(DUZ)[0:1,$D(DUZ(0))[0:1,1:0) D Q
. D BMES^XPDUTL($$CJ^XLFSTR("Please log in to set local DUZ... variables",80))
. S XPDQUIT=2
I $P($$ACTIVE^XUSER(DUZ),"^")'=1 D Q
. D BMES^XPDUTL($$CJ^XLFSTR("You are not a valid user on this system",80))
. S XPDQUIT=2
S XPDIQ("XPZ1","B")="NO"
Q
;
EXIT ;
I $G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Install Environment Check FAILED ---",80))
I '$G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
Q
;
;
PRE ; KIDS Pre install for LR*5.2*287
;
N DA,DIK,LRACT
S LRACT=0 ; flag if pre did anything
;
D BMES^XPDUTL($$CJ^XLFSTR("Sending install started alert to mail group G.LMI",80))
D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
;
I $$VFIELD^DILFD(68.2,.13) D
. D BMES^XPDUTL($$CJ^XLFSTR("Deleting field STORE DUPLICATE COMMENTS (#.13) from file LOAD/WORK LIST (#68.2)",80))
. S LRACT=1,DIK="^DD(68.2,",DA=.13,DA(1)=68.2
. D ^DIK
. S DA=0
. F S DA=$O(^LRO(68.2,DA)) Q:'DA S $P(^LRO(68.2,DA,0),"^",14)=""
I 'LRACT D BMES^XPDUTL($$CJ^XLFSTR("--- No action required---",80))
D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
;
Q
;
;
POST ; KIDS Post install for LR*5.2*287
N DA,DIK,XQA,XQAMSG
;
D BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
D BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for post install ---",80))
D BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
;
D BMES^XPDUTL($$CJ^XLFSTR("Sending install completion alert to mail group G.LMI",80))
S XQAMSG="Installation of patch "_$G(XPDNM,"Unknown patch")_" completed on "_$$HTE^XLFDT($H)
S XQA("G.LMI")=""
D SETUP^XQALERT
;
Q
LR287 ;DALOI/JMC - LR*5.2*287 PATCH ENVIRONMENT CHECK ROUTINE ;5/13/2002
+1 ;;5.2;LR;**287,1022**;September 20, 2007
+2 ;
+3 ; This VA Patch is being included as part of IHS Lab Patch 1022
+4 ;
EN ; Does not prevent loading of the transport global.
+1 ; Environment check is done only during the install.
+2 ;
+3 NEW XQA,XQAMSG
+4 ;
+5 IF '$GET(XPDENV)
Begin DoDot:1
+6 SET XQAMSG="Transport global for patch "_$GET(XPDNM,"Unknown patch")_" loaded on "_$$HTE^XLFDT($HOROLOG)
+7 SET XQA("G.LMI")=""
+8 DO SETUP^XQALERT
+9 DO BMES^XPDUTL($$CJ^XLFSTR("Sending transport global loaded alert to mail group G.LMI",80))
End DoDot:1
QUIT
+10 ;
+11 SET XQAMSG="Installation of patch "_$GET(XPDNM,"Unknown patch")_" started on "_$$HTE^XLFDT($HOROLOG)
+12 SET XQA("G.LMI")=""
+13 DO SETUP^XQALERT
+14 ;
+15 DO CHECK
+16 DO EXIT
+17 QUIT
+18 ;
CHECK ; Perform environment check
+1 IF $SELECT('$GET(IOM):1,'$GET(IOSL):1,$GET(U)'="^":1,1:0)
Begin DoDot:1
+2 DO BMES^XPDUTL($$CJ^XLFSTR("Terminal Device is not defined",80))
+3 SET XPDQUIT=2
End DoDot:1
QUIT
+4 IF $SELECT('$GET(DUZ):1,$DATA(DUZ)[0:1,$DATA(DUZ(0))[0:1,1:0)
Begin DoDot:1
+5 DO BMES^XPDUTL($$CJ^XLFSTR("Please log in to set local DUZ... variables",80))
+6 SET XPDQUIT=2
End DoDot:1
QUIT
+7 IF $PIECE($$ACTIVE^XUSER(DUZ),"^")'=1
Begin DoDot:1
+8 DO BMES^XPDUTL($$CJ^XLFSTR("You are not a valid user on this system",80))
+9 SET XPDQUIT=2
End DoDot:1
QUIT
+10 SET XPDIQ("XPZ1","B")="NO"
+11 QUIT
+12 ;
EXIT ;
+1 IF $GET(XPDQUIT)
DO BMES^XPDUTL($$CJ^XLFSTR("--- Install Environment Check FAILED ---",80))
+2 IF '$GET(XPDQUIT)
DO BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
+3 QUIT
+4 ;
+5 ;
PRE ; KIDS Pre install for LR*5.2*287
+1 ;
+2 NEW DA,DIK,LRACT
+3 ; flag if pre did anything
SET LRACT=0
+4 ;
+5 DO BMES^XPDUTL($$CJ^XLFSTR("Sending install started alert to mail group G.LMI",80))
+6 DO BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
+7 ;
+8 IF $$VFIELD^DILFD(68.2,.13)
Begin DoDot:1
+9 DO BMES^XPDUTL($$CJ^XLFSTR("Deleting field STORE DUPLICATE COMMENTS (#.13) from file LOAD/WORK LIST (#68.2)",80))
+10 SET LRACT=1
SET DIK="^DD(68.2,"
SET DA=.13
SET DA(1)=68.2
+11 DO ^DIK
+12 SET DA=0
+13 FOR
SET DA=$ORDER(^LRO(68.2,DA))
IF 'DA
QUIT
SET $PIECE(^LRO(68.2,DA,0),"^",14)=""
End DoDot:1
+14 IF 'LRACT
DO BMES^XPDUTL($$CJ^XLFSTR("--- No action required---",80))
+15 DO BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
+16 ;
+17 QUIT
+18 ;
+19 ;
POST ; KIDS Post install for LR*5.2*287
+1 NEW DA,DIK,XQA,XQAMSG
+2 ;
+3 DO BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
+4 DO BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for post install ---",80))
+5 DO BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
+6 ;
+7 DO BMES^XPDUTL($$CJ^XLFSTR("Sending install completion alert to mail group G.LMI",80))
+8 SET XQAMSG="Installation of patch "_$GET(XPDNM,"Unknown patch")_" completed on "_$$HTE^XLFDT($HOROLOG)
+9 SET XQA("G.LMI")=""
+10 DO SETUP^XQALERT
+11 ;
+12 QUIT
+13
***** ERRORS & WARNINGS IN LR287 *****
POST+13 W - Null line (no commands or comment).