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

XU8P504.m

Go to the documentation of this file.
  1. XU8P504 ;OOIFO/AC - POST-INIT ROUTINE TO ADD KAAJEE PROXY IN FILE 200. ;10/19/2009
  1. ;;8.0;KERNEL;**504**;Jul 10, 1995;Build 5
  1. QUIT
  1. POST ;Post-install entry point to add Application Proxy
  1. N XUNAME,XUFMAC,XUOPT,XUVPID,Y,R
  1. D MES^XPDUTL("Begin post-install routine: POST^XU8P504...")
  1. D MES^XPDUTL("Begin creating Application Proxy: KAAJEE,PROXY in NEW PERSON file(#200)...")
  1. S XUNAME="KAAJEE,PROXY"
  1. S XUFMAC="#"
  1. S XUOPT="XUS KAAJEE PROXY LOGON"
  1. ;S VPID=???????? VPID TO BE ESTABLISHED WHEN CLOSER TO RELEASE
  1. S R=$$CREATE^XUSAP(XUNAME,XUFMAC,XUOPT,""),Y=+R
  1. ;Uncomment out next line and replace previous line with next line after VPID is obtain for KAAJEE,PROXY:
  1. ;S Y=$$CREATE^XUSAP(XUNAME,XUFMAC,XUOPT,XUVPID)
  1. D MES^XPDUTL($S(Y=-1:"Post-install failed to add Application Proxy: KAAJEE,PROXY...",Y=0:"KAAJEE,PROXY already exists...",1:"KAAJEE,PROXY has been added to NEW PERSON file(#200)..."))
  1. D MES^XPDUTL("Post-install finished...")
  1. Q