Re: [Hardhats-members] Traversing an array

2006-07-12 Thread Maury Pepper
Kevin,

here's a simple loop to create array B from array A with the following rules:
For each data node in A, create a node in B having a subscript which is the 
last subscript of the A node, and set the value of the B node equal to the 
first subscript of the A node.

SET N=A
FOR  SET N=$Q(@N) Q:N=  SET B($QS(N,$QL(N)))=$QS(N,1)


- Original Message - 
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Tuesday, July 11, 2006 4:36 PM
Subject: Re: [Hardhats-members] Traversing an array


I was afraid you were going to say that... :-)
 Kevin
 
 
 On 7/11/06, Greg Woodhouse [EMAIL PROTECTED] wrote:
 Try using $QS and $QL.

 --- Kevin Toppenberg [EMAIL PROTECTED] wrote:

  I need to work on an array something like this.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] Starting Statistical Analysis of Global Growth (SAGG)

2006-07-12 Thread Asif Tasleem
 Hi All! I have been working on Statistical  Analysis of Global Growth (SAGG) software. Following are two issues which I have  to face while using this software:   -Can anybody tell me that from where  “SAGG Project Collection routines” can be run?(One can see the exact scenario of  above question by writing “STOP SAGG COLLECTION” in  GTM)  -How status of SAGG software can be  SCHEDULED?(For above scenario, if you are  editing file or writing
 “KMPS SAGG FILE” in GTM you can see “NOT SCHEDULED”  against the current status)  NOTE: Make sure you are in DO ^XUP  mode in order to see above two cases.   Best  regards, Muhammad Asif Tasleem 
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
In the meantime, until Cameron is able to resave the routines, use this 
simple expedient -  1) Copy GT.M routine ^%RI to ^ZZRI.  2) Modify routine 
^ZZRI at noopen+7 as follows and recompile it -

f u %ZD w:$P=%ZD !,Routine:  r x s x=$p(x,^) q:'$l(x) i 
$l(x),$e(x)?1a!($e(x)=%),$e(x,2,99)?.an d


3) Use routine ^ZZRI to restore the routines.  Note the only difference 
between this line and the original is the insertion of s x=$p(x,^) 
following the read.

Lloyd

- Original Message - 
From: CamSchlehuber [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; hardhats-members@lists.sourceforge.net
Sent: Wednesday, July 12, 2006 12:22 AM
Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install


 Unfortunately, Intersystems changed the cube in Cache' v 5.1 and I 
 haven't
 found how to export the routines in the generic format and so the current
 set of routines has Cache' specific stuff in the line with the routine 
 name.
 The file needs to be cleaned and resaved.  Chris Richardson was going to
 devote a few minutes and provide me a routine that would do the export 
 using
 VistA standard APIs.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Nancy
 Anthracite
 Sent: Tuesday, July 11, 2006 7:56 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

 You need to show us exactly what is going wrong when you try to run D 
 ^%RI.
 A
 first pass guess it that you were not successful with the dos2unix
 conversion
 of the file.  I am not familiar with the perl instructions used to do 
 that.

 I usually use dos2unix but, the key is, it has to work or D %RI does
 nothing.

 On Tuesday 11 July 2006 19:19, Marcus Malcom wrote:
 Hello ... I am trying to install VistA + GT.M on Ubuntu and following
 these instructions:

 http://openforum.worldvista.org/~forum/index.php?title=Installation_How_To_V
 i
 stA_GT.M_Ubuntu_Linux

 I have GT.M installed but I am unable to complete Chapter 3 - VistA
 Installation Notes - specifically I cannot complete step 11) - Import
 routines - Important: Include final '/' in Output directory path.

 I'm not sure if this is the correct place to ask for help, but if anyone
 here has any insight into this it would be greatly appreciated.

 OS:  2.6.15-26-386 #1 PREEMPT Fri Jul 7 19:27:00 UTC 2006 i686 GNU/Linux

 FYI: I downloaded VistA-routines-globals-as-TXT.zip from here:

 ftp://ftp.va.gov/VistA/Software

 Thanks!

 --
 Marcus Malcom

 -- 
 Nancy Anthracite


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members



 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Dan
I wrote this many moons ago -- it should still be working:

 http://www.mcenter.com/vns/

The system notifies you when new patches have been placed on the FTP site.

Also, the VA is also working on unattended/automatic patch installations.


At 11:46 PM 7/11/2006, Usha wrote:
How can the open source community stay updated on the current patches?




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] CPRS Note title

2006-07-12 Thread Mike Schrom
How can I add a note title to the CPRS drop down list of progress notes 
Progress note properties? I created a new note type through TIU 
Document Definition, but it doesn't appear in CPRS.

Mike


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Matthew King









Usha,



Rick Marshall gave a KIDS talk, presented
a spreadsheet, and showed us how to use it to track patching. It is on Nancys server and may
be able to be modified for your use, also.





Matthew M. King, MD

Medical Director

Clinica Adelante, Inc

Surprise, Arizona 85374

[EMAIL PROTECTED]





-Original Message-
From: Usha [mailto:[EMAIL PROTECTED]

Sent: Tuesday, July 11, 2006 8:46
PM
To:
hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members]
Error in CPRS 26





How can the open source community
stay updated on the current patches?











Usha







- Original Message - 





From: CamSchlehuber






