Kevin In your script you have: <...> >export gtm_vista=$HOME/OpenVista_UserData >export gtmgbldir=$gtm_vista/g/mumps.gld <...>
This says that the .gld file is in a different directory than what you described below. Just change the gtmgbldir line to be: export gtmgbldir="/usr/local/OpenVista/g/mumps.gld or wherever the .gld file resides... Michael --- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > I used the standard script to set up (I believe). > This resulted in the following directory structure: > > /usr/local/gtm -- gtm directory > /usr/local/OpenVistA -- VistA routines etc. > and > /home/kdt0p/OpenVista_UserData -- user specific > routines etc. > > With this setup, the mumps.dat file gets saved in: > /home/kdt0p/OpenVista_UserData/g/mumps.dat > while mumps.gld ends up in: > /usr/local/OpenVistA/g/mumps.gld > > (It seems strange to me to have the .gld and the .dat > in different directory trees, but I'm not sure if it > should be changed or not--or what settings need to be > changed if I move the file) > > And when I type in: > rundown -reg "*" > it tells me: > > sh rundown > Running down database... > %GTM-E-ZGBLDIRACC, Cannot access global directory > /home/kdt0p/OpenVista_UserData/g/mumps.gld. Retaining > . > %SYSTEM-E-ENO2, No such file or directory > > And the kdt<zero>p is correct as spelled. > > Still not able to rundown. Any thoughts? > > Thanks > Kevin > > > > --- "K.S. Bhaskar" <[EMAIL PROTECTED]> wrote: > > > That's excellent advice from someone who clearly > > understands GT.M and > > appreciates what a GT.M global directory can do for > > him! An added bonus > > for lazy people like me who never learned to touch > > type is that mupip > > rundown -reg "*" takes less keystrokes. > > > > -- Bhaskar > > > > On Thu, 2004-12-16 at 16:17, Michael Zacharias > > wrote: > > > after defining your .gld to the environment, why > > not just change: > > > > > > /usr/local/gtm/mupip rundown -file <filename> > > > > > > to > > > > > > /usr/local/gtm/mupip rundown -reg "*" > > > > > > This will rundown all the database regions defined > > in the .gld file. > > > > > > Michael > > > > > *************************************************************************** > > This electronic mail transmission contains > > confidential and/or privileged information intended > > only for the person(s) named. > > Any use, distribution, copying or disclosure by > > another person is strictly prohibited. > > > *************************************************************************** > > > > NOTE: Ce courriel est destine exclusivement au(x) > > destinataire(s) mentionne(s) ci-dessus et peut > > contenir de l'information privilegiee, > > confidentielle et/ou dispensee de divulgation aux > > termes des lois applicables. Si vous avez recu ce > > message par erreur, ou s'il ne vous est pas destine, > > veuillez le mentionner immediatement a l'expediteur > > et effacer ce courriel. > > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > > Products from real users. > > Discover which products truly live up to the hype. > > Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Hardhats-members mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/hardhats-members > > > > > > > __________________________________ > Do you Yahoo!? > Jazz up your holiday email with celebrity designs. Learn more. > http://celebrity.mail.yahoo.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Hardhats-members mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > ===== Michael Zacharias Technical Consultant cell: (250) 920-8613 email: [EMAIL PROTECTED] ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Hardhats-members mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hardhats-members
