Re: [Hardhats-members] Does not ask DEVICE while exporting

2005-06-22 Thread Koivulehto Heikki
There should be file #8989.3 (KERNEL SYSTEM PARAMETERS) and there is sub file VOLUME SET and there you'll find the field "DEFAULT DIRECTORY FOR HFS". Give it a try! hjk -Original message- Sender: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Puolesta Kevin Toppenberg Sent: 22nd

Re: [Hardhats-members] RE: Hardhats-members digest, Vol 1 #1241 - 6 msgs

2005-06-22 Thread K.S. Bhaskar
The environment variable $gtm_dist is undefined. It needs to point to the directory where GT.M resides, most likely /usr/local/gtm. A command like "export gtm_dist=/usr/local/gtm" would do it; as would "source /usr/local/gtm/gtmprofile". -- Bhaskar Carlos sosa sosa wrote: well i put this b

Re: [Hardhats-members] RE: Hardhats-members digest, Vol 1 #1241 - 6 msgs

2005-06-22 Thread Kevin Toppenberg
You need to create a batch file that does this rundown for you. In that batch file, you should define $gtm_dist, and the other needed environmental variables. An alternative is to define this in your startup bashrc script. Kevin --- Carlos sosa sosa <[EMAIL PROTECTED]> wrote: > well i put t

Re: [Hardhats-members] HUI OPENVISTA VERSION 3.0 RELEASED TO WORLDVISTA

2005-06-22 Thread Frederick D. S. Marshall
Dear Kevin, As per the announcement, Hui OpenVistA 3 is being used as the baseline for OpenVistA 4, as it represents the unbroken line of development since OpenVistA version 2.5 was released two years ago. The Hui has worked hard to patch OpenVistA up to date with VA patches, and to record V

[Hardhats-members] RE: Hardhats-members digest, Vol 1 #1241 - 6 msgs

2005-06-22 Thread Carlos sosa sosa
well i put this but stell with the error ./mupip rundown -file /usr/local/OpenVistA/g/mumps.dat %GTM-E-GTMDISTUNDEF, Environment variable $gtm_dist is not defined now WHAT I CAN DO TO USE VISTA AGAIN, PLEASE HELP ME GTM>d Q^DI %GTM-E-REQRUNDOWN, Error accessing database /usr/local/OpenV

Re: [Hardhats-members] ??GT.M zsystem changes VistA environment??

2005-06-22 Thread James Gray
I do not think this is about GT.M. I think it is about D ^XUP. After you complete an option by calling it from ^XUP it normally drops you back to the programmer prompt. Put your option on a menu and do the higher level menu from ^XUP. Jim Gray - Original Message - From: "Kevin Top

Re: [Hardhats-members] ??GT.M zsystem changes VistA environment??

2005-06-22 Thread Kevin Toppenberg
[Slapping self on forehead!] It does work. I was going directly into that menu option after ^XUP, so of course it took me back to a GTM prompt when I was done. Sorry for the false alarm. Kevin --- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > >

Re: [Hardhats-members] ??GT.M zsystem changes VistA environment??

2005-06-22 Thread Kevin Toppenberg
GTM>d ^XUP Setting up programmer environment Access Code: Terminal Type set to: C-VT100 Select OPTION NAME: tmg connect TO MEDIC Connect to Medic Connect to MedicTrying 192.168.0.10... Connected to unix (192.168.0.10). Escape character is '^]'. telnet (m2334)

Re: [Hardhats-members] ANOTHER ERROR

2005-06-22 Thread K.S. Bhaskar
You probably powered down a machine with GT.M processes actively accessing the database file. Assuming that you have GT.M installed in /usr/local/gtm, you can try: source /usr/local/gtm/gtmprofile $gtm_dist/mupip rundown -file /usr/local/OpenVistA/g/mumps.dat Note that you should not be runni

Re: [Hardhats-members] ??GT.M zsystem changes VistA environment??

2005-06-22 Thread K.S. Bhaskar
Kevin -- It appears to be working as expected for me (see below). Could there be an error generated that is being trapped and sent to the GTM> prompt for you? It would help to identify the conditions under which you are seeing the anomalous behavior. -- Bhaskar ---

[Hardhats-members] ANOTHER ERROR