To: hardhats-members@lists.sourceforge.net






Sent: Tuesday,
July 11, 2006 10:50 PM





Subject: Re:
[Hardhats-members] Error in CPRS 26









Since VA policy requires
VA sites to stay current on patches (generally only a couple months leeway is
allowed and emergency patches require an even more rapid response), a patch
such as XU*8*366 released 29 Sep 2005 is assumed to be installed and would not
be on a list of current or recently released patches that are required.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Usha
Sent: Thursday, July 06, 2006 9:24
PM
To:
hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members]
Error in CPRS 26





In the release notes of OR*3.0*215
and in OR-3_SEQ-225_PAT-215.TXT, it is not mentioned that XU*8*366 needs to be installed. And the
installation process did not ask forany such patch too.











How does one know which patches are
necessary?











Regards





Usha







- Original Message - 





From: Cameron
Schlehuber 





To: hardhats-members@lists.sourceforge.net






Sent: Thursday,
July 06, 2006 9:45 PM





Subject: Re:
[Hardhats-members] Error in CPRS 26









Youre missing
patch XU*8*366.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Usha
Sent: Thursday, July 06, 2006 1:25
AM
To: hardhats-members@lists.sourceforge.net
Subject: [Hardhats-members] Error
in CPRS 26







On running CPRS 26 and
accessing Options from Tools menu, following
error pops up











NOLINEGETSURR+3^ORWTPR











On checking the ORWTPR routine, we
found that it was pointing to a non-existing label (SUROLIST^XQALSURO).











By replacing line GETSURR+3^ORWTPR
with the following the Options dialog comes upproperly 











S SURR=$$GETSURR^ORWTPUA(USER)











Regards





Usha











Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642







___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members










-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642







___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members









-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Traversing an array

2006-07-12 Thread Gregory Woodhouse
On Jul 11, 2006, at 11:22 PM, Maury Pepper wrote:here's a simple loop to create array B from array A with the following rules: For each data node in A, create a node in B having a subscript which is the last subscript of the A node, and set the value of the B node equal to the first subscript of the A node.  SET N="A" FOR  SET N=$Q(@N) Q:N=""  SET B($QS(N,$QL(N)))=$QS(N,1)  Aaah...You let the cat out of the bag!   :-) Gregory Woodhouse[EMAIL PROTECTED]"The most incomprehensible thing about the world is that it is at all comprehensible." --Albert Einstein (1879-1955) 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] OV4 pharmacy patient file

2006-07-12 Thread Matthew King








JLZ,



Could you post your cleanup technique for the pharmacy
patient file?

Thanks,



matt







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] Business Week: The Best Medical Care In The U.S.

2006-07-12 Thread Roger A Maduro
All,

Great article on VistA and the VA in Business Week.

Roger

--
The Best Medical Care In The U.S.
How Veterans Affairs transformed itself -- and what it means for the rest of 
us
Catherine Arnst, Business Week
July 17, 2006
http://www.businessweek.com/magazine/content/06_29/b3993061.htm?chan=top+news_top+news

...Every day some 1,400 patients pass through the Buffalo VA's unprepossessing 
entrance, into what many might assume is a hellish health-care world, 
understaffed, underfunded, and uncaring. They couldn't be more wrong. 
According to the nation's hospital-accreditation panel, the VA outpaces every 
other hospital in the Buffalo region. The care here is excellent, says 
Roemer. I couldn't be happier, and my friends in the POW group I belong to 
all feel the same.

Lower Costs, Higher Quality

Roemer seems to have stepped through the looking glass into an alternative 
universe, one where a nationwide health system that is run and financed by 
the federal government provides the best medical care in America. But it's 
true -- if you want to be sure of top-notch care, join the military. The 154 
hospitals and 875 clinics run by the Veterans Affairs Dept. have been ranked 
best-in-class by a number of independent groups on a broad range of measures, 
from chronic care to heart disease treatment to percentage of members who 
receive flu shots. It offers all the same services, and sometimes more, than 
private sector providers

-- 
Roger A. Maduro
LxIS
117 Davis Ave. SW
Leesburg, VA 20175
(571) 217-6921


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Marcus Malcom
Thanks all for the quick responses. I am very new to the VistA community
and it's great to see such an active/helpful group.

Lloyd - I tried your ZZRI approach, . Here's what I did.

 cp _RI.m _ZZRI.m

Modified line 43 to now be:

f  u %ZD w:$P=%ZD !,Routine:  r x s x=$p(x,^) q:'$l(x)
i $l(x),$e(x)?1a!($e(x)=%),$e(x,2,99)?.an d

 mumps _ZZRI.m

Note: if the i is on the first line (the one starting with 'f') I got
a compile error.

The mumps command generated a _ZZRI.o

Trying to import the routines:


/usr/local/share/vista/june2006/rgtm

GTMD ^%ZZRI

Routine Input Utility - Converts RO file to *.m files.

Formfeed delimited No?
Input device: terminal: /usr/local/share/vista/june2006/r/VistA.rtn

Cache for Windows^INT^VISTA FOIA ROUTINES^~Format=Cache.S~
%RO on 15 Jun 2006   3:44 PM


Output directory : /usr/local/share/vista/june2006/r/




Restored 0 lines in 0 routines.


