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

LR307.m

Go to the documentation of this file.
  1. LR307 ;DALOI/RBN - LR*5.2*307 PATCH ENVIRONMENT CHECK ROUTINE ;10/23/03
  1. ;;5.2;LR;**307,1022**;September 20, 2007
  1. ; Reference to ^VA(200 supported by DBIA #10060
  1. ;
  1. ; VA PATCH 307 include in IHS LAB PATCH 1022
  1. ;
  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. EXIT ;
  1. I $G(XPDQUIT) W !!,$$CJ^XLFSTR("Install Environment Check FAILED",80)
  1. I '$G(XPDQUIT) W !!,$$CJ^XLFSTR("Environment Check is Ok ---",80)
  1. K VER,RN,LN2
  1. Q
  1. CHECK ;
  1. I $S('$G(IOM):1,'$G(IOSL):1,$G(U)'="^":1,1:0) W !,$$CJ^XLFSTR("Terminal Device is not defined",80),!! S XPDQUIT=2
  1. ;
  1. I $S('$G(DUZ):1,$D(DUZ)[0:1,$D(DUZ(0))[0:1,1:0) W !!,$$CJ^XLFSTR("Please Log in to set local DUZ... variables",80),! S XPDQUIT=2
  1. ;
  1. I '$D(^VA(200,$G(DUZ),0))#2 W !,$$CJ^XLFSTR("You are not a valid user on this system",80),! S XPDQUIT=2
  1. ;
  1. LAB ;
  1. S VER=$$VERSION^XPDUTL("LR")
  1. I VER'>5.1 W !,$$CJ^XLFSTR("You must have LAB V5.2 Installed",80),! S XPDQUIT=2
  1. ;
  1. Q