Nice work!  Now to find out why ZTMGRSET  didn't work.

On Thursday 21 April 2005 10:33 am, Bill Garrett wrote:
> I tried to do KIDS install on a (reasonably) fresh install of 'OpenVista
> SemiVivA FOIA Gold 20050212' and found that %ZISF for GT.M didn't
> exist.  This is the routine that supports host files on GT.M for
> Unix/VMS (according to its header).  It should have been put in place by
> ZTMGRSET, so I ran ZTMGRSET again, and %ZISF was never saved.  I fixed
> it manually by locating the ZISFGTM.m routine and copying it to _ZISF.m:
>
> [EMAIL PROTECTED] ~]$ ls r/_ZISF*
> ls: r/_ZISF*: No such file or directory
> [EMAIL PROTECTED] ~]$ ls r/ZISF*GTM*
> r/ZISFGTM.m  r/ZISFGTM.o
> [EMAIL PROTECTED] ~]$ cp r/ZISFGTM.m r/_ZISF.m
> [EMAIL PROTECTED] ~]$
>
> Now, after removing the WNS parameter from the HFS device entry, I can
> at least test opening the device:
>
> GTM>D ^%ZIS
>
> DEVICE: HOME// HFS  Host File Server
> HOST FILE NAME: /tmp/vista-tmp.txt//
>
> GTM>U IO W !,"HELLO"
> GTM>D ^%ZISC
> GTM>H
> [EMAIL PROTECTED] ~]$ cat /tmp/vista-tmp.txt
>
> HELLO
> [EMAIL PROTECTED] ~]$
>
> Ok, looking at the install file, the last patch loaded for the kernel is
> XU*8*328 SEQ #304, so I ftp'd the next one in sequence
> (XU-8_SEQ-305_PAT-375.KID), and was able to do the install:
>
> Select OPTION NAME: XPD MAIN       Kernel Installation & Distribution
> System
>
> Select Kernel Installation & Distribution System Option: INSTallation
>
> Select Installation Option: LOAD a Distribution
> Enter a Host File: /home/vista/XU-8_SEQ-305_PAT-375.KID
>
> Released XU*8*375 SEQ #305
> Comment: Extracted from mail message
>
> This Distribution contains Transport Globals for the following Package(s):
>    XU*8.0*375
> Distribution OK!
>
> Want to Continue with Load? YES//
> Loading Distribution...
>
>    XU*8.0*375
> Use INSTALL NAME: XU*8.0*375 to install this Distribution.
>
>
> Select Installation Option: verify Checksums in Transport Global
> Select INSTALL NAME:    XU*8.0*375     Loaded from Distribution
> Loaded from
> Distribution  4/21/[EMAIL PROTECTED]:33:41
>      => Extracted from mail message  ;Created on
>
> This Distribution was loaded on Apr 21, [EMAIL PROTECTED]:33:41 with header of
>    Extracted from mail message  ;Created on
>    It consisted of the following Install(s):
>      XU*8.0*375
> DEVICE: HOME//   TELNET
>
> PACKAGE: XU*8.0*375     Apr 21, 2005 10:33 am                         PAGE
> 1
> ---------------------------------------------------------------------------
>----
>
>    1 Routine checked, 0 failed.
>
>
> Select Installation Option: backup a Transport Global
> Select INSTALL NAME:    XU*8.0*375     Loaded from Distribution
> Loaded from
> Distribution  4/21/[EMAIL PROTECTED]:33:41
>      => Extracted from mail message  ;Created on
>
> This Distribution was loaded on Apr 21, [EMAIL PROTECTED]:33:41 with header of
>    Extracted from mail message  ;Created on
>    It consisted of the following Install(s):
>      XU*8.0*375
> Subject: Backup of XU*8.0*375 install on Apr 21, 2005
>   Replace
> Loading Routines for XU*8.0*375
> Routine XU8375P is not on the disk..
> Send mail to: GARRETT,WILLIAM E//   GARRETT,WILLIAM E
> Select basket to send to: IN//
> And Send to:
>
> Select Installation Option: install Package(s)
> Select INSTALL NAME:    XU*8.0*375     Loaded from Distribution
> Loaded from
> Distribution  4/21/[EMAIL PROTECTED]:33:41
>      => Extracted from mail message  ;Created on
>
> This Distribution was loaded on Apr 21, [EMAIL PROTECTED]:33:41 with header of
>    Extracted from mail message  ;Created on
>    It consisted of the following Install(s):
>      XU*8.0*375
> Checking Install for Package XU*8.0*375
>
> Install Questions for XU*8.0*375
>
>
>
> Want KIDS to INHIBIT LOGONs during the install? YES// n  NO
> Want to DISABLE Scheduled Options, Menu Options, and Protocols? YES// n  NO
>
> Enter the Device you want to print the Install messages.
> You can queue the install by enter a 'Q' at the device prompt.
> Enter a '^' to abort the install.
>
> DEVICE: HOME//   TELNET
>
>  Install Started for XU*8.0*375 :
>                Apr 21, [EMAIL PROTECTED]:33:59
>
> Build Distribution Date: Feb 04, 2005
>
>  Installing Routines:
>                Apr 21, [EMAIL PROTECTED]:33:59
>
>  Running Post-Install Routine: ^XU8375P
>
> Recompiling templates...
>
> Updating trigger field definitions...
>
>  Updating Routine file...
>
>  Updating KIDS files...
>
>  XU*8.0*375 Installed.
>                Apr 21, [EMAIL PROTECTED]:33:59
>
>  Not a VA primary domain
>
>  NO Install Message sent
>
> Install Completed
>
> ----
>
> Hope this helps!
>
> Bill Garrett
>
> Lloyd Milligan wrote:
> > Also, the OPEN PARAMETERS are wrong.  The value "WNS" is
> > Cache-specific.  That may not matter.  If it still doesn't work after
> > removing "WNS" I would suggest simulating what ^XPDIL does, to
> > troubleshoot.  In other words, from the GT.M command prompt -
> >
> >
> >          S
> > %ZIS="",%ZIS("HFSNAME")="/home/vista/kids/ZMEDIT1p1new.KID",%ZIS("HFSMODE
> >")="R",IOP="HFS" D ^%ZIS
> >
> >
> > Check POP and if it is '1' trace in ^%ZIS to see where the open fails.
> >
> > Lloyd
> >
> >
> >
> >     ----- Original Message -----
> >     *From:* Cameron Schlehuber <mailto:[EMAIL PROTECTED]>
> >     *To:* hardhats-members@lists.sourceforge.net
> >     <mailto:hardhats-members@lists.sourceforge.net>
> >     *Sent:* Tuesday, April 19, 2005 12:13 PM
> >     *Subject:* RE: [Hardhats-members] Installing KIDS
> >
> >     The KIDS builds on the VA ftp site are <CR><LF> format.  Have you
> >     performed the DOS 2 Linux reformatting to knock off the <CR>s?
> >
> >
> >
> >     -----Original Message-----
> >     *From:* [EMAIL PROTECTED]
> >     <mailto:[EMAIL PROTECTED]>
> >     [mailto:[EMAIL PROTECTED] *On Behalf
> >     Of *Bruce Reed
> >     *Sent:* Monday, April 18, 2005 7:14 PM
> >     *To:* hardhats-members@lists.sourceforge.net
> >     <mailto:hardhats-members@lists.sourceforge.net>
> >     *Subject:* [Hardhats-members] Installing KIDS
> >
> >
> >
> >     I have installed the Semi Viva Vista FOIA Gold on my computer at
> >     home, per the instructions given from the WorldVista Forum.
> >     Everything seems to be working fine so far, but I would like the
> >     ability to update the system by loading the KIDS builds from the
> >     VA ftp site. When trying to load a KIDS build I get the error
> >     shown below. I have also included the HFS entry in fileman. The
> >     vista user account I use to log into the machine has rwx access to
> >     the directory containing the KIDS build. I have gotten the same
> >     error on every other KIDS build I have tried to install. Yes, I
> >     did insure I downloaded the KIDS build in an ASCII format. Has
> >     anyone ever been able to load KIDS builds on this type of
> >     installation ? Thank you.
> >
> >       1      Load a Distribution
> >        2      Verify Checksums in Transport Global
> >        3      Print Transport Global
> >        4      Compare Transport Global to Current System
> >        5      Backup a Transport Global
> >        6      Install Package(s)
> >               Restart Install of Package(s)
> >               Unload a Distribution
> >
> >     Select Installation Option: 1  Load a Distribution
> >     Enter a Host File: /home/vista/kids/ZMEDIT1p1new.KID
> >     Couldn't open file or HFS device!!
> >
> >
> >     VA FileMan 22.0
> >
> >
> >     Select OPTION: 5  INQUIRE TO FILE ENTRIES
> >
> >
> >
> >     OUTPUT FROM WHAT FILE: NEW PERSON// DEVICE    (41 entries)
> >     Select DEVICE NAME: HFS      Host File Server
> >     /tmp/vista-tmp.txt     ROU
> >     ANOTHER ONE:
> >     STANDARD CAPTIONED OUTPUT? Yes//   (Yes)
> >     Include COMPUTED fields:  (N/Y/R/B): NO//  - No record number
> >     (IEN), no Computed Fields
> >
> >     NAME: HFS                               $I: /tmp/vista-tmp.txt
> >       ASK DEVICE: YES                       VOLUME SET(CPU): ROU
> >       LOCATION OF TERMINAL: Host File Server
> >       ASK HOST FILE: YES                    OPEN PARAMETERS: "WNS"
> >       SUBTYPE: P-OTHER                      TYPE: HOST FILE SERVER
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: New Crystal Reports XI.
> Version 11 adds new functionality designed to reduce time involved in
> creating, integrating, and deploying reporting solutions. Free runtime
> info, new features, or free trial, at:
> http://www.businessobjects.com/devxi/728
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to