source: cprs/branches/GUI-config/KIDS Server patch/TMG_GUI_CONFIG-1-1.txt@ 476

Last change on this file since 476 was 476, checked in by Kevin Toppenberg, 16 years ago

New WorldVistA Config Utility

File size: 7.1 KB
Line 
1$TXT Created by TOPPENBERG,KEVIN at FAMILY PHYSICANS OF GREENEVILLE (KIDS) on Wednesday, 08/20/08
2=============================================================================
3Run Date: AUG 08,2008 Designation: TMG-GUI-CONFIG*1.0*1
4Package : TMG - FAMILY PHYSICANS OF GREENEVILLE Priority: Optional
5Version : 1 SEQ #1 Status: Released
6=============================================================================
7
8Associated patches: None
9
10Subject: Patch to support WorldVistA Configuration Utility
11
12Category:
13 - Routine
14
15Description:
16============
17
18 This patch provides server support for a new Windows application that assists
19 installers of new WorldVistA systems to configure aspects of the sytems.
20
21 SECURITY ISSUES:
22 The configuration utility allows users easy access to all files on the system.
23 Generally Fileman DB API calls are used for posting to the database. One exception
24 is made that allows users to set their Fileman access code to @. Thus a user
25 of this application can gain complete control of the sytem. That was the intent,
26 to allow administrators to effectively manage their systems. But with easy use
27 come easy potential for mistakes.
28
29 Methods to limit access to the server: During start up of the application, a
30 standard RPC login into the server is required. The user must have the XUPROGMODE
31 security key, OR have a unlocking menu OPTION added to their secondary menu field
32 in their NEW PERSON file record. The needed menu OPTION is:
33
34 TMG RPC CONTEXT GUI_CONFIG
35
36
37 ROUTINE SUMMARY:
38 ================
39 Routine Summary
40 The following routines are included in this patch. The second line of each
41 of these routines now looks like:
42 ;;1.0;TMG-LIB;**[Patch List]**;07/20/08
43
44 Checksum
45 Routine Old New Patch List
46 TMGRPC3 n/a 109709728 **1**
47
48 Sites should use CHECK^XTSUMBLD to verify checksums.
49
50
51 INSTALLATION INSTRUCTIONS:
52 ==========================
53 This patch should cause minimal impact on live systems, as it provides only 1 routine,
54 1 OPTION, and 1 REMOTE PROCEDURE. Installation will take less than 1 minute. Users
55 may remain on the system. Note: the follow instructions were copied from another KIDS
56 install and modified. There may be some discrepancies.
57
58 The following are instructions for those using the Packman method:
59 ------------------------------------------------------------------
60 1. Use the INSTALL/CHECK MESSAGE option on the PackMan menu.
61
62 2. Review your mapped set. If any of the routines listed in the
63 ROUTINE SUMMARY section are mapped, they should be removed
64 from the mapped set at this time.
65
66 3. From the Kernel Installation and Distribution System Menu, select
67 the Installation menu.
68
69 4. From this menu, you may elect to use the following options
70 (when prompted for INSTALL NAME, enter TMG-GUI-CONFIG*1.0*1):
71 a. Backup a Transport Global
72 b. Compare Transport Global to Current System
73 c. Verify Checksums in Transport Global
74
75 5. Use the Install Package(s) option and select the package TMG-GUI-CONFIG*1.0*1.
76
77 6. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//'
78 respond NO.
79
80 7. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and
81 Protocols? YES//', respond NO.
82
83 8. If routines were unmapped as part of step 2, they should be returned
84 to the mapped set once the installation has run to completion.
85
86 9. (See step 9 below)
87
88 The following are instructions for those loading the patch via Host File System:
89 ---------------------------------------------------------------------------------
90 1. Navigate the menu option path to reach the Kernel Installation and Distribution
91 System Menu. Or, the menu option XPD MAIN may be entered directly.
92
93 2. Next, at the menu displaying:
94 Edits and Distribution ...
95 Utilities ...
96 Installation ... <---------- pick this one.
97
98 3. Next, at the menu displaying the options as below, choose each of the options
99 in a step-by-step fashion, in numerical order (i.e. 1, 2, 3 etc.) Step #1 will
100 prompt the user to enter the file path on the host file system where the source
101 file is stored. The filename to enter is TMG_GUI_CONFIG-1-1.kid, but add the
102 appropriate path. E.g. /tmp/TMG_GUI_CONFIG-1-1.kid
103
104 1 Load a Distribution
105 2 Verify Checksums in Transport Global
106 3 Print Transport Global
107 4 Compare Transport Global to Current System
108 5 Backup a Transport Global
109 6 Install Package(s)
110 Restart Install of Package(s)
111 Unload a Distribution
112
113 4. From this menu, you may elect to use the following options
114 (when prompted for INSTALL NAME, enter TMG-GUI-CONFIG*1.0*1):
115 a. Backup a Transport Global
116 b. Compare Transport Global to Current System
117 c. Verify Checksums in Transport Global
118
119 5. Use the Install Package(s) option and select the package TMG-GUI-CONFIG*1.0*1.
120
121 6. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//'
122 respond NO.
123
124 7. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and
125 Protocols? YES//', respond NO.
126
127 8. If routines were unmapped as part of step 2, they should be returned
128 to the mapped set once the installation has run to completion.
129
130 9. The user that will use the GUI must now have a menu option added as a
131 secondary menu. Following is a screen log of adding this:
132
133
134 GTM>do P^DI
135
136 VA FileMan 22.0
137
138 Select OPTION: entER OR EDIT FILE ENTRIES
139
140 INPUT TO WHAT FILE: NEW PERSON// <PRESS ENTER, or enter NEW PERSON if not shown>
141 EDIT WHICH FIELD: ALL// secondARY MENU OPTIONS (multiple)
142 EDIT WHICH SECONDARY MENU OPTIONS SUB-FIELD: ALL//
143 THEN EDIT FIELD:
144
145 Select NEW PERSON NAME: Test ZZ TEST,USER
146 Select SECONDARY MENU OPTIONS: OR CPRS GUI CHART// TMG RPC CONTEXT GUI_CONFIG
147 Are you adding 'TMG RPC CONTEXT GUI_CONFIG' as
148 a new SECONDARY MENU OPTIONS (the 2ND for this NEW PERSON)? No// y (Yes)
149 SYNONYM:
150 Select SECONDARY MENU OPTIONS: <PRESS ENTER>
151
152 Select NEW PERSON NAME: <PRESS ENTER>
153
154 Select OPTION: <PRESS ENTER>
155 GTM>
156
157
158Routine Information:
159====================
160
161Routine Name:
162 - CHANNEL^TMGRPC3
163
164
165Routine Checksum:
166
167=============================================================================
168User Information:
169Entered By : TOPPENBERG,KEVIN Date Entered : AUG 20, 2008
170Completed By: TOPPENBERG,KEVIN Date Completed: AUG 20, 2008
171Released By : TOPPENBERG,KEVIN Date Released : AUG 20, 2008
172=============================================================================
173
174Packman Mail Message:
175=====================
176
177$END TXT
Note: See TracBrowser for help on using the repository browser.