RE: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-27 Thread Ron Fox
At 07:43 10/27/2004, K.S. Bhaskar wrote: >I think Todd is on the right track. I agree, Expect (written by Don Libes at NIST and in the public domain) was designed explicitly to handle such tasks. You might want to use autoexpect to create a script for you based on your interaction with the appl

[Hardhats-members] VistA Community conference call on Friday

2004-10-27 Thread Maury Pepper
Reminder ... the VistA Community conference call resumes: Friday at Noon EDT Anyone interested in VistA is invited. Agenda: Review of the Greenbelt meeting Suggestions for future meetings Membership and OpenFORUM Decide on the continued frequency of these calls Date: 10/29/2004 Time: No

RE: [Hardhats-members] Visa Installers

2004-10-27 Thread Steven . Tomlinson
Interesting ... this appears to be from a 9 location medical center ... www.grovehill.com   Steven B. Tomlinson[EMAIL PROTECTED]Pacific Telehealth and Technology Huiwww.PacificHui.org -Original Message-From: Labbadia, Carl [mailto:[EMAIL PROTECTED]Sent: Wednesday, October 27, 200

RE: [Hardhats-members] RPC BROKER SITE PARAMETERS mystery

2004-10-27 Thread Beza, Fil
I don't think that INPUT TRANSFORM is legit My FOIA system is a simple 'Q' Select OPTION: UTILITY FUNCTIONS Select UTILITY OPTION: INPUT TRANSFORM (SYNTAX) MODIFY WHAT FILE: RPC BROKER SITE PARAMETERS// Select FIELD: LISTENER(multiple) Select LISTENER SUB-FIELD: ? Answer with LISTENER S

[Hardhats-members] Visa Installers

2004-10-27 Thread Labbadia, Carl
Is anyone looking to work with a clinic and move forward on an installation process?   Drop me an email if you care to discuss this further. DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this m

[Hardhats-members] Interesting Article mentioning VistA

2004-10-27 Thread whitten
An Article I stumbled upon with google: from : http://aging.senate.gov/index.cfm?FuseAction=Articles.Detail&Article_id=419&Month=9&Year=2004 Text: VETERANS AFFAIRS TO USE COMPUTER TECHNOLOGY TO IMPROVE INFORMED CONSENT To learn more about the VA, click "HERE." Sep 3, 2004 - - Continuing i

[Hardhats-members] Conference proceedings?

2004-10-27 Thread Bill Walton
Is there any plan to produce any documention resulting from the conference (e.g., discussions, conclusions, action items) and / or any of the presentations? Thanks, Bill --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition -

RE: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-27 Thread K.S. Bhaskar
I think Todd is on the right track. -- Bhaskar On Wed, 2004-10-27 at 11:21, Smith, Todd wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > - -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kevin, > > The utility that you are looking for is called expect and you should find it > o

Re: [Hardhats-members] Newbie Question: Database must be rundown

2004-10-27 Thread K.S. Bhaskar
Micahel -- It was good to meet you this weekend. mupip rundown by itself doesn't necessarily know what to rundown. Try mupip rundown -file /usr/local/OpenVistA/g/mumps.dat or, if you have $gtmgbldir and $gtm_dist set properly, then mupip -rundown -region "*" will also do the trick. Once your da

Re: [Hardhats-members] RPC BROKER SITE PARAMETERS mystery

2004-10-27 Thread Lloyd Milligan
You would set XWBCHK at the programmer prompt, >SET XWBCHK="I KNOW WHAT I'M DOING" (if this statement is true). Then invoke FileMan using the Q^DI entry point to avoid killing XWBCHK. Lloyd - Original Message - From: "Kevin Toppenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [Hardhats-members] RE: Newbie Question: Database must be rundown: PROBLEM SOLVED

2004-10-27 Thread Nancy E. Anthracite
mupip rundown -r "*" is the command the gurus taught me. On Wednesday 27 October 2004 01:03 pm, Michael Quattlebaum wrote: > Solved the problem. When I used mupip rundown -R it worked. > > > --- > This SF.Net email is sponsored by: > Sybase ASE

RE: [Hardhats-members] Re: Linux console as terminal emulator,with scripting?

2004-10-27 Thread Marc Aylesworth
try putty it is a free emulator> I use for an AIX 4.3.3 machine and it maps the function keys for me. Thank you, Marc Aylesworth Health Specialist Technician Oneida Indian Nation 223 Genesee Street Oneida, New York 13421 (315) 829-8909 This electronic transmission is intended only for th

Re: [Hardhats-members] RPC BROKER SITE PARAMETERS mystery

2004-10-27 Thread Nancy E. Anthracite
What do you get on the two boxes when you run : D GETENV^%ZOSV W Y The last peice (4 th) is the box:volume pair you need to use. On Wednesday 27 October 2004 12:46 pm, Kevin Toppenberg wrote: > I'm hitting a funny situation with RPC BROKER SITE > PARAMETERS. I hope someone can help. > > I have

[Hardhats-members] RE: Newbie Question: Database must be rundown: PROBLEM SOLVED

2004-10-27 Thread Michael Quattlebaum
Solved the problem. When I used mupip rundown -R it worked. --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/

[Hardhats-members] RPC BROKER SITE PARAMETERS mystery

2004-10-27 Thread Kevin Toppenberg
I'm hitting a funny situation with RPC BROKER SITE PARAMETERS. I hope someone can help. I have two installations up side-by-side. One works, one doesn't. I am trying to create a LISTENER multiple entry, but it won't accept my input of VOL:localhost Here is the working site: Notice that it tel

[Hardhats-members] RPC BROKER SITE PARAMETERS mystery

2004-10-27 Thread Kevin Toppenberg
test __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - downloa

RE: [Hardhats-members] Re: Linux console as terminal emulator,with scripting?

2004-10-27 Thread Kevin Toppenberg
I want to use this email to thank everyone for their help. I have been able to use #export DISPLAY="vt-100" from the AIX command line. However, I have to log in as root to do this. I then don't know how to launch my EMR. It normally does this when I log in as a regular user. I guess I need to

RE: [Hardhats-members] Linux console as terminal emulator, with s cripting?

2004-10-27 Thread Smith, Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, The utility that you are looking for is called expect and you should find it on the AIX box or the Linux box. It allows you to handle some scripting for FTP and telnet pretty well. Todd Smith <

Re: [Hardhats-members] Linux console as terminal emulator, with scripting?

2004-10-27 Thread Kevin Toppenberg
Maury, My intent is to manually navigate through the EMR until the endless loop begins. I will then evoke a macro that waits for a given phrase, and enters the appropriate response. Thanks for finding the key sequences below. I think I had found the same sequences before, but for some reason th

[Hardhats-members] Newbie Question: Database must be rundown

2004-10-27 Thread Michael Quattlebaum
OK, I know this is a Newbie question and must be super simple, but here goes...   My laptop lost power last night with the database running.  Trying to launch Taskman now, I get "%GTM-E-REQRUNDOWN, Error accessing database /usr/local/OpenVistA/g/mumps.dat. Must be rundown on cluster node vis

RE: [Hardhats-members] Re: Linux console as terminal emulator,with scripting?

2004-10-27 Thread Marc Aylesworth
Floyd is correct the command is export my E-Mail client automagically uppercases the first word in a sentence sorry! Thank you, Marc Aylesworth Health Specialist Technician Oneida Indian Nation 223 Genesee Street Oneida, New York 13421 (315) 829-8909 This electronic transmission is inten