I did this with an untouched VistA.rtn and one that had the \r\n repaced
with \n (perl -pi -e 's/\r\n/\n/;' VistA.rtn). One thing: running the
ZZRI command with an untouched VistA.rtn; it actually ran a bit longer,
but still failed to import.

Any ideas? Should I just wait until Chris Richardson does his magic?

Thanks again for all the support.

--
Marcus

On Wed, 2006-07-12 at 07:09 -0400, Lloyd Milligan wrote:
 In the meantime, until Cameron is able to resave the routines, use this 
 simple expedient -  1) Copy GT.M routine ^%RI to ^ZZRI.  2) Modify routine 
 ^ZZRI at noopen+7 as follows and recompile it -
 
 f u %ZD w:$P=%ZD !,Routine:  r x s x=$p(x,^) q:'$l(x) i 
 $l(x),$e(x)?1a!($e(x)=%),$e(x,2,99)?.an d
 
 
 3) Use routine ^ZZRI to restore the routines.  Note the only difference 
 between this line and the original is the insertion of s x=$p(x,^) 
 following the read.
 
 Lloyd
 
 - Original Message - 
 From: CamSchlehuber [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; hardhats-members@lists.sourceforge.net
 Sent: Wednesday, July 12, 2006 12:22 AM
 Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install
 
 
  Unfortunately, Intersystems changed the cube in Cache' v 5.1 and I 
  haven't
  found how to export the routines in the generic format and so the current
  set of routines has Cache' specific stuff in the line with the routine 
  name.
  The file needs to be cleaned and resaved.  Chris Richardson was going to
  devote a few minutes and provide me a routine that would do the export 
  using
  VistA standard APIs.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Nancy
  Anthracite
  Sent: Tuesday, July 11, 2006 7:56 PM
  To: hardhats-members@lists.sourceforge.net
  Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install
 
  You need to show us exactly what is going wrong when you try to run D 
  ^%RI.
  A
  first pass guess it that you were not successful with the dos2unix
  conversion
  of the file.  I am not familiar with the perl instructions used to do 
  that.
 
  I usually use dos2unix but, the key is, it has to work or D %RI does
  nothing.
 
  On Tuesday 11 July 2006 19:19, Marcus Malcom wrote:
  Hello ... I am trying to install VistA + GT.M on Ubuntu and following
  these instructions:
 
  http://openforum.worldvista.org/~forum/index.php?title=Installation_How_To_V
  i
  stA_GT.M_Ubuntu_Linux
 
  I have GT.M installed but I am unable to complete Chapter 3 - VistA
  Installation Notes - specifically I cannot complete step 11) - Import
  routines - Important: Include final '/' in Output directory path.
 
  I'm not sure if this is the correct place to ask for help, but if anyone
  here has any insight into this it would be greatly appreciated.
 
  OS:  2.6.15-26-386 #1 PREEMPT Fri Jul 7 19:27:00 UTC 2006 i686 GNU/Linux
 
  FYI: I downloaded VistA-routines-globals-as-TXT.zip from here:
 
  ftp://ftp.va.gov/VistA/Software
 
  Thanks!
 
  --
  Marcus Malcom
 
  -- 
  Nancy Anthracite
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  

[Hardhats-members] Personal and (maybe) confidential

2006-07-12 Thread Nancy Anthracite
Don't quit early when you read this from Health IT Strategist.  Keep going 
until Follow the Money and The Greatest Threat.

Rubin, you may have your wish soon.

Questions over privacy, formats and definitions remain, but personal
health records are on the way. 

For full story, use link below:

http://www.modernhealthcare.com/article.cms?articleId=40576
-- 
Nancy Anthracite


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Nancy Anthracite
Until the fix is in, routines MAY work for you if exported from Cache 5.0 in 
ANSI or DSM format and then run through dos2unix. I have not tried the most 
recent FOIA.  

Intersystems has been kind enough to keep a single user version of Cache 5.0 
available to us for those who wish to use the Hardhats installation 
instructions to evaluate VistA and Cache.  See the link to the ftp site in 
step one of this document.

http://www.hardhats.org/projects/VistA_Install/Vista_Install.html



On Wednesday 12 July 2006 12:50, Marcus Malcom wrote:
Thanks all for the quick responses. I am very new to the VistA community
and it's great to see such an active/helpful group.

Lloyd - I tried your ZZRI approach, . Here's what I did.

 cp _RI.m _ZZRI.m

Modified line 43 to now be:

f  u %ZD w:$P=%ZD !,Routine:  r x s x=$p(x,^) q:'$l(x)
i $l(x),$e(x)?1a!($e(x)=%),$e(x,2,99)?.an d

 mumps _ZZRI.m

Note: if the i is on the first line (the one starting with 'f') I got
a compile error.

The mumps command generated a _ZZRI.o

Trying to import the routines:


/usr/local/share/vista/june2006/rgtm

GTMD ^%ZZRI

Routine Input Utility - Converts RO file to *.m files.

Formfeed delimited No?
Input device: terminal: /usr/local/share/vista/june2006/r/VistA.rtn

Cache for Windows^INT^VISTA FOIA ROUTINES^~Format=Cache.S~
%RO on 15 Jun 2006   3:44 PM


Output directory : /usr/local/share/vista/june2006/r/




Restored 0 lines in 0 routines.


