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

2006-07-18 Thread K.S. Bhaskar
I am glad this was solved while I was out last week.  However, for 
anyone wanting to install FOIA VistA on GT.M, the easiest way is simply 
to use FOIAVistA SemiVivA 20060115 from 
http://sourceforge.net/projects/worldvista

Regards
-- Bhaskar

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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] 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

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


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] 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] 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] 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


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

2006-07-11 Thread Marcus Malcom
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_VistA_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


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] VistA GT.M Ubuntu Linux Install

2006-07-11 Thread Nancy Anthracite
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_Vi
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


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

2006-07-11 Thread CamSchlehuber
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


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

2006-07-11 Thread Chris Richardson
Cameron;

  I did some work on the routine this morning on BART.  I will try to get it
to you before the end of the week.

   Sorry;   Chris

- Original Message -
From: CamSchlehuber [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; hardhats-members@lists.sourceforge.net
Sent: Tuesday, July 11, 2006 9:22 PM
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