Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Nancy Anthracite
I would like to know how to chase this down for future reference. Am I on the right track and now what? How do I find out more about IOSL? This is what I did so far: I found the 32nd line after the tag WR in the routine DDSU.m. the line with the WR tag is 126. The lines below are 149-159

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Chris Richardson
Nancy; The IO* symbols are setup by the ^%ZIS routines. The values are determined by the device selected. Sorry, but I have to run right now. Best wishes; Chris - Original Message - From: Nancy Anthracite [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent:

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Gregory Woodhouse
Fileman is resilient against quite a few potential errors, but pointing to files not in the DD is not one of them. === Gregory Woodhouse [EMAIL PROTECTED] A practical man is a man who practices the errors of his forefathers. -- Benjamin Disraeli On May 25, 2005, at 5:45 AM, Gregory

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Greg Woodhouse
FWIW, I think you (Nancy) did a pretty good job of picking up on the relevant details. It might be useful to think of it this way: Kernel keeps track of session specific state (such as characteristics of the current output device) using various standard variables in the process symbol table.

[Hardhats-members] How do I start?

2005-05-25 Thread Alberto Odor
Well, I'm decided to give OpenVistA as much time as I can. I downloaded a lot of stuff yesterday like: 1. OpenVistA VIVA FOIA Gold 20050212.iso 2. OpenVistA SemiVIVA FOIA Gold 20050212.tar.gz 3. GT.MAcculturation0.3.iso I have a Linux Server with Fedora2 I can use as I only use it for testing.

[Hardhats-members] CPRS Connection Problem

2005-05-25 Thread vista
Hi, I'm a new user of Vista andI'm interested for implementingit in a hospital on Morocco (North Africa), and I need help from uif it is possible.I've installed and configured OpenVistASemiVivAFOIAGold20050212.tgzon a redhat linux PC by following steps in WorldvistaForum, and I've

Re: [Hardhats-members] Question on updating the database

2005-05-25 Thread James Gray
I may be misunderstanding something, but isn't the main problem that there is no way to force encapsulation in Mumps. Even if developers create well designed public entry points/API's for a package, it is always possible for a Mumps programmer to bypass the official method for using the entry

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Nancy Anthracite
Frankly, I am very glad I asked this question because it is revealing of more than just my ignorance. How do you dump the stack? And the error trap your refer to is the one seen in D ^XTER? On Wednesday 25 May 2005 10:23 am, Greg Woodhouse wrote: FWIW, I think you (Nancy) did a pretty good

Re: [Hardhats-members] How do I start?

2005-05-25 Thread Nancy Anthracite
First, do you have anything you are in love with on your Fedora 2 machine? If no, why not start by getting yourself an up to date version of Linux version. Rat Hat and Suse have Enterprise versions. It have been thinking that might be nice to my feet wet with one of those that a hospital or

RE: [Hardhats-members] Question on updating the database

2005-05-25 Thread Greg Woodhouse
Of course. But I hope people aren't logging in as root as a matter of course! --- Cameron Schlehuber [EMAIL PROTECTED] wrote: And by the way, only when coding by the rules are OLE/COM objects (or any other components) inviolate. Code with enough authority at run time can do anything to

RE: [Hardhats-members] Question on updating the database

2005-05-25 Thread Greg Woodhouse
Yeah...I've heard that, too. But it strikes me as quite a pessimistic assessment of VistA and what we've learned developing it. It also places the focus in the wrong place. Instead of focusing on implementation details, I believe we'd be much better off looking at the *stucture* of the medical

RE: [Hardhats-members] Another GTM error

2005-05-25 Thread Greg Woodhouse
Of course you're right. --- Cameron Schlehuber [EMAIL PROTECTED] wrote: Actually, pointing to missing files won't cause the problem reported here. Fileman does tolerate that. Having data at ^DD(200.07475,.01,nn but not at ^DD(200.07475,.01,0) WILL cause such errors. -Original

RE: [Hardhats-members] Another GTM error

2005-05-25 Thread Cameron Schlehuber
Nothing at that node, but I think the node in question was at: ^DD(200.07475, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Anthracite Sent: Wednesday, May 25, 2005 9:48 AM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members]

RE: [Hardhats-members] How do I start?

2005-05-25 Thread Alberto Odor
Thanks Mark, I have all documents of the wiki printed and ready to follow. Thank you also for the young man, but chances are that I'm older than you. Greetings Alberto -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Mark Street Enviado el: Miércoles, 25

Re: [Hardhats-members] CPRS Connection Problem

2005-05-25 Thread chuck5566
Could it be that you Linux firewall is not allowing access to port 9200? Have you looked at http://www.hardhats.org/projects/VistA_Install/CPRSStart12.html ? Chuck On May 25, 2005, at 10:05 AM, vista wrote: Hi,   I'm a new user of Vista and I'm interested for implementing it in a hospital

Re: [Hardhats-members] CPRS Connection Problem

2005-05-25 Thread LD \Gus\ Landis
Hi, I am about to tackle getting CPRS talking as well... Question: Is the RPC broker setup to handle some simple ASCII requests over say a telnet session? That way, one can confirm that the RPC broker is up and running. or not. Using the example below: $ telnet 192.168.1.255 9200

Re: [Hardhats-members] How do I start?

2005-05-25 Thread LD \Gus\ Landis
Hi, Re: Linux Distributions IMO, due to the refocussing of business and acquisition, etc, we are still somewhat in a state of flux. I think main questions that you (Alberto) need to answer is: - Do I want to have OS support 24x7, e-mail, telephone, volunteers? - What is the likelihood

[Hardhats-members] Wiki Woes - Spam Protection Filter

2005-05-25 Thread Mark Street
I logged into the Wiki today and tried to make some edits to some of the docs and I was greeted with a friendly spam protection filter error message. Spam protection filter From OpenVistA Wiki The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an

Re: [Hardhats-members] CPRS Connection Problem

2005-05-25 Thread Kevin Toppenberg
I think a better way of testing the RPC broker would be to use the RPC broker testing program. This is outlined in Nancy's HardHats site instructions. When you launch the RPC broker server via STRT^XWBTCP(port), I think it checks to ensure that it is running. If the Broker tester doesn't work

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Kevin Toppenberg
Nancy, Take a look, also, at a quick summary of debugging commands I compiled for GTM here: http://openforum.worldvista.org/~forum/index.php?title=Debugging_with_GT.M It doesn't answer your qestion about dumping the stack (I can't remember how to do that either right now), but it gives other

[Hardhats-members] Re: Server /client Incompatiblity

2005-05-25 Thread Ewaen Okao
Thank Lloyd and Nancy, Got the CPRSchart.exe to finally connect to server and the error when I run D^ZTMB the error no longer appears. I went back to D ^ZTMGRSET and paid particular attention to step 46, 47 48 in the install document. However when I log in there is a message that appears. it is

Re: [Hardhats-members] How do I start?

2005-05-25 Thread Kevin Toppenberg
I am running RH 9. I thought it would be a good, stable version of Linux for my server. And it has served me well. The only problem was when I wanted to add a DVD burner, it wasn't as slick as I would want. I ended up not being able to use it. I'm sure Mark could have fixed it, but I found

RE: [Hardhats-members] How do I start?

2005-05-25 Thread Kevin Toppenberg
I think the young man was ment in a friendly way. Just like being new to something makes one a newbie. We like newbies here. So feel free to jump right in to the work of installation and let us know how we can help. Kevin --- Alberto Odor [EMAIL PROTECTED] wrote: Thanks Mark, I have all

Re: [Hardhats-members] How do I start?

2005-05-25 Thread Jim Self
Mark Street wrote: Welcome to the incredible journey.. that never ends. now where is my Mumps reference book... The best reference is Ed de Moel's MUMPS by Example - online version is at http://www.jacquardsystems.com/Examples/ and I just found a link to a new version that I don't

Re: [Hardhats-members] Wiki Woes - Spam Protection Filter

2005-05-25 Thread Kevin Toppenberg
I'm guessing it thinks .22 is part on an IP address. Could you change your text to . 22 and still have it readable? Dave W. turned on all the protections after someone trashed the wikki page. Kevin --- Mark Street [EMAIL PROTECTED] wrote: I logged into the Wiki today and tried to make some

Re: [Hardhats-members] Question on updating the database

2005-05-25 Thread Greg Woodhouse
Oh...I completely agree that wonderful things can be made in M (or in Java, or in Python, or ...) Really, I think M is quite a remarkable language. My point was not to disparage it at all. BTW, Normal setup for a VistA system is to have a single (Linux) user that everyone uses when the sign on.

Re: [Hardhats-members] Re: Server /client Incompatiblity

2005-05-25 Thread Kevin Toppenberg
You upgrade by getting a different version of CPRS to run. Look here: http://openforum.worldvista.org/~forum/index.php?title=CPRS_Installation Kevin --- Ewaen Okao [EMAIL PROTECTED] wrote: Thank Lloyd and Nancy, Got the CPRSchart.exe to finally connect to server and the error when I run

RE: [Hardhats-members] Another GTM error

2005-05-25 Thread Cameron Schlehuber
One can manually reconstruct things, but it's usually safer (and less labor if a lot is missing) to create a KIDS build from a reliable account for just the components involved then import it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin

Re: [Hardhats-members] CPRS Connection Problem

2005-05-25 Thread Kevin Toppenberg
Have you also read through Nancy's installation guide. It is designed for Cache' Mumps, but much of it can be extrapolated to GTM. It is on the hardhats site, or I have a copy of it here too: http://www.geocities.com/kdtop3/ Then select Installing on Cache' Mumps Let us know how things go.

[Hardhats-members] Trouble with mupip

2005-05-25 Thread Martinelli, Richard
Title: Trouble with mupip I had Vista up and running and had been working with CPRS, finely getting the PC to communicate with the Vista server last Friday. Over the weekend the server lost power and now each time I try to work within GTM I get the message: %GTM-E-REQRUNDOWN, Error accessing

Re: [Hardhats-members] How do I start?

2005-05-25 Thread Mark Street
Believe it or not I found that site this past weekend!! I noticed the powered by GT.M also. ; ) I'm not gone, just have a case of the Mump(s). On Wednesday 25 May 2005 13:38, Jim Self wrote: Mark Street wrote: Welcome to the incredible journey.. that never ends. now where is my

Re: [Hardhats-members] Question on updating the database

2005-05-25 Thread James Gray
I agree that wonderful things can be written in M. I am certainly a fan of M. Afterall I have been making my living at for 20 years. Jim - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, May 25, 2005 2:22 PM

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Nancy Anthracite
Dumb. Dumb. Dumb. OK, here it is again. GTMZWR ^DD(200.07475,.01,*) ^DD(200.07475,.01,0)=CERTIFICATION^MP747.9'^QA(747.9,^0;1^Q ^DD(200.07475,.01,1,0)=^.1 ^DD(200.07475,.01,1,1,0)=200.07475^B ^DD(200.07475,.01,1,1,1)=S ^VA(200,DA(1),QAR2,B,$E(X,1,30),DA)= ^DD(200.07475,.01,1,1,2)=K

RE: [Hardhats-members] Another GTM error

2005-05-25 Thread Cameron Schlehuber
That's how FM is supposed to work! It doesn't throw you into the error trap, just gives you a gentle notice that a file is missing. I've logged a request to have the fields removed in the NEW PERSON file that are pointing to old files that have been removed. (When those files were removed, the

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Lloyd Milligan
No, but I think there is a path length limitation. Try it from a short path, if you are not already doing so. Lloyd - Original Message - From: Thurman Pedigo [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, May 25, 2005 6:58 PM Subject: RE:

RE: [Hardhats-members] Another GTM error

2005-05-25 Thread Bob Beckley
Sorry for jumping in, in the middle, but could someone please help me stop getting double posts before I have to check into an AA program? Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lloyd Milligan Sent: Wednesday, May 25, 2005 8:03 PM To:

[Hardhats-members] What next?!

2005-05-25 Thread Ewaen Okao
Thanks Kevin Downloaded the correct versionof CPRSChart.exe andit connected to the servewr with no errors. Now that I have the VistA installed and the CPRSChart.exe running. I have no idea what next to do. will like to have a test enrollement and eligibilty verification setup, can VistA do this ?

Re: [Hardhats-members] Re: Server /client Incompatiblity

2005-05-25 Thread Nancy Anthracite
The long answer so others can do it, is noting the version you need, you go to the WV Wiki and look at the CPRS page which lists the names of the files that contain the CPRS that you want, WV Wiki URL is http://openforum.worldvista.org/~forum/ Once you figure out what one it is, which in

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Nancy Anthracite
Nice! Thanks. On Wednesday 25 May 2005 04:24 pm, Kevin Toppenberg wrote: Nancy, Take a look, also, at a quick summary of debugging commands I compiled for GTM here: http://openforum.worldvista.org/~forum/index.php?title=Debugging_with_GT.M It doesn't answer your qestion about dumping the

Re: [Hardhats-members] Trouble with mupip

2005-05-25 Thread Nancy Anthracite
Do you have a path to mupip defined in your environment variables? On Wednesday 25 May 2005 04:51 pm, Martinelli, Richard wrote: I had Vista up and running and had been working with CPRS, getting the PC to communicate with the Vista server last Friday. Over the weekend the server lost power

Re: [Hardhats-members] Trouble with mupip

2005-05-25 Thread Nancy Anthracite
It will need to go in the .bashrc which is what is used, at least in some distros, when you bring up a terminal window and the .bash_profile is used when you ssh in, etc. On Wednesday 25 May 2005 06:58 pm, Martinelli, Richard wrote: Thanks Kevin. I place the changes you suggested (making

Re: [Hardhats-members] What next?!

2005-05-25 Thread Nancy Anthracite
The part you have done is the easy part because there are instructions for most of that. Now comes the hard part. Kevin, has all of the stuff on your pages been moved to the wiki as well? IT is far from perfect, but it is something! On Wednesday 25 May 2005 08:54 pm, Ewaen Okao wrote:

[Hardhats-members] What is FOIA status of new code (Java based applications)

2005-05-25 Thread LD \Gus\ Landis
Hi, I've been reading the VistA Monograph and am wondering about the availablity (through FOIA) of the Java new code. -- LD Landis - N0YRQ - from the St Paul side of Minneapolis --- SF.Net email is sponsored by: GoToMeeting - the

RE: [Hardhats-members] Another GTM error

2005-05-25 Thread Bhaskar, KS
ZSHOW (which defaults to ZSHOW S to dump the stack - there are several options of things to show). Regards -- Bhaskar -Original Message- From: [EMAIL PROTECTED] on behalf of Nancy Anthracite Sent: Wed 5/25/2005 11:38 AM To: hardhats-members@lists.sourceforge.net Cc:

RE: [Hardhats-members] How do I start?

2005-05-25 Thread Bhaskar, KS
I have used SuSE Linux 9.x quite successfully, and liked it. I still have it on a partition on my work laptop. However, for my use as well as at home, I have switched to one or another flavor of Debian GNU/Linux. The package management just beats anything I have used from either Red Hat (I

RE: [Hardhats-members] How do I start?

2005-05-25 Thread Bhaskar, KS
Mark is right. VistA on GT.M will run on just about any contemporary release of just about any major Linux distribution. The only dependencies are glibc and libncurses. Distro wars are fun, though. Not unlike a good pillow fight where nobody gets hurt and everybody has a grand time! --

Re: [Hardhats-members] How do I start?

2005-05-25 Thread Gregory Woodhouse
I assume glibc is simply the C runtime? === Gregory Woodhouse [EMAIL PROTECTED] Before one gets the right answer, one must ask the right question. -- S. Barry Cooper On May 25, 2005, at 8:22 PM, Bhaskar, KS wrote: Mark is right. VistA on GT.M will run on just about any contemporary

RE: [Hardhats-members] Question on updating the database

2005-05-25 Thread Bhaskar, KS
At least with VistA on GT.M, I am not aware of any reason not to have people sign in with their own Linux user ids. -- Bhaskar -Original Message- From: [EMAIL PROTECTED] on behalf of Greg Woodhouse Sent: Wed 5/25/2005 4:42 PM To: hardhats-members@lists.sourceforge.net Cc:

RE: [Hardhats-members] Trouble with mupip

2005-05-25 Thread Bhaskar, KS
I don't quite understand why it is complaining, e.g., on my laptop: bhaskark ~/demo 11:55pm 1008: mupip rundown -file mumps.dat %GTM-I-MUFILRNDWNSUC, File mumps.dat successfully rundown Might there be an unprintable control character somewhere in your command? -- Bhaskar -Original

RE: [Hardhats-members] How do I start?

2005-05-25 Thread Bhaskar, KS
If you have a web site powered by GT.M, please consider displaying the logo with a link to http://www.sanchez-gtm.com - and thank you very much. Please ask me for a copy of the logo. -- Bhaskar -Original Message- From: [EMAIL PROTECTED] on behalf of Mark Street Sent: Wed 5/25/2005

RE: [Hardhats-members] How do I start?

2005-05-25 Thread Bhaskar, KS
Yes -Original Message- From: [EMAIL PROTECTED] on behalf of Gregory Woodhouse Sent: Wed 5/25/2005 11:33 PM To: hardhats-members@lists.sourceforge.net Cc: Subject:Re: [Hardhats-members] How do I start? I assume glibc is simply the C runtime? === Gregory Woodhouse

RE: [Hardhats-members] Trouble with mupip

2005-05-25 Thread Bhaskar, KS
I meant that I don't quite understand why it is complaining on your PC - it works on my laptop. -Original Message- From: Bhaskar, KS on behalf of Bhaskar, KS Sent: Wed 5/25/2005 11:57 PM To: hardhats-members@lists.sourceforge.net Cc: Subject:RE: [Hardhats-members]

Re: [Hardhats-members] How do I start?

2005-05-25 Thread LD \Gus\ Landis
Hi, Adding my $0.02... in the distro wars. I agree with the other seasoned Linuxers in that it doesn't really matter what distribution you use. Most all of them are good (or better) than others in some way. If you are a newbie PLEASE do not be distressed by those that advocate one

Re: [Hardhats-members] Wiki Woes - Spam Protection Filter

2005-05-25 Thread Nancy Anthracite
Wiki woes persist. I just made a new account and tried to edit a page and got the Spam Filter. Maybe that is because I guess I couldn't remember my user name and password - bad me - and I tried to go right back in.? On Wednesday 25 May 2005 04:21 pm, [EMAIL PROTECTED] wrote: I'm sorry my

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Gregory Woodhouse
Cameron's suggestion of re-installing the file from a KIDS build is probably your safest course. === Gregory Woodhouse [EMAIL PROTECTED] A practical man is a man who practices the errors of his forefathers. -- Benjamin Disraeli On May 25, 2005, at 9:29 PM, Usha wrote: When I look at my

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Usha
The command shows no output GTMZWR ^DD(200.07475,*) GTM Usha - Original Message - From: Chris Richardson To: hardhats-members@lists.sourceforge.net Sent: Wednesday, May 25, 2005 6:25 PM Subject: Re: [Hardhats-members] Another GTM error Usha;

RE: [Hardhats-members] How do I start?

2005-05-25 Thread Bhaskar, KS
Larry -- The Powered by GT.M logo is official. For anyone that has a site powered by GT.M and wants to display the logo (with a link to http://www.sanchez-gtm.com), please e-mail me and I'll send you the logo (that way I can keep track of where it is used). I'll e-mail you one offline,

Re: [Hardhats-members] What is FOIA status of new code (Java based applications)

2005-05-25 Thread Nancy Anthracite
On Thursday 26 May 2005 12:36 am, LD Gus Landis wrote: Hi, What is the coordination between releases of VistAWeb and VistA (M) FOIA? Sorry about being so dense... but do you have a URL? I looked under ftp://ftp.va.gov and didn't get anywhere. Cheers, --ldl On 5/25/05, Nancy

Re: [Hardhats-members] Another GTM error

2005-05-25 Thread Usha
GTMD ^XTER In response to the DATE prompt you can enter: 'S' to specify text to be matched in error or routine name No error logged on 5/26/2005 Which date? t-1 1 error logged on 5/25/2005 1) (UNDEF)PLBS+3^IMRUTST 10:14:31 ROU,ROU 5106 0 No screened error Usha

Re: [Hardhats-members] What next?!

2005-05-25 Thread LD \Gus\ Landis
Kevin, I'm not sure what wiki is in use... but generally HTML is not allowed (or maybe I should say honored) in a wiki page.. and the worldvista.org wiki is no exception.. See the following (offered as help for editing by our wiki)...

Re: [Hardhats-members] What is FOIA status of new code (Java based applications)

2005-05-25 Thread LD \Gus\ Landis
Nancy, Thanks again! I've gotta bookmark that! For some reason when I ftp there I never see the path... Oh well. Cheers, --ldl On 5/25/05, Nancy Anthracite [EMAIL PROTECTED] wrote: Sorry. It is the same site with all of the OR_30_*.zip files. ftp.va.gov/vista/Software On

Re: [Hardhats-members] What next?!

2005-05-25 Thread Kevin Toppenberg
We are using the same wikki as your site is. I was worried about it not displaying HTML code. Someday I'll work on it. Kevin --- LD \Gus\ Landis [EMAIL PROTECTED] wrote: Kevin, I'm not sure what wiki is in use... but generally HTML is not allowed (or maybe I should say honored) in a

Re: [Hardhats-members] How do I start?

2005-05-25 Thread LD \Gus\ Landis
Bhaskar, Great! When I use it, I'll post a note to you for your records. Cheers, --ldl On 5/25/05, Bhaskar, KS [EMAIL PROTECTED] wrote: Larry -- The Powered by GT.M logo is official. For anyone that has a site powered by GT.M and wants to display the logo (with a link to

Re: [Hardhats-members] What next?!

2005-05-25 Thread Kevin Toppenberg
Well it is hard. But it took me at least 2 wks (and I think longer) to get to your point. So you are ahead of schedule. I think you need to now learn a little bit about fileman, which is the database manager for VistA. This means working with VistA via a terminal for awhile. CPRS is really

[Hardhats-members] What next?!

2005-05-25 Thread Kevin Toppenberg
Well it is hard. But it took me at least 2 wks (and I think longer) to get to your point. You seems to have done it in just a few days. So you are ahead of schedule! I think you need to now learn a little bit about fileman, which is the database manager for VistA. This means working with VistA