I did this with an untouched VistA.rtn and one that had the \r\n repaced
with \n (perl -pi -e 's/\r\n/\n/;' VistA.rtn). One thing: running the
ZZRI command with an untouched VistA.rtn; it actually ran a bit longer,
but still failed to import.

Any ideas? Should I just wait until Chris Richardson does his magic?

Thanks again for all the support.

--
Marcus

On Wed, 2006-07-12 at 07:09 -0400, Lloyd Milligan wrote:
 In the meantime, until Cameron is able to resave the routines, use this
 simple expedient -  1) Copy GT.M routine ^%RI to ^ZZRI.  2) Modify routine
 ^ZZRI at noopen+7 as follows and recompile it -

 f u %ZD w:$P=%ZD !,Routine:  r x s x=$p(x,^) q:'$l(x) i
 $l(x),$e(x)?1a!($e(x)=%),$e(x,2,99)?.an d


 3) Use routine ^ZZRI to restore the routines.  Note the only difference
 between this line and the original is the insertion of s x=$p(x,^)
 following the read.

 Lloyd

 - Original Message -
 From: CamSchlehuber [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; hardhats-members@lists.sourceforge.net
 Sent: Wednesday, July 12, 2006 12:22 AM
 Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

  Unfortunately, Intersystems changed the cube in Cache' v 5.1 and I
  haven't
  found how to export the routines in the generic format and so the current
  set of routines has Cache' specific stuff in the line with the routine
  name.
  The file needs to be cleaned and resaved.  Chris Richardson was going
  to devote a few minutes and provide me a routine that would do the export
  using
  VistA standard APIs.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of
  Nancy Anthracite
  Sent: Tuesday, July 11, 2006 7:56 PM
  To: hardhats-members@lists.sourceforge.net
  Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install
 
  You need to show us exactly what is going wrong when you try to run D
  ^%RI.
  A
  first pass guess it that you were not successful with the dos2unix
  conversion
  of the file.  I am not familiar with the perl instructions used to do
  that.
 
  I usually use dos2unix but, the key is, it has to work or D %RI does
  nothing.
 
  On Tuesday 11 July 2006 19:19, Marcus Malcom wrote:
  Hello ... I am trying to install VistA + GT.M on Ubuntu and following
  these instructions:
 
  http://openforum.worldvista.org/~forum/index.php?title=Installation_How_T
 o_V i
  stA_GT.M_Ubuntu_Linux
 
  I have GT.M installed but I am unable to complete Chapter 3 - VistA
  Installation Notes - specifically I cannot complete step 11) - Import
  routines - Important: Include final '/' in Output directory path.
 
  I'm not sure if this is the correct place to ask for help, but if anyone
  here has any insight into this it would be greatly appreciated.
 
  OS:  2.6.15-26-386 #1 PREEMPT Fri Jul 7 19:27:00 UTC 2006 i686 GNU/Linux
 
  FYI: I downloaded VistA-routines-globals-as-TXT.zip from here:
 
  ftp://ftp.va.gov/VistA/Software
 
  Thanks!
 
  --
  Marcus Malcom
 
  --
  Nancy Anthracite
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache
  Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Hardhats-members 

Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
Marcus, this is one line, not two.  The compile error may have been caused 
by having one space instead of two between the q[uit] and i[f].  It is 
impossible to say without seeing the error.

The program will not work with the IF command on a second line.  The entire 
rest of the line must be within the scope of the FOR command.

Lloyd

- Original Message - 
From: Marcus Malcom [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, July 12, 2006 12:50 PM
Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install



 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642






 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] KIDS Distribution global

2006-07-12 Thread James Gray



What global or globals does KIDS use to store 
distributions in?

Jim Gray

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Marcus Malcom
Cheers Lloyd - that worked. I was able to complete Chapter 3 - now on to
Chapter 4 - VistA Post-Install Steps.

FYI - the perl script was needed which I believe is pretty much what the
dos2unix command does (removing those pesky \r\n's).

Thanks all for the support.

--
Marcus

On Wed, 2006-07-12 at 13:49 -0400, Lloyd Milligan wrote:
 Marcus, this is one line, not two.  The compile error may have been caused 
 by having one space instead of two between the q[uit] and i[f].  It is 
 impossible to say without seeing the error.
 
 The program will not work with the IF command on a second line.  The entire 
 rest of the line must be within the scope of the FOR command.
 
 Lloyd
 
 - Original Message - 
 From: Marcus Malcom [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, July 12, 2006 12:50 PM
 Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install
 
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 
 
 
 
 
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
-- 
Marcus Malcom
OCHIN
Software Engineer
[EMAIL PROTECTED]
Phone: 503-943-2500


signature.asc
Description: This is a digitally signed message part

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Traversing an array

2006-07-12 Thread Kevin Toppenberg
Very nice!.  That $query is the function I was looking for.  I read
about it on the Mumps by example web site, but couldn't understand
what I was reading

thanks!
Kevin



On 7/12/06, Maury Pepper [EMAIL PROTECTED] wrote:
 Kevin,

 here's a simple loop to create array B from array A with the following rules:
 For each data node in A, create a node in B having a subscript which is the 
 last subscript of the A node, and set the value of the B node equal to the 
 first subscript of the A node.

 SET N=A
 FOR  SET N=$Q(@N) Q:N=  SET B($QS(N,$QL(N)))=$QS(N,1)


 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Tuesday, July 11, 2006 4:36 PM
 Subject: Re: [Hardhats-members] Traversing an array


 I was afraid you were going to say that... :-)
  Kevin
 
 
  On 7/11/06, Greg Woodhouse [EMAIL PROTECTED] wrote:
  Try using $QS and $QL.
 
  --- Kevin Toppenberg [EMAIL PROTECTED] wrote:
 
   I need to work on an array something like this.


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
Glad you got it working, Marcus.  I don't know why your messages are coming 
as attachments rather than in the message body.


I should have thought of this earlier, but in case anyone else is interested 
the modified routine import routine is attached.  Note the name ZZRI, not 
%ZZRI.  Copy to your source routines directory and run this routine in lieu 
of ^%RI to import June FOIA VistA routines as saved in the new format.


Lloyd


- Original Message - 
From: Marcus Malcom [EMAIL PROTECTED]

To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, July 12, 2006 2:11 PM
Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier

Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642








___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members



ZZRI.m
Description: Binary data

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] open source rap lyrics-VistA

