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

2005-06-23 Thread whitten
Sent: 22nd June 2005 17:34 To: hardhats-members@lists.sourceforge.net Subj: Re: [Hardhats-members] Does not ask DEVICE while exporting Regarding default directory, I don't think you can do that on a system wide basis. Just supply the directory where you want the file to go when you call

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

2005-06-22 Thread Kevin Toppenberg
files in? Regards Usha - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, June 21, 2005 10:25 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting You can download the three files from

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

2005-06-21 Thread Kevin Toppenberg
Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Monday, June 20, 2005 11:02 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting I have a very crude debugger that allows stepping through code. I can get you the code if you want. Kevin

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

2005-06-21 Thread Mark Street
]$ Usha - Original Message - From: Greg Woodhouse [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Monday, June 20, 2005 8:50 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Is it a link? Try ls -ld /home/vista/VistA --- Usha [EMAIL PROTECTED

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

2005-06-21 Thread Greg Woodhouse
[EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Monday, June 20, 2005 8:50 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Is it a link? Try ls -ld /home/vista/VistA --- Usha [EMAIL PROTECTED] wrote: I tried opening a file in /home/vista

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

2005-06-21 Thread Usha
directory to create the HFS files in? Regards Usha - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, June 21, 2005 10:25 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting You can download

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

2005-06-20 Thread Greg Woodhouse
] To: hardhats-members@lists.sourceforge.net Sent: Friday, June 17, 2005 10:13 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting I haven't recently tested the OPEN function, but I am using FTG and GTF^%ZISH -- which I think indirectly calls OPEN. It is working without any

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

2005-06-20 Thread Kevin Toppenberg
: Friday, June 17, 2005 9:35 PM Subject: RE: [Hardhats-members] Does not ask DEVICE while exporting At this point, I'd be inclined to try using a debugger to be sure that the pathname of the file you are trying to open is what you think it is. One possibility is that the path is being

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

2005-06-20 Thread Greg Woodhouse
, 2005 9:35 PM Subject: RE: [Hardhats-members] Does not ask DEVICE while exporting At this point, I'd be inclined to try using a debugger to be sure that the pathname of the file you are trying to open is what you think it is. One possibility is that the path is being

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

2005-06-20 Thread K.S. Bhaskar
Usha -- You didn't say, but I presume that you have a situation where ^%ZISH works for files in /home/vista/OpenVistA but not in /home/vista/VistA. Is this correct? If so, then it is not a permissions issue, but most likely something in the application, a typo in user input, etc. --

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

2005-06-20 Thread K.S. Bhaskar
Yes, GT.M provides a fairly comprehensive set of functionality (hooks) for source level debugging down to the line level (i.e., not the ability to single step within a line), but does not provide any fancy packaging. or GUI. Serenji uses these hooks to create a much more visual packaging and

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

2005-06-20 Thread Kevin Toppenberg
:35 PM Subject: RE: [Hardhats-members] Does not ask DEVICE while exporting At this point, I'd be inclined to try using a debugger to be sure that the pathname of the file you are trying to open is what you think it is. One possibility is that the path is being

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

2005-06-20 Thread Usha
, 2005 8:50 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Is it a link? Try ls -ld /home/vista/VistA --- Usha [EMAIL PROTECTED] wrote: I tried opening a file in /home/vista/VistA GTMS Y=$$GTF^%ZISH($NA(^DPT(1,0)),2,/home/vista/VistA/,MYFILE.DAT) GTM But the file

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

2005-06-20 Thread Usha
I would like to have it. Thanks Usha - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Monday, June 20, 2005 11:02 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting I have a very crude debugger that allows

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

2005-06-20 Thread Usha
You are correct. Usha - Original Message - From: K.S. Bhaskar [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Monday, June 20, 2005 11:28 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Usha -- You didn't say, but I presume that you have

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

2005-06-20 Thread Gregory Woodhouse
So it's not a symbolic link. This is a long shot, but you could try displaying the inode numbers for the two files with the -i option ~:$ ls -id . 189997 . ~:$ You actually have to be root to create a hard link to a directory, so I don't think it's very likely that this is the source of

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

2005-06-20 Thread Usha
[EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, June 21, 2005 9:29 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting So it's not a symbolic link. This is a long shot, but you could try displaying the inode numbers for the two files with the -i

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

2005-06-20 Thread Gregory Woodhouse
That test shows that these are definitely two different files, not links to the same file. My hunch is that there is something in the device handling code that inserts OpenVistA, perhaps a workaround for something else, I don't know. You really need to look at the code to see how path

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

2005-06-19 Thread Usha
:52 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Usha -- The information you sent, shell commands that I used to illustrate the use of ZSYstem, are probably not very helpful to anyone trying to debug why %ZISH is not accessing files in directories other than /home

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

2005-06-19 Thread Usha
] Does not ask DEVICE while exporting I haven't recently tested the OPEN function, but I am using FTG and GTF^%ZISH -- which I think indirectly calls OPEN. It is working without any restrictions. Kevin --- smcphelan [EMAIL PROTECTED] wrote: The only thing that make sense to me is that you do

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

2005-06-19 Thread Usha
Well how to do that? Usha - Original Message - From: Greg Woodhouse [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Friday, June 17, 2005 9:35 PM Subject: RE: [Hardhats-members] Does not ask DEVICE while exporting At this point, I'd be inclined to try using

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

2005-06-17 Thread smcphelan
: [Hardhats-members] Does not ask DEVICE while exporting I am able to open any file in /home/vista/OpenVistA directory only. No other file is opening using %ZISH. Following is a screenshot, with the help of Bhaskar GTMZSYstem echo $PWD /home/vista/OpenVistA GTMZSYstem uname -a Linux

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

2005-06-17 Thread K.S. Bhaskar
-members] Does not ask DEVICE while exporting Can you OPEN the file? Can you open (with %ZISH) a file in a different directory (say /tmp)? === Gregory Woodhouse [EMAIL PROTECTED] Without the requirement of mathematical aesthetics a great many discoveries would not have been made

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

2005-06-17 Thread Aylesworth Marc A Ctr AFRL/IFSE
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of K.S. Bhaskar Sent: Friday, June 17, 2005 9:23 AM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Usha -- The information you sent, shell commands

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

2005-06-17 Thread Greg Woodhouse
Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Usha -- The information you sent, shell commands that I used to illustrate the use of ZSYstem, are probably not very helpful to anyone trying to debug why %ZISH is not accessing files in directories other than /home

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

2005-06-17 Thread Kevin Toppenberg
. especially any directory that is not part of the GT.M installation? - Original Message - From: Usha [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Friday, June 17, 2005 1:02 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting I am able

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

2005-06-16 Thread Gregory Woodhouse
] Does not ask DEVICE while exporting In that case, I'd try loading the file into a global using GATF^% ZISH. For that matter, it's even simpler to open the file with OPEN^% ZISH and try to read from it. === Gregory Woodhouse [EMAIL PROTECTED] The most profound technologies are those

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

2005-06-16 Thread steven mcphelan
- From: Usha [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Thursday, June 16, 2005 1:44 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Hi The following is a screenshot of what I did to find out the problem. GTMD OPEN^%ZISH(PATFILE,/home/vista

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

2005-06-16 Thread Usha
: Thursday, June 16, 2005 4:11 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting I do not see the difference between your two open statements. I do not see the open statement that shows the successful opening of the file when it was in the OpenVistA folder. Anyway, your original

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

2005-06-16 Thread Gregory Woodhouse
BTW, the 1 bit (execute) is search on directories. Consider the following example: ~:$ mkdir test ~:$ touch test/try ~:$ cat !$ cat test/try ~:$ chmod 000 test ~:$ !cat cat test/try cat: test/try: Permission denied ~:$ chmod 100 test ~:$ !cat cat test/try ~:$ The point is that I need search

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

2005-06-16 Thread Gregory Woodhouse
Can you OPEN the file? Can you open (with %ZISH) a file in a different directory (say /tmp)? === Gregory Woodhouse [EMAIL PROTECTED] Without the requirement of mathematical aesthetics a great many discoveries would not have been made. -- Albert Einstein On Jun 16, 2005, at 4:00 AM, Usha

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

2005-06-16 Thread K.S. Bhaskar
GT.M has a ZSYstem command, e.g.: GTMZSYstem echo $PWD /home/kbhaskar GTMZSYstem uname -a Linux bhaskark 2.6.8-2-686 #1 Thu May 19 17:53:30 JST 2005 i686 GNU/Linux -- Bhaskar Gregory Woodhouse wrote: I don't know how you run a shell command in GTM (like ^%CLI in Cache), but can you read from

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

2005-06-15 Thread Usha
, June 15, 2005 9:18 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Did you select Excel (tab) as your format? The import/export tools should work with this format, but you need to specify that it is the one you want. === Gregory Woodhouse [EMAIL PROTECTED] Better

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

2005-06-15 Thread Gregory Woodhouse
and the owner is vista. Does anyone have an idea of what the problem might be? Regards Usha - Original Message - From: Gregory Woodhouse [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, June 15, 2005 9:18 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while

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

2005-06-15 Thread Kevin Toppenberg
Usha - Original Message - From: Gregory Woodhouse [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, June 15, 2005 9:18 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Did you select Excel (tab) as your format? The import

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

2005-06-15 Thread Usha
I have tried that too Usha - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, June 15, 2005 6:50 PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting This a wild guess, but maybe need a / at the end

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

2005-06-15 Thread Gregory Woodhouse
Did you try importing the data into a different file? === Gregory Woodhouse [EMAIL PROTECTED] The most incomprehensible thing about the world is that it is at all comprehensible. --Albert Einstein (1879-1955) On Jun 15, 2005, at 8:22 PM, Usha wrote: I have tried that too Usha

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

2005-06-15 Thread Usha
It gives the same error. Usha - Original Message - From: Gregory Woodhouse [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Thursday, June 16, 2005 9:10 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Did you try importing the data

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

2005-06-15 Thread Gregory Woodhouse
, 2005, at 9:15 PM, Usha wrote: It gives the same error. Usha - Original Message - From: Gregory Woodhouse [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Thursday, June 16, 2005 9:10 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Did you try

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

2005-06-15 Thread Usha
: Gregory Woodhouse [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Thursday, June 16, 2005 9:52 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting In that case, I'd try loading the file into a global using GATF^% ZISH. For that matter, it's even simpler

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

2005-06-15 Thread Usha
when I had specified the PATH of the file as /home/vista/VistA? And thanks Greg for your help. Usha - Original Message - From: Usha [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Thursday, June 16, 2005 10:34 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while

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

2005-06-14 Thread Kevin Toppenberg
Usha - Original Message - From: Usha To: hardhats-members@lists.sourceforge.net Sent: Monday, June 13, 2005 11:01 AM Subject: [Hardhats-members] Does not ask DEVICE while exporting Hi I was trying to exporting records of patients from VistA to an HFS

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

2005-06-14 Thread Usha
PM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting Isn't there a method of having it prompt one for the filename? Or are you just trying to skip that step to make life easier? Kevin --- Usha [EMAIL PROTECTED] wrote: The ASK DEVICE parameter of the TELNET's entry

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

2005-06-14 Thread Gregory Woodhouse
Did you select Excel (tab) as your format? The import/export tools should work with this format, but you need to specify that it is the one you want. === Gregory Woodhouse [EMAIL PROTECTED] Better. Faster. Cheaper. Pick two. On Jun 14, 2005, at 8:41 PM, Usha wrote: You hit the nail on

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

2005-06-13 Thread Usha
- Original Message - From: Usha To: hardhats-members@lists.sourceforge.net Sent: Monday, June 13, 2005 11:01 AM Subject: [Hardhats-members] Does not ask DEVICE while exporting Hi I was trying to exporting records of patients from VistA to an HFS file

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

2005-06-13 Thread Gregory Woodhouse
For one thing, you probably want ASK HOST FILE to be YES. If you always want to use the same file name, then I think your OPEN PARAMETERS will cause problems, because it probably means getting a write lock. Anyway, I don't know what the options are (on GTM/Linux), but you probably want something

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

2005-06-13 Thread Usha
: HFSMNEMONIC: GTM-LINUX-HFS SUBTYPE: P-OTHER TYPE: HOST FILE SERVER Usha - Original Message - From: Gregory Woodhouse To: hardhats-members@lists.sourceforge.net Sent: Tuesday, June 14, 2005 10:32 AM Subject: Re: [Hardhats-members] Does not ask DEVICE while exporting

[Hardhats-members] Does not ask DEVICE while exporting

2005-06-12 Thread Usha
Hi I was trying to exporting records of patients from VistA to an HFS file. Using the CREATE EXPORT TEMPLATE, I have created an EXPORT TEMPLATE specifying the fields to be exported and the FOREIGN FORMAT to be used to export them. Now when I try to EXPORT DATA, it asks for the records to be