OK gang,
   I was able to get my install started with some great help from
Intersystems.  Whomever entered the Help ticket request, I thank you very
much.  I received a note from Thomas Salander of Intersystems, and it gave
me some instructions that are below.  It looks like the biggest problem
was that I had not entered anything under the routine mapping of the
configuration manager.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dear Mr. Jones:

Here are a couple suggestions that may help you with your install of VistA
on Cache. To enable the killing of a global at the name level, add or
change the following line in your .CPF file:

[Language]
GlobalKillEnabled=1

You can also change this through the Cache Cube:
Configuration Manager -> Advanced -> ObjectScript -> Global Kill Enabled
Please note that this will not change for terminal session already open.
It will take affect for new terminal sessions going forward.

For the %* routines and globals, I suggest you add the following mappings
in your .CPF file (I'm assuming your namespace is called VISTA):

[NspMap.VISTA]
GloMap_1=%Z*,VISTA,VISTA,0,-1,
RouMap_1=%DT*,ALL,VISTA
RouMap_2=%RCR,ALL,VISTA
RouMap_3=%XU*,ALL,VISTA
RouMap_4=%ZIS*,ALL,VISTA
RouMap_5=%ZO*,ALL,VISTA
RouMap_6=%ZT*,ALL,VISTA
RouMap_7=%ZV*,ALL,VISTA

You can also change this through the Cache Cube:
Configuration Manager -> Namespaces -> VISTA -> Global Mapping and Routine
Mapping

**NOTE** It was the Routine mapping that I had nothing under.  I simply
used the Configuration manager to map the 8 routines above. 
**NOTE**

These changes should allow the ZTMGRSET program to run properly and will
get all the % routines specific to VistA to reside in the same dataset.

Please let me know if this helps.

Sincerely,
Thomas Salander
InterSystems Corporation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

All looks good and I have been able to get through item# 45 of the
Installation instructions tonight.

Nancy,
   I will be sending you a separate email later after I complete my 
install and let you know of the glitches that I ran into.  Stay tuned, as
it may be next week before I get to complete the whole thing.  This
weekend we are heading to Columbus, OH....  have to have some R&R....

Thanks to all for the suggestions and help..
Butch Jones

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

--- Butch Jones <[EMAIL PROTECTED]> wrote:

 > Cameron,
 >   You say to kill off the global, can you be a little more detailed on
 > how this is done on CACHE.  Us newbies have limited knowledge and  most

 >of this translates into Greek.....
 >
 > --- Cameron Schlehuber <[EMAIL PROTECTED]> wrote:
 >
 > > Kill off the %ZOSF global first before running ZTMGRSET for the first
 > > time.
 > > Also be sure you map the % routines for VistA to be where you want
 > > them to be (probably NOT in %SYS or %CACHELIB).  Since ZTMGRSET finds
 > > ^%ZOSF("UCI") to be defined, it's using that ... and not finding 
 > > %ZOSV.. which ZTMGRSET establishes along with the %ZOSF global.
 > >
 > > -----Original Message-----
 > > From: [EMAIL PROTECTED]
 > > [mailto:[EMAIL PROTECTED] On Behalf Of
 > Butch Jones

 > > Sent: Monday, April 25, 2005 5:58 AM
 > > To: hardhats-members@lists.sourceforge.net
 > > Subject: RE: [Hardhats-members] Re: Trying new install of Cache and
 > > Vista
 > >
 > > Roy,
 > >
 > >   I was doing some checking on the routines listed in my system.  I
 > > can readily find all the routines that do not begin with a "%" sign
 > > (my system list some 22,000 different routines.  Where would the %
 > > routines be listed because they are not in the same namespace as the 
 > > other routines?  If I should look for the % routines, can you be a 
 > > little explicit on where and how to look??  Helps us newbies...:)
 > >
 > > The other thing I noticed when I was reading the instructions -  I 
 > > was looking at picture that goes with item #34.  In that screen shot,

 > > I can see at the bottom something that says :
 > >
 > > Routine:  ZOSVONT      Loaded, saved as %ZOSV.
 > >
 > > When I click on Explorer and then load all the routines in the
 > > NAMESPACE
 > > -
 > > VISTA, I can click on routine ZOSVONT.  When I do, I see that the
 > > first line of the routine says the following:
 > >
 > > %ZOSV ;SFISC/AC - $View commands for Open M for NT.  ;09/22/2004
 > 11:56
 > >
 > > I am a little confused?  I have yet to do any renaming or commenting
 > > out like nancy has suggested, I just want to see if the Cache or
VISTA
 > > builds are bad before preceeding too far.
 > >
 > > Any advice..
 > >
 > =======================================================================
 > >
 > > Roy Gaber <[EMAIL PROTECTED]> wrote:
 > >
 > > Did you map the % routines?  The error you are receiving is 
 > > indicating that the routine %ZOSV is missing.
 > >
 ========================================================================
 > > Sunday, April 24, 2005 8:34 PM  Nancy wrote:
 > >
 > > All the new instructions were to be is what is there on Hardhats now
 > > plus the changes I suggested you do in the email to the ZU routine. 
I
 > > didn't want to add it unless you confirmed it worked OK.
 > >
 > > It seems that Mark Street found out the ?ZISF routine was missing as 
 > > I recall, for his GTM install, so it may be missing for yours as
well,
 > > but it may not be needed or something.  I do not have Cache istalled 
 > > as I just got a new Windows machine, so I am going to post this out 
 > > for someone who has done this to comment as I am still back working 
 > > on a much older version with the CPRS/WIne issue.
 > >
 > > So, please fellow Hardhats, can you please give him some help here?
 > >
=========================================================================
 > > On Sunday 24 April 2005 07:22 pm, Butch Jones wrote:
 > >
 > > > Nancy,
 > > >    Do you have a copy of the newer instructions that you will post
 > > > on Hardhats?  If so, care to send them to me and lets see if I can
 > > > follow them to get an install up and running?
 > > >
 > > > I have begun my install and have gotten down to #34 of the old
 > > > install notes and have run into the same problem.  I don't want to 
 > > > change any of the routines today..  Was hoping to see the new 
 > > > instructions that you say you have.
 > > >
 > > > here is what I got when I attempted to perform step #34..
 > > >
 > > > ======================================================
 > > > USER>ZN "VISTA"
 > > >
 > > > VISTA>D ^ZTMGRSET
 > > >
 > > > ZTMGRSET Version 8.0 **34,36,69,94,121,127,136,191,275**
 > > > HELLO! I exist to assist you in correctly initializing the current
 > > > account.
 > > > D UCI^%ZOSV
 > > > ^
 > > > <NOROUTINE>A+2^ZTMGRSET
 > > > VISTA 3x2>
 > > >
 > > > =======================================================
 > > >
 > > > I am running Cache version 5.0.13.5607.1
 > > >                     Vista   (CACHE.DAT  dated 2/27/2005)



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to