2005-06-22 Thread Carlos sosa sosa
WHAT I CAN DO TO USE VISTA AGAIN, PLEASE HELP ME GTM>d Q^DI %GTM-E-REQRUNDOWN, Error accessing database /usr/local/OpenVistA/g/mumps.dat. M ust be rundown on cluster node worldvista. At M source location Q^DI GTM>D ^XUP Setting up p

RE: [Hardhats-members] The MUMPS Prompt

2005-06-22 Thread Kevin Toppenberg
Hey, many appologies offered. I wasn't trying to say anything offensive. But being the clueless nerd that I am, sometimes is supprises me when I have hurt someone's feelings accidentally. Sorry! And that goes for anyone else that I might have rubbed the wrong way at some point. :-) Thanks Ke

[Hardhats-members] ??GT.M zsystem changes VistA environment??

2005-06-22 Thread Kevin Toppenberg
I want to make a menu option that allows users to connect to our legacy medical record system. It is accessed via a telnet (we're behind a hardware firewall, so this unsafe telnet is ok). I could probably do this in a one-liner, but its not working properly, and I can't tell why. Here is the men

Re: [Hardhats-members] UPDATE^DIE

2005-06-22 Thread Lloyd Milligan
Title: RE: [Hardhats-members] UPDATE^DIE The symbol table contents at the point of error (P, XUIEN, etc.) suggest the immediate cause may relate to the IENS.  Try "+1," to create a single new entry.   I am not accustomed to reading Cache Object Script.  It doesn't look right to NEW variables

RE: [Hardhats-members] The MUMPS Prompt

2005-06-22 Thread Greg Woodhouse
I guess I was being a little defensive (you know, bruised ego and all that). --- Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > Great. But I thought it was Thurman that was having > cold feet. > > Kevin "The most profound technologies are those that disappear." --Mark Weiser Greg Woodhou

Re: [Hardhats-members] Does not ask DEVICE while exporting

2005-06-22 Thread Kevin Toppenberg
Usha, I'm glad to hear the debugger worked for you. I hate the colors, and am having trouble getting it to behave the way I want it to. But it gets the job done. I hate when I remember late that I put something in the code that was messing me up. Sounds like that line you added was doing that to

Re: [Hardhats-members] UPDATE^DIE

2005-06-22 Thread Kevin Toppenberg
What really needs to be done is to create an API call that will allow programmers to add entries to file 2 and 200 in one call. As Dave pointed out, the screening login in the database won't allow one to put an entry in all at once. It has to be done over the course of 2-3 calls. Kevin --- Llo

Re: [Hardhats-members] HUI OPENVISTA VERSION 3.0 RELEASED TO WORLDVISTA

2005-06-22 Thread Kevin Toppenberg
I haven't seen much comment on this Hui release. How does it relate WorldVista releases? And doesn't anyone know about the improved install/config process? Kevin --- Greg Woodhouse <[EMAIL PROTECTED]> wrote: > Well, you made the news > > >

RE: [Hardhats-members] The MUMPS Prompt

2005-06-22 Thread Kevin Toppenberg
Great. But I thought it was Thurman that was having cold feet. Kevin --- Greg Woodhouse <[EMAIL PROTECTED]> wrote: > I'm not intimidated by Linux at all. Through all of > undergraduate and > graduate school I used Unix (from V7 to BSD 4.3) > every day, for > everything from programming to writ

[Hardhats-members] Nominations Open for 2005 Linux Medical News Freedom Award

2005-06-22 Thread Ignacio Valdes
Nominations are officially open for the 5th annual Linux Medical News Freedom (formerly Achievement) Award to be presented at the October 22nd-26th AMIA Fall conference in Washington, D.C. Deadline for entries is July 30th, 2005. Currently this is NOT a officially sponsored event of AMIA. Free

RE: [Hardhats-members] UPDATE^DIE

2005-06-22 Thread Theriot, Derek
Title: RE: [Hardhats-members] UPDATE^DIE I did notice the problem with DIC(0) and it is set in my code.  I am only trying to load a few fields at this time to keep it as simple as possible.  I have attached the code I am running and some output from the execution, including variables and th

Re: [Hardhats-members] VistA global variable partitioning

2005-06-22 Thread K.S. Bhaskar
smcphelan wrote: Having things spread across multiple partitions (or namespaces or volume sets or whatever) does increase the management complexity of the system. However routines and business logic will see a VistA database set as one virtual database. Thus the tight integration is not an iss