2006-07-12 Thread Kevin Toppenberg
I can see it now.  At the next VistA conference, we'll have a disco
ball, and dual turntables for Matthew to spin!

LOL!

Great work!

Kevin


On 7/11/06, Nancy Anthracite [EMAIL PROTECTED] wrote:
 Lord, it is confirmed. We have another quirky doctor in the group.

 You are right where you belong, Matthew!

 On Tuesday 11 July 2006 19:12, Matthew King wrote:
 Here's why I'm a doctor and not a song writer. I'm hoping someone else
 will contribute a few stanzas maybe about the early days, etc :-)



 The VistA Story



 So then I said Hey Mista!

 Tell me what's the deal with VistA?

 Where can I find the story

 That outlines all it's glory?



 He looked at me real funny

 Like I'm just some kind of dummy



 But he said it plain and clear

 And when the words came to my ear

 I knew you only understand it

 When you write your code around it.



 Because the story's in the code  ;chorus

 It's what you find between the nodes

 When the ancient globals sing

 To your coded new routines

 As you call down through the layers

 You remember all the players

 All the packages unique

 But together when they speak

 And that's how they tell the story

 Of VistA and it's glory.



 They say the power's down

 Across every little town

 The situation's dire

 There's a hurricane and fires



 How can the crews receive

 All the injured and the grieved?



 Do I hear someone scream Hack?  ; see DSL::VistA
 usr/local/FOIAVistA/vista_cprs file

 As I reach into my pack

 And I boot Bhaskar's CD

 For VistA instantly



 Now a laptop servers running;VistA can and should be
 modified for emergency

 For the little thumb drives humming;response

 With the Delphi-written GUIs;docs bring laptops, hand
 out thumb drives

 In the stadiums and movies

 And countless lives are saved

 By disks that Bhaskar made



 This code is not class one  ;The VA model is not
 perfection through

 We will never get it done   ;stated, static goals,
 but keeps pace with clinical changes

 The references are dangling   ;through iteration and
 user interaction

 'Cuz programmer mode is mangling

 As it kills data direct hit

 So now Fileman won't index it



 But our doctors need it now

 We need to get it done somehow

 So let's send it and then fix it

 Before Woodhouse even gets it ;he hates those
 direct calls...

 Just send it to New Orleans

 And we'll patch it in the mornin'





 matt

 --
 Nancy Anthracite


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] CPRS Note title

2006-07-12 Thread Kevin Toppenberg
I think the default is for the note to be inactive.  There is a field
that specifies that the note is active.  Can you do an inquire on the
note definition for us?  I think it is in TIU DOCUMENT DEFINITION.

Thanks
Kevin


On 7/12/06, Mike Schrom [EMAIL PROTECTED] wrote:
 How can I add a note title to the CPRS drop down list of progress notes
 Progress note properties? I created a new note type through TIU
 Document Definition, but it doesn't appear in CPRS.

 Mike


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Kevin Toppenberg
By giving up your day job.  :-\

Kevin

On 7/11/06, Usha [EMAIL PROTECTED] wrote:


 How can the open source community stay updated on the current patches?


 Usha


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] M Programming

2006-07-12 Thread Mike Schrom
I just got my copy of Richard Walters' book, M Programming, and I want 
to try writing a few simple M programs (one project is to parse my 
external patient data to put it into a form suitable for importing into 
VistA via Fileman).  However, I would like to avoid screwing up my VistA 
installation. I'm guessing that putting the routines in a user's Linux 
account other than VistA, will do this safely, correct?

Mike Schrom


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Lloyd Milligan
Glad the edit worked this time, Marcus.  I tried to attach the modified 
routine for importing the June FOIA routines in the new format, but the 
message/attachment was rejected by the Hardhats list server.

Lloyd

- Original Message - 
From: Marcus Malcom [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, July 12, 2006 2:11 PM
Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install



 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642






 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Joseph Dal Molin
Lloyd the attachment came through for me must be because of 
NAFTA :-)

Joseph

Lloyd Milligan wrote:
 Glad the edit worked this time, Marcus.  I tried to attach the modified 
 routine for importing the June FOIA routines in the new format, but the 
 message/attachment was rejected by the Hardhats list server.
 
 Lloyd
 
 - Original Message - 
 From: Marcus Malcom [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, July 12, 2006 2:11 PM
 Subject: Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

 
 
 
 
 
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members

 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 .
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] M Programming

