Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: LA44

LA44.m

Go to the documentation of this file.
  1. LA44 ;DALISC/JMC - LA*5.2*44 PATCH ENVIRONMENT CHECK ROUTINE ;8/21/98
  1. ;;5.2;AUTOMATED LAB INSTRUMENTS;**44**;Sep 27, 1994
  1. EN ; Does not prevent loading of the transport global.
  1. ; Environment check is done only during the install.
  1. Q:'$G(XPDENV)
  1. D CHECK
  1. D EXIT
  1. Q
  1. ;
  1. CHECK ; Perform environment check
  1. I $S('$G(IOM):1,'$G(IOSL):1,$G(U)'="^":1,1:0) D Q
  1. . D BMES^XPDUTL($$CJ^XLFSTR("Terminal Device is not defined",80))
  1. . S XPDQUIT=2
  1. I $S('$G(DUZ):1,$D(DUZ)[0:1,$D(DUZ(0))[0:1,1:0) D Q
  1. . D BMES^XPDUTL($$CJ^XLFSTR("Please log in to set local DUZ... variables",80))
  1. . S XPDQUIT=2
  1. I '$D(^VA(200,$G(DUZ),0))#2 D Q
  1. . D BMES^XPDUTL($$CJ^XLFSTR("You are not a valid user on this system",80))
  1. . S XPDQUIT=2
  1. S XPDIQ("XPZ1","B")="NO"
  1. Q
  1. ;
  1. EXIT ;
  1. I $G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Install Environment Check FAILED ---",80))
  1. I '$G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
  1. Q
  1. ;
  1. PRE ; KIDS Pre install for LA*5.2*44
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
  1. D BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for pre install ---",80))
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
  1. Q
  1. ;
  1. POST ; KIDS Post install for LA*5.2*44
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
  1. D BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for post install ---",80))
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
  1. Q