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

DIENV.m

Go to the documentation of this file.
DIENV ;IRMFO-SF/FM STAFF-ENVIRONMENT CHECK ROUTINE ;10/29/98  07:15
 ;;22.2;VA FileMan;;Jan 05, 2016;Build 42
 ;;Per VA Directive 6402, this routine should not be modified.
 ;;Submitted to OSEHRA 5 January 2015 by the VISTA Expertise Network.
 ;;Based on Medsphere Systems Corporation's MSC FileMan 1051.
 ;;Licensed under the terms of the Apache License, Version 2.0.
 ;
 Q
 ; Check XPDENV 0 = Loading; 1 = Installing
 I 'XPDENV Q  ; Loading Distribution - No Check
 ;
INSCHK ; Do Checks During Install Only
 S XPDNOQUE=1 ;prevents QUEUEING of a FM patch install
 ;
TMCHK ; Check to see if TaskMan is still running
 S X=$$TM^%ZTLOAD
 I X D
 . D MES^XPDUTL("* Install Stopped Because TaskMan Has NOT Been Stopped!")
 . D MES^XPDUTL("     Transport Global Was NOT Unloaded!")
 . S XPDQUIT=2
 ;
LINH ; Check to see if Logons are Inhibited
 D GETENV^%ZOSV  ; $P(Y,"^",2) = Installing Volume
 S X=+$G(^%ZIS(14.5,"LOGON",$P(Y,"^",2)))
 I X D  Q  ; Bail Out of Install
 . D MES^XPDUTL("* Install Stopped Because Logon Were NOT Inhibited.")
 . D MES^XPDUTL("     Transport Global Was NOT Unloaded!")
 . S XPDQUIT=2
 Q