2006-07-12 Thread Mike Schrom
I am not thinking that I even need to copy the database. First, I intend 
to practice writing programs. That I should be able to do directly from 
GT.M, as a different user with a .bash profile that does not point to 
the VistA globals. Then, I plan to write a simple routine to extract 
data from my current practice management system and output it to a comma 
delimited file which I will then import using Fileman, rather than 
attempting to directly stuff the patient file in VistA.  That way, 
Fileman can check the data for consistency and I don't risk damaging the 
database. I know I can easily import data using Fileman, but my current 
data set needs too much editing to be cleaned up  manually.

Mike



Nancy Anthracite wrote:
 In Cache, you can map your routines elsewhere.  In GTM, there is a way of 
 setting up the path to the routines so that yours are used first and then 
 those in a different directory if you do not have a routine that matches what 
 is called, etc.  However, that does not protect the globals from whatever 
 havoc your routines reap.  
 
 You can made a copy of your cache.dat and mumps.dat for a test server.  In 
 Cache, you need to dismount the cache.dat before you copy it and move it to a 
 different namespace.  With GT.M, you can copy a database file with the mupip 
 backup command.  
 
 On Wednesday 12 July 2006 14:59, Mike Schrom wrote:
 I just got my copy of Richard Walters' book, M Programming, and I want
 to try writing a few simple M programs (one project is to parse my
 external patient data to put it into a form suitable for importing into
 VistA via Fileman).  However, I would like to avoid screwing up my VistA
 installation. I'm guessing that putting the routines in a user's Linux
 account other than VistA, will do this safely, correct?
 
 Mike Schrom
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread rgaber
XPD

- Original Message -
From: James Gray [EMAIL PROTECTED]
Date: Wednesday, July 12, 2006 1:53 pm
Subject: [Hardhats-members] KIDS Distribution global
To: James L. Gray (ILC) [EMAIL PROTECTED], hardhats-
[EMAIL PROTECTED]

 What global or globals does KIDS use to store distributions in?
 
 Jim Gray


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] M Programming

2006-07-12 Thread Nancy Anthracite
In Cache, you can map your routines elsewhere.  In GTM, there is a way of 
setting up the path to the routines so that yours are used first and then 
those in a different directory if you do not have a routine that matches what 
is called, etc.  However, that does not protect the globals from whatever 
havoc your routines reap.  

You can made a copy of your cache.dat and mumps.dat for a test server.  In 
Cache, you need to dismount the cache.dat before you copy it and move it to a 
different namespace.  With GT.M, you can copy a database file with the mupip 
backup command.  

On Wednesday 12 July 2006 14:59, Mike Schrom wrote:
I just got my copy of Richard Walters' book, M Programming, and I want
to try writing a few simple M programs (one project is to parse my
external patient data to put it into a form suitable for importing into
VistA via Fileman).  However, I would like to avoid screwing up my VistA
installation. I'm guessing that putting the routines in a user's Linux
account other than VistA, will do this safely, correct?

Mike Schrom


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] Windows Client

2006-07-12 Thread Jamie Hussey



I've set vist up on 
two platforms windows and linux. Both system are great CPRSchart is able to 
connect no problem. 

1. For patient 
registration from my workstationis no problem on the linux box using 
putty, but the windows server just gives me standard telnet login. How do I get 
a vista login in screen on windows. 

2. I installed 
HealtheVet Desktop also, I get to the sign on process and receive a error 
message gov.va.med.hds.cd.m.internal.VistalinkLoginModuleBase.login(VistalinkLoginModuleBase.java:93)

Jamie

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Gregory Woodhouse
There's something wrong with this picture.The open source project I follow the most closely (after this one, I suppose) is PLT Scheme. They use an SVN repository with automated nightly builds. To stay up to date on the development version, I only need download the latest build and run the installer. This isn't currently possible with VistA, but why shouldn't it be? Note, btw, that it's still possible to check out individual components from the SVN repository, the nightly build cycle is just a convenience.On Jul 12, 2006, at 11:39 AM, Kevin Toppenberg wrote:By giving up your day job.  :-\  Kevin  On 7/11/06, Usha [EMAIL PROTECTED] wrote:   How can the open source community stay updated on the current patches?   Usha  Gregory Woodhouse[EMAIL PROTECTED]"Judge a man by his questions not his answers."   --Voltaire 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Windows Client

2006-07-12 Thread Nancy Anthracite
For the first one, you change the routine that is launched by the Telnet 
server to ZU.  You do this with Cache 5.0 going to Control Panel, Security, 
User Accounts and adding a user in the namespace where  you have VISTA and 
making the startup routine ^ZU.  In Cache 5.1, Configuration Manager Home, 
Security Management, Users, unauthenticated user and make VISTA or whatever 
you are using, the default namespace and the Default Tag^Routine ^ZU

On Wednesday 12 July 2006 16:55, Jamie Hussey wrote:
I've set vist up on two platforms windows and linux. Both system are
great CPRSchart is able to connect no problem.

1. For patient registration from my workstation is no problem on the
linux box using putty, but the windows server just gives me standard
telnet login. How do I get a vista login in screen on windows.

2. I installed HealtheVet Desktop also, I get to the sign on process and
receive a error message
gov.va.med.hds.cd.m.internal.VistalinkLoginModuleBase.login(VistalinkLog
inModuleBase.java:93)

Jamie

-- 
Nancy Anthracite


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Windows Client

2006-07-12 Thread Gregory Woodhouse
On Jul 12, 2006, at 3:28 PM, Nancy Anthracite wrote: 2. I installed HealtheVet Desktop also, I get to the sign on process and receive a error message gov.va.med.hds.cd.m.internal.VistalinkLoginModuleBase.login(VistalinkLog inModuleBase.java:93)  I could almost guess without looking that the developer would use a logging tool like Log4J. For server side applications this is really not even optional, because an EJB may not even have reliable access to a console. On the client end, you may see an error in a console window, but most likely errors are being logged. I'd look for a text file with a suggestive name (like error_log.txt). In the mean time, I think I'll add this to my "What not to do" list. Gregory Woodhouse[EMAIL PROTECTED]"Judge a man by his questions not his answers."   --Voltaire 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread Gregory Woodhouse
On Jul 12, 2006, at 10:52 AM, James Gray wrote:What global or globals does KIDS use to store distributions in? Jim GrayAre you just curious or do you have a problem you're trying to fix? You do know that if you can't install for some reason, you can use the option to unload a distribution and then load a fresh (possibly corrected) version? Gregory Woodhouse[EMAIL PROTECTED]"Judge a man by his questions not his answers."   --Voltaire 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Windows Client

2006-07-12 Thread jhkhnh
thanks Nancy,
- Original Message - 
From: Nancy Anthracite [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, July 12, 2006 5:28 PM
Subject: Re: [Hardhats-members] Windows Client


 For the first one, you change the routine that is launched by the Telnet
 server to ZU.  You do this with Cache 5.0 going to Control Panel, 
 Security,
 User Accounts and adding a user in the namespace where  you have VISTA and
 making the startup routine ^ZU.  In Cache 5.1, Configuration Manager Home,
 Security Management, Users, unauthenticated user and make VISTA or 
 whatever
 you are using, the default namespace and the Default Tag^Routine ^ZU

 On Wednesday 12 July 2006 16:55, Jamie Hussey wrote:
 I've set vist up on two platforms windows and linux. Both system are
 great CPRSchart is able to connect no problem.

 1. For patient registration from my workstation is no problem on the
 linux box using putty, but the windows server just gives me standard
 telnet login. How do I get a vista login in screen on windows.

 2. I installed HealtheVet Desktop also, I get to the sign on process and
 receive a error message
 gov.va.med.hds.cd.m.internal.VistalinkLoginModuleBase.login(VistalinkLog
 inModuleBase.java:93)

 Jamie

 -- 
 Nancy Anthracite


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] OV4 pharmacy patient file

2006-07-12 Thread JohnLeoZ
Matthew King wrote:
 JLZ,
 Could you post your cleanup technique for the pharmacy patient file?

Matt, Let me try to repeat it when I install HuiOV4 myself later 
tonight. I think the problem was that entries in the pharmacy patient 
file do not get automatically deleted when the patient file is cleaned 
out. Therefore we are left with a bunch of pointers into the patient 
file that are left dangling... pointing into nowhere. What I think we 
did was to manually delete all those pointers with a little for loop. 
and then we reindexed the file.  (but I'll try to make a log of the 
session for you.)

John

(I have been distracted this week by my Linux implementations. I now 
have Ubuntu 6.06 on my tablet, with the stylus working in Linux.)

Also my lotus bloomed this morning. I almost called in sick so I could 
sit next to it all day.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Windows Client

2006-07-12 Thread JohnLeoZ
Jamie, Google putty to get the url: 
http://www.chiark.greenend.org.uk/~sgtatham/putty/
and install the Window's version of Putty. (I think it was originally a 
Window's application now ported to Linux.)

About HealtheVet I remain ignorant.

regards,
jlz

Jamie Hussey wrote:
 I've set vist up on two platforms windows and linux. Both system are 
 great CPRSchart is able to connect no problem.
  
 1. For patient registration from my workstation is no problem on the 
 linux box using putty, but the windows server just gives me standard 
 telnet login. How do I get a vista login in screen on windows.
  



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] M Programming

2006-07-12 Thread Kevin Toppenberg
Mike, are you doing this for a learning exercise, or because you need
the job done (or both).  I have code that does what you describe if
you want to study it.  I have a GT.M system, but it should work on
either (I think).  Let me know if you want me to send it over.

Kevin

On 7/12/06, Mike Schrom [EMAIL PROTECTED] wrote:
 I am not thinking that I even need to copy the database. First, I intend
 to practice writing programs. That I should be able to do directly from
 GT.M, as a different user with a .bash profile that does not point to
 the VistA globals. Then, I plan to write a simple routine to extract
 data from my current practice management system and output it to a comma
 delimited file which I will then import using Fileman, rather than
 attempting to directly stuff the patient file in VistA.  That way,
 Fileman can check the data for consistency and I don't risk damaging the
 database. I know I can easily import data using Fileman, but my current
 data set needs too much editing to be cleaned up  manually.

 Mike



 Nancy Anthracite wrote:
  In Cache, you can map your routines elsewhere.  In GTM, there is a way of
  setting up the path to the routines so that yours are used first and then
  those in a different directory if you do not have a routine that matches 
  what
  is called, etc.  However, that does not protect the globals from whatever
  havoc your routines reap.
 
  You can made a copy of your cache.dat and mumps.dat for a test server.  In
  Cache, you need to dismount the cache.dat before you copy it and move it to 
  a
  different namespace.  With GT.M, you can copy a database file with the mupip
  backup command.
 
  On Wednesday 12 July 2006 14:59, Mike Schrom wrote:
  I just got my copy of Richard Walters' book, M Programming, and I want
  to try writing a few simple M programs (one project is to parse my
  external patient data to put it into a form suitable for importing into
  VistA via Fileman).  However, I would like to avoid screwing up my VistA
  installation. I'm guessing that putting the routines in a user's Linux
  account other than VistA, will do this safely, correct?
 
  Mike Schrom
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
 


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Error in CPRS 26

2006-07-12 Thread Kevin Toppenberg
I think it is because the patches allow for variance between sites.
My site, for example, does not want the latest CPRS code.  So it is a
very individualistic approach.
But I agree we do need to make it easier.

Kevin


On 7/12/06, Gregory Woodhouse [EMAIL PROTECTED] wrote:

 There's something wrong with this picture.

 The open source project I follow the most closely (after this one, I
 suppose) is PLT Scheme. They use an SVN repository with automated nightly
 builds. To stay up to date on the development version, I only need download
 the latest build and run the installer. This isn't currently possible with
 VistA, but why shouldn't it be? Note, btw, that it's still possible to check
 out individual components from the SVN repository, the nightly build cycle
 is just a convenience.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] OV4 pharmacy patient file

2006-07-12 Thread Matthew King
Good job on Ubuntu  and the lotus!

Matthew M. King, MD
Medical Director
Clinica Adelante, Inc
Surprise, Arizona 85374
[EMAIL PROTECTED]


-Original Message-
From: JohnLeoZ [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 12, 2006 3:49 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] OV4 pharmacy patient file

Matthew King wrote:
 JLZ,
 Could you post your cleanup technique for the pharmacy patient file?

Matt, Let me try to repeat it when I install HuiOV4 myself later 
tonight. I think the problem was that entries in the pharmacy patient 
file do not get automatically deleted when the patient file is cleaned 
out. Therefore we are left with a bunch of pointers into the patient 
file that are left dangling... pointing into nowhere. What I think we 
did was to manually delete all those pointers with a little for loop. 
and then we reindexed the file.  (but I'll try to make a log of the 
session for you.)

John

(I have been distracted this week by my Linux implementations. I now 
have Ubuntu 6.06 on my tablet, with the stylus working in Linux.)

Also my lotus bloomed this morning. I almost called in sick so I could 
sit next to it all day.




-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Ismet Kursunoglu
 Glad you got it working, Marcus.  I don't know why your messages are coming 
 as attachments rather than in the message body.
 

This shows the matrix of the common MUAs and various kinds of signing
-i.e. how they are handled. 

http://www.phildev.net/pgp/pgp_clear_vs_mime.html

I am not too familiar with Outlook and how it handles GPG but
apparently the signature can't be displayed in-line with the text of
the message with the PGP/mine handling. 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Ismet Kursunoglu
 Glad the edit worked this time, Marcus.  I tried to attach the modified 
 routine for importing the June FOIA routines in the new format, but the 
 message/attachment was rejected by the Hardhats list server.

I would greatly appreciate it if you could send me a copy or perhaps
to Nancy or the good folks managing the Wiki so we all could take a
look? 

Thanks. 

Ismet


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] VistA GT.M Ubuntu Linux Install

2006-07-12 Thread Nancy Anthracite
Renamed to make it easy to find on

http://opensourcevista.net:/NancysVistAServer/

LloydsCacheToGTMRoutineConverterZZRI.m



On Wednesday 12 July 2006 21:29, Ismet Kursunoglu wrote:
 Glad the edit worked this time, Marcus.  I tried to attach the modified
 routine for importing the June FOIA routines in the new format, but the
 message/attachment was rejected by the Hardhats list server.

I would greatly appreciate it if you could send me a copy or perhaps
to Nancy or the good folks managing the Wiki so we all could take a
look?

Thanks.

Ismet


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread Dan
H, just about every time I've tried to uninstall a failed/aborted 
install KIDS wont let me.

At 06:34 PM 7/12/2006, Greg wrote:

On Jul 12, 2006, at 10:52 AM, James Gray wrote:

What global or globals does KIDS use to store distributions in?

Jim Gray

Are you just curious or do you have a problem you're trying to fix? You do 
know that if you can't install for some reason, you can use the option to 
unload a distribution and then load a fresh (possibly corrected) version?



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] KIDS Distribution global

2006-07-12 Thread Gregory Woodhouse
On Jul 12, 2006, at 8:09 PM, Dan wrote:H, just about every time I've tried to uninstall a failed/aborted  install KIDS wont let me. I rarely have problems, BUT I work in development and install comparatively few patches, most of them infrastructure. I almost never queue patches, and work in a relatively controlled environment (an odd way to describe development and test systems!) I have occasionally needed to go down to the Fileman level, most recently when I was working with someone who had queued an install that subsequently failed.Interesting. Gregory Woodhouse[EMAIL PROTECTED]"Judge a man by his questions not his answers."   --Voltaire 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members