Re: [Hardhats-members] Unable to access providers

2005-02-21 Thread Usha Kiran
From the previous error message encountered
%GTM-E-GVDATAFAIL, Global variable $DATA
function failed.  Failure code: .,%GTM-I-GVIS, Global
variable: ^DD(200.074745,.01,9)
At M source location DR+3^DIA1

I tried to check the global (^DD(200.074745,.01,9)) it was referring to (did
not let me see the value in the global) and got the following message

NOTE: You've discovered an error in VGL/I.
Error: 150372962,LOOP1+3^%ZVEMGI,%GTM-E-GVORDERFAIL, Global variable $ORDER
or $
NEXT function failed.  Failure code: .,%GTM-I-GVIS,
Global variable: ^DD(2
00.074745,.01,1,1,2,)
Please report error to BOLDUC,[EMAIL PROTECTED]

Usha

- Original Message -
From: Nancy Anthracite [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Monday, February 21, 2005 12:12 PM
Subject: Re: [Hardhats-members] Unable to access providers


 By changing that value you are only telling GTM where to look for the
global
 directory and since it isn't there, I assume it has somehow been deleted.
I
 do not know how to recreate one and since I think you risk loosing all of
 your work if you try it, I would make a backup of the mumps.dat file
before
 you do.  If you look at the install script that you used, the mupip
commands
 will probably indicate the proper parameters for the mumps.gld and I am
 hoping that you will be able to recreate the file.  However, the smartest
 thing is probably to hope that Bhaskar can bail you out.

 It is a holiday weekend here, so there is no telling when Bhaskar will
next
 read the email.

 On Monday 21 February 2005 12:03 am, Usha Kiran wrote:
  Hi
  I tried to create a new global directory by changing the gtmgbldir
variable
  (as specified in the page 17 of Guide). But GTM seems to refer to the
older
  value only (ie /usr/local/OpenVistA/g/mumps.gld).
  I have no idea of the way to change that value.
  Usha
 
  - Original Message -
  From: Nancy Anthracite [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Monday, February 21, 2005 9:32 AM
  Subject: Re: [Hardhats-members] Unable to access providers
 
   Look at page 17 of that Admin and Operations Guide (page 34 of the pdf
 
  file)
 
   I sent you.  The original setting of gtmgbldir as mumps.gld was
probably
   correct. We should get Bhaskar to confirm that, but maybe that guide
will
   help.  Anyway, if I am correct, that would explain the error.  Now the
   big question is what happened to your mumps.gld?
  
   On Sunday 20 February 2005 10:34 pm, Usha Kiran wrote:
I will answer your questions one by ne
1 The value of $gtmgbldir is /home/vista/OpenVistA/g/mumps.dat
(The
original value was /home/vista/OpenVistA/g/mumps.gld)
2 For installing VistA on GTM, the tar file is unzipped into
/usr/local
directory, as root. Then execute the command
/usr/local/OpenVistA/vista --install /home/vista/OpenVistA
3 The value of $ZGBLDIR is /usr/local/OpenVistA/g/mumps.gld
   
Is there any problem in the way I install or am I missing something?
Usha
   
   
- Original Message -
From: K.S. Bhaskar [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Friday, February 18, 2005 7:36 PM
Subject: Re: [Hardhats-members] Unable to access providers
   
 A global directory file and a database file are two very different
 things.

 Just as given a person's name, a phone directory helps you find
the
 phone number for that person, a global directory, given an M
global
 variable, helps the GT.M process find the database file for that
 
  global
 
 variable.  The name space of M global variables can be spread over
 
  many
 
 database files, and the global directory file specifies this
mapping.

 Since you appear to be running VistA on GT.M, and since GT.M
requires
 $gtmgbldir to be set correctly, please tell me how you normally
set
 up the environment before entering GT.M.

 Also, once you are inside GT.M, at the GTM prompt, Write the
value
 of $ZGBLDIR and tell me.

 -- Bhaskar

 On Thu, 2005-02-17 at 23:08 -0500, [EMAIL PROTECTED]
 
  wrote:
  The specified folder has a mumps.dat file. I changed the value
of
  $gtmgbldir in the .bash_profile file. When I tried to take the
 
  backup,
 
the
   
  following message was displayed
 
 
  [EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip
backup -incremental
  -transaction=1 /home/vista/OpenVistA/g/mumps.dat
  /home/vista/OpenVistA/backup/
  %GTM-E-GDINVALID, Unrecognized Global Directory file format:
  /home/vista/OpenVistA/g/mumps.dat
 
  Usha

 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real
 
  users.
 
 Discover which products truly live up to the hype. Start reading
now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click

Re: [Hardhats-members] Unable to access providers

2005-02-20 Thread Usha Kiran
I will answer your questions one by ne
1 The value of $gtmgbldir is /home/vista/OpenVistA/g/mumps.dat (The
original value was /home/vista/OpenVistA/g/mumps.gld)
2 For installing VistA on GTM, the tar file is unzipped into /usr/local
directory, as root. Then execute the command
/usr/local/OpenVistA/vista --install /home/vista/OpenVistA
3 The value of $ZGBLDIR is /usr/local/OpenVistA/g/mumps.gld

Is there any problem in the way I install or am I missing something?
Usha


- Original Message -
From: K.S. Bhaskar [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Friday, February 18, 2005 7:36 PM
Subject: Re: [Hardhats-members] Unable to access providers


 A global directory file and a database file are two very different
 things.

 Just as given a person's name, a phone directory helps you find the
 phone number for that person, a global directory, given an M global
 variable, helps the GT.M process find the database file for that global
 variable.  The name space of M global variables can be spread over many
 database files, and the global directory file specifies this mapping.

 Since you appear to be running VistA on GT.M, and since GT.M requires
 $gtmgbldir to be set correctly, please tell me how you normally set up
 the environment before entering GT.M.

 Also, once you are inside GT.M, at the GTM prompt, Write the value of
 $ZGBLDIR and tell me.

 -- Bhaskar

 On Thu, 2005-02-17 at 23:08 -0500, [EMAIL PROTECTED] wrote:
  The specified folder has a mumps.dat file. I changed the value of
  $gtmgbldir in the .bash_profile file. When I tried to take the backup,
the
  following message was displayed
 
 
  [EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip backup -incremental
  -transaction=1 /home/vista/OpenVistA/g/mumps.dat
  /home/vista/OpenVistA/backup/
  %GTM-E-GDINVALID, Unrecognized Global Directory file format:
  /home/vista/OpenVistA/g/mumps.dat
 
  Usha



 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-20 Thread Usha Kiran
Now I got to know what is the difference between a dat and a gld file. I was
under the impression that both the files are the same and can be used
interchangeably.
So I changed the value of $gtmgbldir to point to the gld file in /usr/local.
It seems to have worked fine, except that on running the following command
to take the backup, the following message was displayed. Is my file corrupt
or something?


[EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip
backup -incremental -transaction=1 /home/vista/OpenVistA/g/mumps.dat
/home/vista/OpenVistA/backup/
33 exceeds maximum REGION name length of 16 characters.

MUPIP cannot start backup with above errors

%GTM-E-MUNOACTION, MUPIP unable to perform requested action


Usha

- Original Message -
From: K.S. Bhaskar [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Friday, February 18, 2005 7:40 PM
Subject: Re: [Hardhats-members] Unable to access providers


 OK, so GT.M is telling you that it cannot rundown the database file
 because one or more other processes are accessing it.  You need to find
 out what those are and shut them down.

 Before shutting things down, you need to shut down these processes.
 Although you can do a ps -ef | grep mumps and issue a mupip stop to
 them, it would be preferable to find out what processes they are and
 shut them down from within the application.  If they are not user
 processes, they are probably Taskman processes.  In case you don't
 already know how, others on this group should be able to help you
 identify Taskman processes and to shut them down cleanly.

 -- Bhaskar

 On Thu, 2005-02-17 at 23:11 -0500, [EMAIL PROTECTED] wrote:
  The response is as follows
 
  [EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip rundown -file
  /home/vista/OpenVistA/g/mumps.dat
  /home/vista/OpenVistA/g/mumps.dat - File is in use by another process.
  %GTM-W-MUNOTALLSEC, WARNING: not all global sections accessed were
  successfully rundown
 
  Usha



 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-20 Thread Nancy Anthracite
Look at page 17 of that Admin and Operations Guide (page 34 of the pdf file)  
I sent you.  The original setting of gtmgbldir as mumps.gld was probably 
correct. We should get Bhaskar to confirm that, but maybe that guide will 
help.  Anyway, if I am correct, that would explain the error.  Now the big 
question is what happened to your mumps.gld?   

On Sunday 20 February 2005 10:34 pm, Usha Kiran wrote:
 I will answer your questions one by ne
 1 The value of $gtmgbldir is /home/vista/OpenVistA/g/mumps.dat (The
 original value was /home/vista/OpenVistA/g/mumps.gld)
 2 For installing VistA on GTM, the tar file is unzipped into /usr/local
 directory, as root. Then execute the command
 /usr/local/OpenVistA/vista --install /home/vista/OpenVistA
 3 The value of $ZGBLDIR is /usr/local/OpenVistA/g/mumps.gld

 Is there any problem in the way I install or am I missing something?
 Usha


 - Original Message -
 From: K.S. Bhaskar [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Friday, February 18, 2005 7:36 PM
 Subject: Re: [Hardhats-members] Unable to access providers

  A global directory file and a database file are two very different
  things.
 
  Just as given a person's name, a phone directory helps you find the
  phone number for that person, a global directory, given an M global
  variable, helps the GT.M process find the database file for that global
  variable.  The name space of M global variables can be spread over many
  database files, and the global directory file specifies this mapping.
 
  Since you appear to be running VistA on GT.M, and since GT.M requires
  $gtmgbldir to be set correctly, please tell me how you normally set up
  the environment before entering GT.M.
 
  Also, once you are inside GT.M, at the GTM prompt, Write the value of
  $ZGBLDIR and tell me.
 
  -- Bhaskar
 
  On Thu, 2005-02-17 at 23:08 -0500, [EMAIL PROTECTED] wrote:
   The specified folder has a mumps.dat file. I changed the value of
   $gtmgbldir in the .bash_profile file. When I tried to take the backup,

 the

   following message was displayed
  
  
   [EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip backup -incremental
   -transaction=1 /home/vista/OpenVistA/g/mumps.dat
   /home/vista/OpenVistA/backup/
   %GTM-E-GDINVALID, Unrecognized Global Directory file format:
   /home/vista/OpenVistA/g/mumps.dat
  
   Usha
 
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members

 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-20 Thread Usha Kiran
Hi
I tried to create a new global directory by changing the gtmgbldir variable
(as specified in the page 17 of Guide). But GTM seems to refer to the older
value only (ie /usr/local/OpenVistA/g/mumps.gld).
I have no idea of the way to change that value.
Usha

- Original Message -
From: Nancy Anthracite [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Monday, February 21, 2005 9:32 AM
Subject: Re: [Hardhats-members] Unable to access providers


 Look at page 17 of that Admin and Operations Guide (page 34 of the pdf
file)
 I sent you.  The original setting of gtmgbldir as mumps.gld was probably
 correct. We should get Bhaskar to confirm that, but maybe that guide will
 help.  Anyway, if I am correct, that would explain the error.  Now the big
 question is what happened to your mumps.gld?

 On Sunday 20 February 2005 10:34 pm, Usha Kiran wrote:
  I will answer your questions one by ne
  1 The value of $gtmgbldir is /home/vista/OpenVistA/g/mumps.dat (The
  original value was /home/vista/OpenVistA/g/mumps.gld)
  2 For installing VistA on GTM, the tar file is unzipped into /usr/local
  directory, as root. Then execute the command
  /usr/local/OpenVistA/vista --install /home/vista/OpenVistA
  3 The value of $ZGBLDIR is /usr/local/OpenVistA/g/mumps.gld
 
  Is there any problem in the way I install or am I missing something?
  Usha
 
 
  - Original Message -
  From: K.S. Bhaskar [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Friday, February 18, 2005 7:36 PM
  Subject: Re: [Hardhats-members] Unable to access providers
 
   A global directory file and a database file are two very different
   things.
  
   Just as given a person's name, a phone directory helps you find the
   phone number for that person, a global directory, given an M global
   variable, helps the GT.M process find the database file for that
global
   variable.  The name space of M global variables can be spread over
many
   database files, and the global directory file specifies this mapping.
  
   Since you appear to be running VistA on GT.M, and since GT.M requires
   $gtmgbldir to be set correctly, please tell me how you normally set up
   the environment before entering GT.M.
  
   Also, once you are inside GT.M, at the GTM prompt, Write the value of
   $ZGBLDIR and tell me.
  
   -- Bhaskar
  
   On Thu, 2005-02-17 at 23:08 -0500, [EMAIL PROTECTED]
wrote:
The specified folder has a mumps.dat file. I changed the value of
$gtmgbldir in the .bash_profile file. When I tried to take the
backup,
 
  the
 
following message was displayed
   
   
[EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip backup -incremental
-transaction=1 /home/vista/OpenVistA/g/mumps.dat
/home/vista/OpenVistA/backup/
%GTM-E-GDINVALID, Unrecognized Global Directory file format:
/home/vista/OpenVistA/g/mumps.dat
   
Usha
  
   ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT Products from real
users.
   Discover which products truly live up to the hype. Start reading now.
   http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Hardhats-members mailing list
   Hardhats-members@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members

 --
 Nancy Anthracite


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-20 Thread Nancy Anthracite
By changing that value you are only telling GTM where to look for the global 
directory and since it isn't there, I assume it has somehow been deleted.  I 
do not know how to recreate one and since I think you risk loosing all of 
your work if you try it, I would make a backup of the mumps.dat file before 
you do.  If you look at the install script that you used, the mupip commands 
will probably indicate the proper parameters for the mumps.gld and I am 
hoping that you will be able to recreate the file.  However, the smartest 
thing is probably to hope that Bhaskar can bail you out. 

It is a holiday weekend here, so there is no telling when Bhaskar will next 
read the email. 

On Monday 21 February 2005 12:03 am, Usha Kiran wrote:
 Hi
 I tried to create a new global directory by changing the gtmgbldir variable
 (as specified in the page 17 of Guide). But GTM seems to refer to the older
 value only (ie /usr/local/OpenVistA/g/mumps.gld).
 I have no idea of the way to change that value.
 Usha

 - Original Message -
 From: Nancy Anthracite [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Monday, February 21, 2005 9:32 AM
 Subject: Re: [Hardhats-members] Unable to access providers

  Look at page 17 of that Admin and Operations Guide (page 34 of the pdf

 file)

  I sent you.  The original setting of gtmgbldir as mumps.gld was probably
  correct. We should get Bhaskar to confirm that, but maybe that guide will
  help.  Anyway, if I am correct, that would explain the error.  Now the
  big question is what happened to your mumps.gld?
 
  On Sunday 20 February 2005 10:34 pm, Usha Kiran wrote:
   I will answer your questions one by ne
   1 The value of $gtmgbldir is /home/vista/OpenVistA/g/mumps.dat (The
   original value was /home/vista/OpenVistA/g/mumps.gld)
   2 For installing VistA on GTM, the tar file is unzipped into /usr/local
   directory, as root. Then execute the command
   /usr/local/OpenVistA/vista --install /home/vista/OpenVistA
   3 The value of $ZGBLDIR is /usr/local/OpenVistA/g/mumps.gld
  
   Is there any problem in the way I install or am I missing something?
   Usha
  
  
   - Original Message -
   From: K.S. Bhaskar [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Friday, February 18, 2005 7:36 PM
   Subject: Re: [Hardhats-members] Unable to access providers
  
A global directory file and a database file are two very different
things.
   
Just as given a person's name, a phone directory helps you find the
phone number for that person, a global directory, given an M global
variable, helps the GT.M process find the database file for that

 global

variable.  The name space of M global variables can be spread over

 many

database files, and the global directory file specifies this mapping.
   
Since you appear to be running VistA on GT.M, and since GT.M requires
$gtmgbldir to be set correctly, please tell me how you normally set
up the environment before entering GT.M.
   
Also, once you are inside GT.M, at the GTM prompt, Write the value
of $ZGBLDIR and tell me.
   
-- Bhaskar
   
On Thu, 2005-02-17 at 23:08 -0500, [EMAIL PROTECTED]

 wrote:
 The specified folder has a mumps.dat file. I changed the value of
 $gtmgbldir in the .bash_profile file. When I tried to take the

 backup,

   the
  
 following message was displayed


 [EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip backup -incremental
 -transaction=1 /home/vista/OpenVistA/g/mumps.dat
 /home/vista/OpenVistA/backup/
 %GTM-E-GDINVALID, Unrecognized Global Directory file format:
 /home/vista/OpenVistA/g/mumps.dat

 Usha
   
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real

 users.

Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
   ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT Products from real
   users. Discover which products truly live up to the hype. Start reading
   now. http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Hardhats-members mailing list
   Hardhats-members@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
  --
  Nancy Anthracite
 
 
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up

Re: [Hardhats-members] Unable to access providers

2005-02-18 Thread K.S. Bhaskar
A global directory file and a database file are two very different
things.

Just as given a person's name, a phone directory helps you find the
phone number for that person, a global directory, given an M global
variable, helps the GT.M process find the database file for that global
variable.  The name space of M global variables can be spread over many
database files, and the global directory file specifies this mapping.

Since you appear to be running VistA on GT.M, and since GT.M requires
$gtmgbldir to be set correctly, please tell me how you normally set up
the environment before entering GT.M.

Also, once you are inside GT.M, at the GTM prompt, Write the value of
$ZGBLDIR and tell me.

-- Bhaskar

On Thu, 2005-02-17 at 23:08 -0500, [EMAIL PROTECTED] wrote:
 The specified folder has a mumps.dat file. I changed the value of
 $gtmgbldir in the .bash_profile file. When I tried to take the backup, the
 following message was displayed
 
 
 [EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip backup -incremental
 -transaction=1 /home/vista/OpenVistA/g/mumps.dat
 /home/vista/OpenVistA/backup/
 %GTM-E-GDINVALID, Unrecognized Global Directory file format:
 /home/vista/OpenVistA/g/mumps.dat
 
 Usha



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-18 Thread Kevin Toppenberg
I better wait for Bhaskar's input on this one.  I
think that the small file is somehow a settings file.

Are you including the filename in your path?  I think
it is not supposed to be there... just the path.

Also, are permissions on the folders appropriate? 
Maybe the process doesn't have access to enter the
folder.

Kevin


--- Usha Kiran [EMAIL PROTECTED] wrote:

 Kevin
 
 I found the .gld file in the /usr/local/OpenVistA/g
 directory. But it's a
 very small one (just 1024 bytes). I don't think it
 contains any data or
 rather I don't understand.
 
 I think the database file we use is 
 /home/vista/OpenVistA/g/mumps.dat. I
 set the variable to point to this file. But still
 the system does not
 approve it of being in the correct format
 
 Is there any specific way of changing this .dat file
 to .gld?
 
 Usha
 
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Thursday, February 17, 2005 9:38 PM
 Subject: Re: [Hardhats-members] Unable to access
 providers
 
 
  Usha,
 
  Did you try the search function for the .gld file?
  I'm pretty sure it is somewhere on your system.
 
  I think the default way that VistA gets set up is
 to
  have some of it in /usr/local/OpenVistA
 
  You are getting the message because your
 environmental
  variables $gtm_glbdir (something like this.. this
 is
  not exactly right) is not set properly.
 
  Kevin
 
 
  --- Usha Kiran [EMAIL PROTECTED]
 wrote:
 
   For taking a backup of the database, I had run
   successfully rundown the
   database and then tried the following command:
  
   $ /usr/local/gtm/mupip backup -incremental
   -transaction=1
   /home/vista/OpenVistA/g/mumps.dat
   /home/vista/OpenVistA/backup/
   %GTM-E-ZGBLDIRACC, Cannot access global
 directory
   /home/vista/OpenVistA/g/mumps.gld.  Retaining .
   %SYSTEM-E-ENO2, No such file or directory
  
   I could not find any .gld file in the specified
   folder. The only file it has
   is mumps.dat.
   How to overcome this problem?
  
   Usha
  
   - Original Message -
   From: K.S. Bhaskar [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Wednesday, February 16, 2005 7:46 PM
   Subject: Re: [Hardhats-members] Unable to access
   providers
  
  
Did you do an unclean shut down (for example,
 turn
   off the PC with
processes active)?  If that is the case, you
 may
   have database damage,
Run a mupip integ, and repair damage (lots of
   information in the Admin
and Ops Guide).
   
For production sites, as well as when you want
 to
   protect yourself
against failures like sudden power outages,
 then
   you *must* run
journaling.  Again details in the AO Guide.
   
-- Bhaskar
   
On Wed, 2005-02-16 at 10:27 +0530, Usha Kiran
   wrote:
 Hi
 Yesterday I just tried to see how a patient
 can
   be made SENSITIVE. I
 created an entry in the DG SECURITY LOG file
 for
   that patient. And it
 is working fine.
 But my system has started behaving very
   strangely. Following are some
 of the problems I faced:
 1) I cannot add a new entry into the NEW
 PERSON
   file

 GTMd Q^DI


 VA FileMan 22.0


 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
   Global variable $DATA
 function failed.  Failure code:
   .,%GTM-I-GVIS, Global
 variable: ^DD(200.074745,.01,9)
 At M source location
 DR+3^DIA1

 GTM



 2) I am unable to see the encounter
 providers in
   the CPRS.
 3) I am unable to see the names of the
 providers
   at the help (?).

 Select NEW PERSON NAME: ?
  Answer with NEW PERSON NAME, or INITIAL, or
   SSN, or VERIFY CODE, or
  NICK NAME, or SERVICE/SECTION, or DEA#,
 or
   VA#, or ALIAS
  Do you want the entire 117-Entry NEW PERSON
   List? Y  (Yes)
Choose from:
MATTHEW,SHERINSM

 You may enter a new NEW PERSON, if
 you
   wish
 Answer must be 3-35 upper-case
   characters in length, and be in
 the
 format Family(Last),Given(First)
 Middle
   Suffix. Enter '??' for
 more help
 .

 Can somebody please help me out?

 Usha
   
   
   
   
  
 

---
SF email is sponsored by - The IT Product
 Guide
Read honest  candid reviews on hundreds of IT
   Products from real users.
Discover which products truly live up to the
 hype.
   Start reading now.
   
  
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   
 ___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
   
  
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
   
   
  
  
  
  
 
=== message truncated

Re: [Hardhats-members] Unable to access providers

2005-02-18 Thread K.S. Bhaskar
Kevin --

If my reply from Friday morning (US EST) noting the differences between
a global directory file and a database file didn't get distributed,
please let me know.

I think Usha doesn't have $gtmgbldir pointing to her global directory
file when running mupip.

-- Bhaskar

On Fri, 2005-02-18 at 15:00 -0800, Kevin Toppenberg wrote:
 I better wait for Bhaskar's input on this one.  I
 think that the small file is somehow a settings file.
 
 Are you including the filename in your path?  I think
 it is not supposed to be there... just the path.
 
 Also, are permissions on the folders appropriate? 
 Maybe the process doesn't have access to enter the
 folder.
 
 Kevin
 
 
 --- Usha Kiran [EMAIL PROTECTED] wrote:
 
  Kevin
  
  I found the .gld file in the /usr/local/OpenVistA/g
  directory. But it's a
  very small one (just 1024 bytes). I don't think it
  contains any data or
  rather I don't understand.
  
  I think the database file we use is 
  /home/vista/OpenVistA/g/mumps.dat. I
  set the variable to point to this file. But still
  the system does not
  approve it of being in the correct format
  
  Is there any specific way of changing this .dat file
  to .gld?
  
  Usha
  
  - Original Message -
  From: Kevin Toppenberg [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Thursday, February 17, 2005 9:38 PM
  Subject: Re: [Hardhats-members] Unable to access
  providers
  
  
   Usha,
  
   Did you try the search function for the .gld file?
   I'm pretty sure it is somewhere on your system.
  
   I think the default way that VistA gets set up is
  to
   have some of it in /usr/local/OpenVistA
  
   You are getting the message because your
  environmental
   variables $gtm_glbdir (something like this.. this
  is
   not exactly right) is not set properly.
  
   Kevin
  
  
   --- Usha Kiran [EMAIL PROTECTED]
  wrote:
  
For taking a backup of the database, I had run
successfully rundown the
database and then tried the following command:
   
$ /usr/local/gtm/mupip backup -incremental
-transaction=1
/home/vista/OpenVistA/g/mumps.dat
/home/vista/OpenVistA/backup/
%GTM-E-ZGBLDIRACC, Cannot access global
  directory
/home/vista/OpenVistA/g/mumps.gld.  Retaining .
%SYSTEM-E-ENO2, No such file or directory
   
I could not find any .gld file in the specified
folder. The only file it has
is mumps.dat.
How to overcome this problem?
   
Usha
   
- Original Message -
From: K.S. Bhaskar [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, February 16, 2005 7:46 PM
Subject: Re: [Hardhats-members] Unable to access
providers
   
   
 Did you do an unclean shut down (for example,
  turn
off the PC with
 processes active)?  If that is the case, you
  may
have database damage,
 Run a mupip integ, and repair damage (lots of
information in the Admin
 and Ops Guide).

 For production sites, as well as when you want
  to
protect yourself
 against failures like sudden power outages,
  then
you *must* run
 journaling.  Again details in the AO Guide.

 -- Bhaskar

 On Wed, 2005-02-16 at 10:27 +0530, Usha Kiran
wrote:
  Hi
  Yesterday I just tried to see how a patient
  can
be made SENSITIVE. I
  created an entry in the DG SECURITY LOG file
  for
that patient. And it
  is working fine.
  But my system has started behaving very
strangely. Following are some
  of the problems I faced:
  1) I cannot add a new entry into the NEW
  PERSON
file
 
  GTMd Q^DI
 
 
  VA FileMan 22.0
 
 
  Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
 
 
 
  INPUT TO WHAT FILE: NEW PERSON//
  EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
Global variable $DATA
  function failed.  Failure code:
.,%GTM-I-GVIS, Global
  variable: ^DD(200.074745,.01,9)
  At M source location
  DR+3^DIA1
 
  GTM
 
 
 
  2) I am unable to see the encounter
  providers in
the CPRS.
  3) I am unable to see the names of the
  providers
at the help (?).
 
  Select NEW PERSON NAME: ?
   Answer with NEW PERSON NAME, or INITIAL, or
SSN, or VERIFY CODE, or
   NICK NAME, or SERVICE/SECTION, or DEA#,
  or
VA#, or ALIAS
   Do you want the entire 117-Entry NEW PERSON
List? Y  (Yes)
 Choose from:
 MATTHEW,SHERINSM
 
  You may enter a new NEW PERSON, if
  you
wish
  Answer must be 3-35 upper-case
characters in length, and be in
  the
  format Family(Last),Given(First)
  Middle
Suffix. Enter '??' for
  more help
  .
 
  Can somebody please help me out?
 
  Usha




   
  
 
 ---
 SF email

Re: [Hardhats-members] Unable to access providers

2005-02-18 Thread Kevin Toppenberg
It did.  I start at the earliest posts and work
forward.  I didn't realize you had already answered.

Kevin


--- K.S. Bhaskar [EMAIL PROTECTED] wrote:

 Kevin --
 
 If my reply from Friday morning (US EST) noting the
 differences between
 a global directory file and a database file didn't
 get distributed,
 please let me know.
 
 I think Usha doesn't have $gtmgbldir pointing to her
 global directory
 file when running mupip.
 
 -- Bhaskar
 
 On Fri, 2005-02-18 at 15:00 -0800, Kevin Toppenberg
 wrote:
  I better wait for Bhaskar's input on this one.  I
  think that the small file is somehow a settings
 file.
  
  Are you including the filename in your path?  I
 think
  it is not supposed to be there... just the path.
  
  Also, are permissions on the folders appropriate? 
  Maybe the process doesn't have access to enter the
  folder.
  
  Kevin
  
  
  --- Usha Kiran [EMAIL PROTECTED]
 wrote:
  
   Kevin
   
   I found the .gld file in the
 /usr/local/OpenVistA/g
   directory. But it's a
   very small one (just 1024 bytes). I don't think
 it
   contains any data or
   rather I don't understand.
   
   I think the database file we use is 
   /home/vista/OpenVistA/g/mumps.dat. I
   set the variable to point to this file. But
 still
   the system does not
   approve it of being in the correct format
   
   Is there any specific way of changing this .dat
 file
   to .gld?
   
   Usha
   
   - Original Message -
   From: Kevin Toppenberg [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Thursday, February 17, 2005 9:38 PM
   Subject: Re: [Hardhats-members] Unable to access
   providers
   
   
Usha,
   
Did you try the search function for the .gld
 file?
I'm pretty sure it is somewhere on your
 system.
   
I think the default way that VistA gets set up
 is
   to
have some of it in /usr/local/OpenVistA
   
You are getting the message because your
   environmental
variables $gtm_glbdir (something like this..
 this
   is
not exactly right) is not set properly.
   
Kevin
   
   
--- Usha Kiran [EMAIL PROTECTED]
   wrote:
   
 For taking a backup of the database, I had
 run
 successfully rundown the
 database and then tried the following
 command:

 $ /usr/local/gtm/mupip backup -incremental
 -transaction=1
 /home/vista/OpenVistA/g/mumps.dat
 /home/vista/OpenVistA/backup/
 %GTM-E-ZGBLDIRACC, Cannot access global
   directory
 /home/vista/OpenVistA/g/mumps.gld. 
 Retaining .
 %SYSTEM-E-ENO2, No such file or directory

 I could not find any .gld file in the
 specified
 folder. The only file it has
 is mumps.dat.
 How to overcome this problem?

 Usha

 - Original Message -
 From: K.S. Bhaskar [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 7:46 PM
 Subject: Re: [Hardhats-members] Unable to
 access
 providers


  Did you do an unclean shut down (for
 example,
   turn
 off the PC with
  processes active)?  If that is the case,
 you
   may
 have database damage,
  Run a mupip integ, and repair damage (lots
 of
 information in the Admin
  and Ops Guide).
 
  For production sites, as well as when you
 want
   to
 protect yourself
  against failures like sudden power
 outages,
   then
 you *must* run
  journaling.  Again details in the AO
 Guide.
 
  -- Bhaskar
 
  On Wed, 2005-02-16 at 10:27 +0530, Usha
 Kiran
 wrote:
   Hi
   Yesterday I just tried to see how a
 patient
   can
 be made SENSITIVE. I
   created an entry in the DG SECURITY LOG
 file
   for
 that patient. And it
   is working fine.
   But my system has started behaving very
 strangely. Following are some
   of the problems I faced:
   1) I cannot add a new entry into the NEW
   PERSON
 file
  
   GTMd Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE
 ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL//
 %GTM-E-GVDATAFAIL,
 Global variable $DATA
   function failed.  Failure code:
 .,%GTM-I-GVIS, Global
   variable: ^DD(200.074745,.01,9)
   At M source location
   DR+3^DIA1
  
   GTM
  
  
  
   2) I am unable to see the encounter
   providers in
 the CPRS.
   3) I am unable to see the names of the
   providers
 at the help (?).
  
 
=== message truncated ===


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly

Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread Usha Kiran
For taking a backup of the database, I had run successfully rundown the
database and then tried the following command:

$ /usr/local/gtm/mupip backup -incremental -transaction=1
/home/vista/OpenVistA/g/mumps.dat /home/vista/OpenVistA/backup/
%GTM-E-ZGBLDIRACC, Cannot access global directory
/home/vista/OpenVistA/g/mumps.gld.  Retaining .
%SYSTEM-E-ENO2, No such file or directory

I could not find any .gld file in the specified folder. The only file it has
is mumps.dat.
How to overcome this problem?

Usha

- Original Message -
From: K.S. Bhaskar [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, February 16, 2005 7:46 PM
Subject: Re: [Hardhats-members] Unable to access providers


 Did you do an unclean shut down (for example, turn off the PC with
 processes active)?  If that is the case, you may have database damage,
 Run a mupip integ, and repair damage (lots of information in the Admin
 and Ops Guide).

 For production sites, as well as when you want to protect yourself
 against failures like sudden power outages, then you *must* run
 journaling.  Again details in the AO Guide.

 -- Bhaskar

 On Wed, 2005-02-16 at 10:27 +0530, Usha Kiran wrote:
  Hi
  Yesterday I just tried to see how a patient can be made SENSITIVE. I
  created an entry in the DG SECURITY LOG file for that patient. And it
  is working fine.
  But my system has started behaving very strangely. Following are some
  of the problems I faced:
  1) I cannot add a new entry into the NEW PERSON file
 
  GTMd Q^DI
 
 
  VA FileMan 22.0
 
 
  Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
 
 
 
  INPUT TO WHAT FILE: NEW PERSON//
  EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL, Global variable $DATA
  function failed.  Failure code: .,%GTM-I-GVIS, Global
  variable: ^DD(200.074745,.01,9)
  At M source location DR+3^DIA1
 
  GTM
 
 
 
  2) I am unable to see the encounter providers in the CPRS.
  3) I am unable to see the names of the providers at the help (?).
 
  Select NEW PERSON NAME: ?
   Answer with NEW PERSON NAME, or INITIAL, or SSN, or VERIFY CODE, or
   NICK NAME, or SERVICE/SECTION, or DEA#, or VA#, or ALIAS
   Do you want the entire 117-Entry NEW PERSON List? Y  (Yes)
 Choose from:
 MATTHEW,SHERINSM
 
  You may enter a new NEW PERSON, if you wish
  Answer must be 3-35 upper-case characters in length, and be in
  the
  format Family(Last),Given(First) Middle Suffix. Enter '??' for
  more help
  .
 
  Can somebody please help me out?
 
  Usha



 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread K.S. Bhaskar
The environment variable $gtmgbldir needs to point to your global
directory file.  Mupip is complaining that it is not so pointing.  Where
is your global directory file?  Point $gtmgbldir to it and you should be
on your way.

Also, note that the term -incremental is deprecated and may be dropped
at some point in the future.  Use the synonym -bytestream instead.

-- Bhaskar

On Thu, 2005-02-17 at 14:07 +0530, Usha Kiran wrote:
 For taking a backup of the database, I had run successfully rundown the
 database and then tried the following command:
 
 $ /usr/local/gtm/mupip backup -incremental -transaction=1
 /home/vista/OpenVistA/g/mumps.dat /home/vista/OpenVistA/backup/
 %GTM-E-ZGBLDIRACC, Cannot access global directory
 /home/vista/OpenVistA/g/mumps.gld.  Retaining .
 %SYSTEM-E-ENO2, No such file or directory
 
 I could not find any .gld file in the specified folder. The only file it has
 is mumps.dat.
 How to overcome this problem?
 
 Usha



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread K.S. Bhaskar
What is the entire message?

GT.M may be trying to tell you that you have processes accessing the
database and that it cannot be rundown.  Maybe you have active Taskman
processes that need to be shut down before you turn off the computer?

-- Bhaskar

On Thu, 2005-02-17 at 09:46 +0530, Usha Kiran wrote:
 Hi Kevin,
 It's really wierd but every time I rundown, at the end of the day, I get the
 message that not all the areas were successfully rundown. But the next
 morning before starting GTM, if I rundown, the message tells me that all the
 areas were successfully rundown.
 
 Is it normal?
 
 Today, at the end of the day, I will try and use the procedure that you have
 given and then try to rundown
 Hopefully it will rundown successfully.
 
 Usha



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread Kevin Toppenberg
Usha,

This is because you are not the only one using the
database.  I believe that other things, like the TCP
listener (XWBTCP) is spawned as a separate process. 
When I have everything up (i.e. taskman running
etc.)and I do ps -all | grep mumps , from a linux
prompt, then I see about 5 processes running.  So I
think what is happening is that your rundown is
unsuccessful.  Then, when you turn off your computer,
those processes are killed.  Then the rundown works.

Kevin


--- Usha Kiran [EMAIL PROTECTED] wrote:

 Hi Kevin,
 It's really wierd but every time I rundown, at the
 end of the day, I get the
 message that not all the areas were successfully
 rundown. But the next
 morning before starting GTM, if I rundown, the
 message tells me that all the
 areas were successfully rundown.
 
 Is it normal?
 
 Today, at the end of the day, I will try and use the
 procedure that you have
 given and then try to rundown
 Hopefully it will rundown successfully.
 
 Usha
 
 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 9:45 PM
 Subject: Re: [Hardhats-members] Unable to access
 providers
 
 
  Usha,
 
  When you did your rundown, was it successful, or
 did
  it say that not all parts were run down?
 
  Completely exit GTM, then type:
  ps -A | grep mumps
 
  if any processes are listed, use this to stop them
  mupip stop x
 
  with x being the process number
 
  Kevin
 
 
  This will show if any process are still using GTM.
  --- Usha Kiran [EMAIL PROTECTED]
 wrote:
 
   It seems rundown was one of the many problems.
 After
   rundown, the system
   response is given below
  
  
   GTMD Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL//
   GTM
  
   Usha
   - Original Message -
   From: Nancy Anthracite [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Wednesday, February 16, 2005 6:15 PM
   Subject: Re: [Hardhats-members] Unable to access
   providers
  
  
Have you been doing a rundown on your database
   every time you shut down
   GTM?
   
On Tuesday 15 February 2005 11:57 pm, Usha
 Kiran
   wrote:
 Hi
 Yesterday I just tried to see how a patient
 can
   be made SENSITIVE. I
 created an entry in the DG SECURITY LOG file
 for
   that patient. And it is
 working fine. But my system has started
 behaving
   very strangely.
   Following
 are some of the problems I faced: 1) I
 cannot
   add a new entry into the
   NEW
 PERSON file

 GTMd Q^DI


 VA FileMan 22.0


 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
   Global variable $DATA
   function
 failed.  Failure code: .,%GTM-I-GVIS,
Global variable:
 ^DD(200.074745,.01,9) At M source location
   DR+3^DIA1

 GTM



 2) I am unable to see the encounter
 providers in
   the CPRS.
 3) I am unable to see the names of the
 providers
   at the help (?).

 Select NEW PERSON NAME: ?
  Answer with NEW PERSON NAME, or INITIAL, or
   SSN, or VERIFY CODE, or
  NICK NAME, or SERVICE/SECTION, or DEA#,
 or
   VA#, or ALIAS
  Do you want the entire 117-Entry NEW PERSON
   List? Y  (Yes)
Choose from:
MATTHEW,SHERINSM

 You may enter a new NEW PERSON, if
 you
   wish
 Answer must be 3-35 upper-case
   characters in length, and be in
   the
 format Family(Last),Given(First)
 Middle
   Suffix. Enter '??' for
   more
 help .

 Can somebody please help me out?

 Usha
   
--
Nancy Anthracite
   
   
   
  
 

---
SF email is sponsored by - The IT Product
 Guide
Read honest  candid reviews on hundreds of IT
   Products from real users.
Discover which products truly live up to the
 hype.
   Start reading now.
   
  
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   
 ___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
   
  
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
   
   
  
  
  
  
 

---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT
   Products from real users.
   Discover which products truly live up to the
 hype.
   Start reading now.
  
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 
=== message truncated ===




__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250


---
SF email

Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread Kevin Toppenberg
Usha,

Did you try the search function for the .gld file? 
I'm pretty sure it is somewhere on your system.

I think the default way that VistA gets set up is to
have some of it in /usr/local/OpenVistA

You are getting the message because your environmental
variables $gtm_glbdir (something like this.. this is
not exactly right) is not set properly.

Kevin


--- Usha Kiran [EMAIL PROTECTED] wrote:

 For taking a backup of the database, I had run
 successfully rundown the
 database and then tried the following command:
 
 $ /usr/local/gtm/mupip backup -incremental
 -transaction=1
 /home/vista/OpenVistA/g/mumps.dat
 /home/vista/OpenVistA/backup/
 %GTM-E-ZGBLDIRACC, Cannot access global directory
 /home/vista/OpenVistA/g/mumps.gld.  Retaining .
 %SYSTEM-E-ENO2, No such file or directory
 
 I could not find any .gld file in the specified
 folder. The only file it has
 is mumps.dat.
 How to overcome this problem?
 
 Usha
 
 - Original Message -
 From: K.S. Bhaskar [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 7:46 PM
 Subject: Re: [Hardhats-members] Unable to access
 providers
 
 
  Did you do an unclean shut down (for example, turn
 off the PC with
  processes active)?  If that is the case, you may
 have database damage,
  Run a mupip integ, and repair damage (lots of
 information in the Admin
  and Ops Guide).
 
  For production sites, as well as when you want to
 protect yourself
  against failures like sudden power outages, then
 you *must* run
  journaling.  Again details in the AO Guide.
 
  -- Bhaskar
 
  On Wed, 2005-02-16 at 10:27 +0530, Usha Kiran
 wrote:
   Hi
   Yesterday I just tried to see how a patient can
 be made SENSITIVE. I
   created an entry in the DG SECURITY LOG file for
 that patient. And it
   is working fine.
   But my system has started behaving very
 strangely. Following are some
   of the problems I faced:
   1) I cannot add a new entry into the NEW PERSON
 file
  
   GTMd Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
 Global variable $DATA
   function failed.  Failure code:
 .,%GTM-I-GVIS, Global
   variable: ^DD(200.074745,.01,9)
   At M source location DR+3^DIA1
  
   GTM
  
  
  
   2) I am unable to see the encounter providers in
 the CPRS.
   3) I am unable to see the names of the providers
 at the help (?).
  
   Select NEW PERSON NAME: ?
Answer with NEW PERSON NAME, or INITIAL, or
 SSN, or VERIFY CODE, or
NICK NAME, or SERVICE/SECTION, or DEA#, or
 VA#, or ALIAS
Do you want the entire 117-Entry NEW PERSON
 List? Y  (Yes)
  Choose from:
  MATTHEW,SHERINSM
  
   You may enter a new NEW PERSON, if you
 wish
   Answer must be 3-35 upper-case
 characters in length, and be in
   the
   format Family(Last),Given(First) Middle
 Suffix. Enter '??' for
   more help
   .
  
   Can somebody please help me out?
  
   Usha
 
 
 
 

---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
 Products from real users.
  Discover which products truly live up to the hype.
 Start reading now.
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread [EMAIL PROTECTED]
The response is as follows

[EMAIL PROTECTED] vista]$ /usr/local/gtm/mupip rundown -file
/home/vista/OpenVistA/g/mumps.dat
/home/vista/OpenVistA/g/mumps.dat - File is in use by another process.
%GTM-W-MUNOTALLSEC, WARNING: not all global sections accessed were
successfully rundown

Usha

Original Message:
-
From: K.S. Bhaskar [EMAIL PROTECTED]
Date: Thu, 17 Feb 2005 08:50:10 -0500
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] Unable to access providers


What is the entire message?

GT.M may be trying to tell you that you have processes accessing the
database and that it cannot be rundown.  Maybe you have active Taskman
processes that need to be shut down before you turn off the computer?

-- Bhaskar

On Thu, 2005-02-17 at 09:46 +0530, Usha Kiran wrote:
 Hi Kevin,
 It's really wierd but every time I rundown, at the end of the day, I get
the
 message that not all the areas were successfully rundown. But the next
 morning before starting GTM, if I rundown, the message tells me that all
the
 areas were successfully rundown.
 
 Is it normal?
 
 Today, at the end of the day, I will try and use the procedure that you
have
 given and then try to rundown
 Hopefully it will rundown successfully.
 
 Usha



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members



mail2web - Check your email from the web at
http://mail2web.com/ .




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread [EMAIL PROTECTED]
Hi Kevin,
I didn't do anything specific for making a person as employee.
I think all the users in the NEW PERSON file are marked as employees
automatically.
Usha
 

Original Message:
-
From: Kevin Toppenberg [EMAIL PROTECTED]
Date: Thu, 17 Feb 2005 07:21:23 -0800 (PST)
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] Unable to access providers


Usha,

I would like to use that feature.  How did you set a
person or patient to be marked as an employee?

Kevin


--- Usha Kiran [EMAIL PROTECTED] wrote:

 I searched through the ADT User manual to find out
 that the option
 ENTER/EDIT PATIENT SECURITY LEVEL enters all
 existing patients with an
 eligibility code of employee automatically into the
 security log as
 sensitive by the system.
 
 Now I am unable to figure out how to remove this
 sensitivityfrom EMPLOYEEs?
 
 Usha
 - Original Message -
 From: Usha Kiran [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 6:17 PM
 Subject: Re: [Hardhats-members] Unable to access
 providers
 
 
  It seems rundown was one of the many problems.
 After rundown, the system
  response is given below
 
 
  GTMD Q^DI
 
 
  VA FileMan 22.0
 
 
  Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
 
 
 
  INPUT TO WHAT FILE: NEW PERSON//
  EDIT WHICH FIELD: ALL//
  GTM
 
  Usha
  - Original Message -
  From: Nancy Anthracite [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Wednesday, February 16, 2005 6:15 PM
  Subject: Re: [Hardhats-members] Unable to access
 providers
 
 
   Have you been doing a rundown on your database
 every time you shut down
  GTM?
  
   On Tuesday 15 February 2005 11:57 pm, Usha Kiran
 wrote:
Hi
Yesterday I just tried to see how a patient
 can be made SENSITIVE. I
created an entry in the DG SECURITY LOG file
 for that patient. And it
 is
working fine. But my system has started
 behaving very strangely.
  Following
are some of the problems I faced: 1) I cannot
 add a new entry into the
  NEW
PERSON file
   
GTMd Q^DI
   
   
VA FileMan 22.0
   
   
Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
   
   
   
INPUT TO WHAT FILE: NEW PERSON//
EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
 Global variable $DATA
  function
failed.  Failure code: .,%GTM-I-GVIS, 
Global variable:
^DD(200.074745,.01,9) At M source location
 DR+3^DIA1
   
GTM
   
   
   
2) I am unable to see the encounter providers
 in the CPRS.
3) I am unable to see the names of the
 providers at the help (?).
   
Select NEW PERSON NAME: ?
 Answer with NEW PERSON NAME, or INITIAL, or
 SSN, or VERIFY CODE, or
 NICK NAME, or SERVICE/SECTION, or DEA#,
 or VA#, or ALIAS
 Do you want the entire 117-Entry NEW PERSON
 List? Y  (Yes)
   Choose from:
   MATTHEW,SHERINSM
   
You may enter a new NEW PERSON, if you
 wish
Answer must be 3-35 upper-case
 characters in length, and be in
  the
format Family(Last),Given(First)
 Middle Suffix. Enter '??' for
  more
help .
   
Can somebody please help me out?
   
Usha
  
   --
   Nancy Anthracite
  
  
  

---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT
 Products from real users.
   Discover which products truly live up to the
 hype. Start reading now.
  

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Hardhats-members mailing list
   Hardhats-members@lists.sourceforge.net
  

https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
  
 
 
 
 

---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
 Products from real users.
  Discover which products truly live up to the hype.
 Start reading now.
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
SF email is sponsored

Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread Usha Kiran
Kevin

I found the .gld file in the /usr/local/OpenVistA/g directory. But it's a
very small one (just 1024 bytes). I don't think it contains any data or
rather I don't understand.

I think the database file we use is  /home/vista/OpenVistA/g/mumps.dat. I
set the variable to point to this file. But still the system does not
approve it of being in the correct format

Is there any specific way of changing this .dat file to .gld?

Usha

- Original Message -
From: Kevin Toppenberg [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Thursday, February 17, 2005 9:38 PM
Subject: Re: [Hardhats-members] Unable to access providers


 Usha,

 Did you try the search function for the .gld file?
 I'm pretty sure it is somewhere on your system.

 I think the default way that VistA gets set up is to
 have some of it in /usr/local/OpenVistA

 You are getting the message because your environmental
 variables $gtm_glbdir (something like this.. this is
 not exactly right) is not set properly.

 Kevin


 --- Usha Kiran [EMAIL PROTECTED] wrote:

  For taking a backup of the database, I had run
  successfully rundown the
  database and then tried the following command:
 
  $ /usr/local/gtm/mupip backup -incremental
  -transaction=1
  /home/vista/OpenVistA/g/mumps.dat
  /home/vista/OpenVistA/backup/
  %GTM-E-ZGBLDIRACC, Cannot access global directory
  /home/vista/OpenVistA/g/mumps.gld.  Retaining .
  %SYSTEM-E-ENO2, No such file or directory
 
  I could not find any .gld file in the specified
  folder. The only file it has
  is mumps.dat.
  How to overcome this problem?
 
  Usha
 
  - Original Message -
  From: K.S. Bhaskar [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Wednesday, February 16, 2005 7:46 PM
  Subject: Re: [Hardhats-members] Unable to access
  providers
 
 
   Did you do an unclean shut down (for example, turn
  off the PC with
   processes active)?  If that is the case, you may
  have database damage,
   Run a mupip integ, and repair damage (lots of
  information in the Admin
   and Ops Guide).
  
   For production sites, as well as when you want to
  protect yourself
   against failures like sudden power outages, then
  you *must* run
   journaling.  Again details in the AO Guide.
  
   -- Bhaskar
  
   On Wed, 2005-02-16 at 10:27 +0530, Usha Kiran
  wrote:
Hi
Yesterday I just tried to see how a patient can
  be made SENSITIVE. I
created an entry in the DG SECURITY LOG file for
  that patient. And it
is working fine.
But my system has started behaving very
  strangely. Following are some
of the problems I faced:
1) I cannot add a new entry into the NEW PERSON
  file
   
GTMd Q^DI
   
   
VA FileMan 22.0
   
   
Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
   
   
   
INPUT TO WHAT FILE: NEW PERSON//
EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
  Global variable $DATA
function failed.  Failure code:
  .,%GTM-I-GVIS, Global
variable: ^DD(200.074745,.01,9)
At M source location DR+3^DIA1
   
GTM
   
   
   
2) I am unable to see the encounter providers in
  the CPRS.
3) I am unable to see the names of the providers
  at the help (?).
   
Select NEW PERSON NAME: ?
 Answer with NEW PERSON NAME, or INITIAL, or
  SSN, or VERIFY CODE, or
 NICK NAME, or SERVICE/SECTION, or DEA#, or
  VA#, or ALIAS
 Do you want the entire 117-Entry NEW PERSON
  List? Y  (Yes)
   Choose from:
   MATTHEW,SHERINSM
   
You may enter a new NEW PERSON, if you
  wish
Answer must be 3-35 upper-case
  characters in length, and be in
the
format Family(Last),Given(First) Middle
  Suffix. Enter '??' for
more help
.
   
Can somebody please help me out?
   
Usha
  
  
  
  
 
 ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT
  Products from real users.
   Discover which products truly live up to the hype.
  Start reading now.
  
 
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Hardhats-members mailing list
   Hardhats-members@lists.sourceforge.net
  
 
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
  
 
 
 
 
 ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
  Products from real users.
  Discover which products truly live up to the hype.
  Start reading now.
 
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 
 https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




 __
 Do you Yahoo!?
 All your favorites on one personal page - Try My Yahoo!
 http

Re: [Hardhats-members] Unable to access providers

2005-02-17 Thread Nancy Anthracite
The mumps.gld is not the same as a mumps.dat file.  As I understand it, it is 
more like a configuration file describing the location of the dat file, the 
lengths of the records, etc., the things that we set when GTM is set up 
initially.  I think the GDE (global directory editor) program edits that file 
and MUPIP does something with it too, I think, when mupip create is run.  You 
can read about the GDE in the Admin and Operations Guide. 

Bhaskar probably went to bed about an hour ago, like I should have, so he can 
probably enlighten you more in the morning about what it is likely that you 
need to do to straighten this out, but in the meantime, maybe you can take a 
look at the guide.  I am going to email you a copy of it that is the same as 
one on sourceforge but the chapters are assembled into one document so it is 
easier to search that having each chapter separately.   

On Friday 18 February 2005 12:20 am, Usha Kiran wrote:
 Kevin

 I found the .gld file in the /usr/local/OpenVistA/g directory. But it's a
 very small one (just 1024 bytes). I don't think it contains any data or
 rather I don't understand.

 I think the database file we use is  /home/vista/OpenVistA/g/mumps.dat. I
 set the variable to point to this file. But still the system does not
 approve it of being in the correct format

 Is there any specific way of changing this .dat file to .gld?

 Usha

 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Thursday, February 17, 2005 9:38 PM
 Subject: Re: [Hardhats-members] Unable to access providers

  Usha,
 
  Did you try the search function for the .gld file?
  I'm pretty sure it is somewhere on your system.
 
  I think the default way that VistA gets set up is to
  have some of it in /usr/local/OpenVistA
 
  You are getting the message because your environmental
  variables $gtm_glbdir (something like this.. this is
  not exactly right) is not set properly.
 
  Kevin
 
  --- Usha Kiran [EMAIL PROTECTED] wrote:
   For taking a backup of the database, I had run
   successfully rundown the
   database and then tried the following command:
  
   $ /usr/local/gtm/mupip backup -incremental
   -transaction=1
   /home/vista/OpenVistA/g/mumps.dat
   /home/vista/OpenVistA/backup/
   %GTM-E-ZGBLDIRACC, Cannot access global directory
   /home/vista/OpenVistA/g/mumps.gld.  Retaining .
   %SYSTEM-E-ENO2, No such file or directory
  
   I could not find any .gld file in the specified
   folder. The only file it has
   is mumps.dat.
   How to overcome this problem?
  
   Usha
  
   - Original Message -
   From: K.S. Bhaskar [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Wednesday, February 16, 2005 7:46 PM
   Subject: Re: [Hardhats-members] Unable to access
   providers
  
Did you do an unclean shut down (for example, turn
  
   off the PC with
  
processes active)?  If that is the case, you may
  
   have database damage,
  
Run a mupip integ, and repair damage (lots of
  
   information in the Admin
  
and Ops Guide).
   
For production sites, as well as when you want to
  
   protect yourself
  
against failures like sudden power outages, then
  
   you *must* run
  
journaling.  Again details in the AO Guide.
   
-- Bhaskar
   
On Wed, 2005-02-16 at 10:27 +0530, Usha Kiran
  
   wrote:
 Hi
 Yesterday I just tried to see how a patient can
  
   be made SENSITIVE. I
  
 created an entry in the DG SECURITY LOG file for
  
   that patient. And it
  
 is working fine.
 But my system has started behaving very
  
   strangely. Following are some
  
 of the problems I faced:
 1) I cannot add a new entry into the NEW PERSON
  
   file
  
 GTMd Q^DI


 VA FileMan 22.0


 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
  
   Global variable $DATA
  
 function failed.  Failure code:
  
   .,%GTM-I-GVIS, Global
  
 variable: ^DD(200.074745,.01,9)
 At M source location DR+3^DIA1

 GTM



 2) I am unable to see the encounter providers in
  
   the CPRS.
  
 3) I am unable to see the names of the providers
  
   at the help (?).
  
 Select NEW PERSON NAME: ?
  Answer with NEW PERSON NAME, or INITIAL, or
  
   SSN, or VERIFY CODE, or
  
  NICK NAME, or SERVICE/SECTION, or DEA#, or
  
   VA#, or ALIAS
  
  Do you want the entire 117-Entry NEW PERSON
  
   List? Y  (Yes)
  
Choose from:
MATTHEW,SHERINSM

 You may enter a new NEW PERSON, if you
  
   wish
  
 Answer must be 3-35 upper-case
  
   characters in length, and be in
  
 the
 format Family(Last),Given(First) Middle
  
   Suffix. Enter '??' for
  
 more help
 .

 Can somebody please help

Re: [Hardhats-members] Unable to access providers

2005-02-16 Thread Usha Kiran
It seems rundown was one of the many problems. After rundown, the system
response is given below


GTMD Q^DI


VA FileMan 22.0


Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



INPUT TO WHAT FILE: NEW PERSON//
EDIT WHICH FIELD: ALL//
GTM

Usha
- Original Message -
From: Nancy Anthracite [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, February 16, 2005 6:15 PM
Subject: Re: [Hardhats-members] Unable to access providers


 Have you been doing a rundown on your database every time you shut down
GTM?

 On Tuesday 15 February 2005 11:57 pm, Usha Kiran wrote:
  Hi
  Yesterday I just tried to see how a patient can be made SENSITIVE. I
  created an entry in the DG SECURITY LOG file for that patient. And it is
  working fine. But my system has started behaving very strangely.
Following
  are some of the problems I faced: 1) I cannot add a new entry into the
NEW
  PERSON file
 
  GTMd Q^DI
 
 
  VA FileMan 22.0
 
 
  Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
 
 
 
  INPUT TO WHAT FILE: NEW PERSON//
  EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL, Global variable $DATA
function
  failed.  Failure code: .,%GTM-I-GVIS, Global variable:
  ^DD(200.074745,.01,9) At M source location DR+3^DIA1
 
  GTM
 
 
 
  2) I am unable to see the encounter providers in the CPRS.
  3) I am unable to see the names of the providers at the help (?).
 
  Select NEW PERSON NAME: ?
   Answer with NEW PERSON NAME, or INITIAL, or SSN, or VERIFY CODE, or
   NICK NAME, or SERVICE/SECTION, or DEA#, or VA#, or ALIAS
   Do you want the entire 117-Entry NEW PERSON List? Y  (Yes)
 Choose from:
 MATTHEW,SHERINSM
 
  You may enter a new NEW PERSON, if you wish
  Answer must be 3-35 upper-case characters in length, and be in
the
  format Family(Last),Given(First) Middle Suffix. Enter '??' for
more
  help .
 
  Can somebody please help me out?
 
  Usha

 --
 Nancy Anthracite


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-16 Thread Chris Richardson
Check your error trap.  It could be that you have database corruptions.  You
will want to check.

The error trap is;

D ^XTER

- Original Message -
From: Usha Kiran [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, February 16, 2005 4:47 AM
Subject: Re: [Hardhats-members] Unable to access providers


 It seems rundown was one of the many problems. After rundown, the system
 response is given below


 GTMD Q^DI


 VA FileMan 22.0


 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL//
 GTM

 Usha
 - Original Message -
 From: Nancy Anthracite [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 6:15 PM
 Subject: Re: [Hardhats-members] Unable to access providers


  Have you been doing a rundown on your database every time you shut down
 GTM?
 
  On Tuesday 15 February 2005 11:57 pm, Usha Kiran wrote:
   Hi
   Yesterday I just tried to see how a patient can be made SENSITIVE. I
   created an entry in the DG SECURITY LOG file for that patient. And it
is
   working fine. But my system has started behaving very strangely.
 Following
   are some of the problems I faced: 1) I cannot add a new entry into the
 NEW
   PERSON file
  
   GTMd Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL, Global variable $DATA
 function
   failed.  Failure code: .,%GTM-I-GVIS, Global variable:
   ^DD(200.074745,.01,9) At M source location DR+3^DIA1
  
   GTM
  
  
  
   2) I am unable to see the encounter providers in the CPRS.
   3) I am unable to see the names of the providers at the help (?).
  
   Select NEW PERSON NAME: ?
Answer with NEW PERSON NAME, or INITIAL, or SSN, or VERIFY CODE, or
NICK NAME, or SERVICE/SECTION, or DEA#, or VA#, or ALIAS
Do you want the entire 117-Entry NEW PERSON List? Y  (Yes)
  Choose from:
  MATTHEW,SHERINSM
  
   You may enter a new NEW PERSON, if you wish
   Answer must be 3-35 upper-case characters in length, and be in
 the
   format Family(Last),Given(First) Middle Suffix. Enter '??' for
 more
   help .
  
   Can somebody please help me out?
  
   Usha
 
  --
  Nancy Anthracite
 
 
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 



 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members






---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-16 Thread Kevin Toppenberg
Usha,

When you did your rundown, was it successful, or did
it say that not all parts were run down?

Completely exit GTM, then type:
ps -A | grep mumps

if any processes are listed, use this to stop them
mupip stop x

with x being the process number

Kevin


This will show if any process are still using GTM.
--- Usha Kiran [EMAIL PROTECTED] wrote:

 It seems rundown was one of the many problems. After
 rundown, the system
 response is given below
 
 
 GTMD Q^DI
 
 
 VA FileMan 22.0
 
 
 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
 
 
 
 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL//
 GTM
 
 Usha
 - Original Message -
 From: Nancy Anthracite [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 6:15 PM
 Subject: Re: [Hardhats-members] Unable to access
 providers
 
 
  Have you been doing a rundown on your database
 every time you shut down
 GTM?
 
  On Tuesday 15 February 2005 11:57 pm, Usha Kiran
 wrote:
   Hi
   Yesterday I just tried to see how a patient can
 be made SENSITIVE. I
   created an entry in the DG SECURITY LOG file for
 that patient. And it is
   working fine. But my system has started behaving
 very strangely.
 Following
   are some of the problems I faced: 1) I cannot
 add a new entry into the
 NEW
   PERSON file
  
   GTMd Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
 Global variable $DATA
 function
   failed.  Failure code: .,%GTM-I-GVIS,   
  Global variable:
   ^DD(200.074745,.01,9) At M source location
 DR+3^DIA1
  
   GTM
  
  
  
   2) I am unable to see the encounter providers in
 the CPRS.
   3) I am unable to see the names of the providers
 at the help (?).
  
   Select NEW PERSON NAME: ?
Answer with NEW PERSON NAME, or INITIAL, or
 SSN, or VERIFY CODE, or
NICK NAME, or SERVICE/SECTION, or DEA#, or
 VA#, or ALIAS
Do you want the entire 117-Entry NEW PERSON
 List? Y  (Yes)
  Choose from:
  MATTHEW,SHERINSM
  
   You may enter a new NEW PERSON, if you
 wish
   Answer must be 3-35 upper-case
 characters in length, and be in
 the
   format Family(Last),Given(First) Middle
 Suffix. Enter '??' for
 more
   help .
  
   Can somebody please help me out?
  
   Usha
 
  --
  Nancy Anthracite
 
 
 

---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
 Products from real users.
  Discover which products truly live up to the hype.
 Start reading now.
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




__ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-16 Thread Usha Kiran
I searched through the ADT User manual to find out that the option
ENTER/EDIT PATIENT SECURITY LEVEL enters all existing patients with an
eligibility code of employee automatically into the security log as
sensitive by the system.

Now I am unable to figure out how to remove this sensitivityfrom EMPLOYEEs?

Usha
- Original Message -
From: Usha Kiran [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, February 16, 2005 6:17 PM
Subject: Re: [Hardhats-members] Unable to access providers


 It seems rundown was one of the many problems. After rundown, the system
 response is given below


 GTMD Q^DI


 VA FileMan 22.0


 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL//
 GTM

 Usha
 - Original Message -
 From: Nancy Anthracite [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 6:15 PM
 Subject: Re: [Hardhats-members] Unable to access providers


  Have you been doing a rundown on your database every time you shut down
 GTM?
 
  On Tuesday 15 February 2005 11:57 pm, Usha Kiran wrote:
   Hi
   Yesterday I just tried to see how a patient can be made SENSITIVE. I
   created an entry in the DG SECURITY LOG file for that patient. And it
is
   working fine. But my system has started behaving very strangely.
 Following
   are some of the problems I faced: 1) I cannot add a new entry into the
 NEW
   PERSON file
  
   GTMd Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL, Global variable $DATA
 function
   failed.  Failure code: .,%GTM-I-GVIS, Global variable:
   ^DD(200.074745,.01,9) At M source location DR+3^DIA1
  
   GTM
  
  
  
   2) I am unable to see the encounter providers in the CPRS.
   3) I am unable to see the names of the providers at the help (?).
  
   Select NEW PERSON NAME: ?
Answer with NEW PERSON NAME, or INITIAL, or SSN, or VERIFY CODE, or
NICK NAME, or SERVICE/SECTION, or DEA#, or VA#, or ALIAS
Do you want the entire 117-Entry NEW PERSON List? Y  (Yes)
  Choose from:
  MATTHEW,SHERINSM
  
   You may enter a new NEW PERSON, if you wish
   Answer must be 3-35 upper-case characters in length, and be in
 the
   format Family(Last),Given(First) Middle Suffix. Enter '??' for
 more
   help .
  
   Can somebody please help me out?
  
   Usha
 
  --
  Nancy Anthracite
 
 
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 



 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/hardhats-members





---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Unable to access providers

2005-02-16 Thread Usha Kiran
Hi
This is the output I get:

GTMd ^XTER


In response to the DATE prompt you can enter:
 'S' to specify text to be matched in error or routine name


No error logged on 2/17/2005

Which date?  2/16/2005
1 error logged on 2/16/2005
  1)  (FMLLSTMISSING)GO+6^XMKPLQ13:17:53  ROU,ROU 1884  0

No screened error

 Enter '^' to quit listing, RETURN to continue...:

Which error?   2/15/2005
No error logged on 2/15/2005

Which date?  2/14/2005
No error logged on 2/14/2005

Which date?  2/11/2005 ***THIS IS THE DAY I MADE ONE PATIENT AS
SENSITIVE**
5 errors logged on 2/11/2005
  5)  (RTNNAME)CAPI+11^XWBBRK2  12:28:56  ROU,ROU 2498  /dev/null
  4)  (RTNNAME)CAPI+11^XWBBRK2  12:07:41  ROU,ROU 2498  /dev/null
  3)  (TCSETATTR)SYMBOL+6^%ZISUTL   11:58:47  ROU,ROU 2952  /dev/pts/0
  2)  (RTNNAME)CAPI+11^XWBBRK2  11:22:11  ROU,ROU 2498  /dev/null
  1)  (RTNNAME)CAPI+11^XWBBRK2  10:43:27  ROU,ROU 1727  /dev/null

No screened error

 Enter '^' to quit listing, RETURN to continue...:

Which error?   2/10/2005
No error logged on 2/10/2005

Is there any problem in it?
Usha

- Original Message -
From: Chris Richardson [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, February 16, 2005 6:42 PM
Subject: Re: [Hardhats-members] Unable to access providers


 Check your error trap.  It could be that you have database corruptions.
You
 will want to check.

 The error trap is;

 D ^XTER

 - Original Message -
 From: Usha Kiran [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 4:47 AM
 Subject: Re: [Hardhats-members] Unable to access providers


  It seems rundown was one of the many problems. After rundown, the system
  response is given below
 
 
  GTMD Q^DI
 
 
  VA FileMan 22.0
 
 
  Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
 
 
 
  INPUT TO WHAT FILE: NEW PERSON//
  EDIT WHICH FIELD: ALL//
  GTM
 
  Usha
  - Original Message -
  From: Nancy Anthracite [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Wednesday, February 16, 2005 6:15 PM
  Subject: Re: [Hardhats-members] Unable to access providers
 
 
   Have you been doing a rundown on your database every time you shut
down
  GTM?
  
   On Tuesday 15 February 2005 11:57 pm, Usha Kiran wrote:
Hi
Yesterday I just tried to see how a patient can be made SENSITIVE. I
created an entry in the DG SECURITY LOG file for that patient. And
it
 is
working fine. But my system has started behaving very strangely.
  Following
are some of the problems I faced: 1) I cannot add a new entry into
the
  NEW
PERSON file
   
GTMd Q^DI
   
   
VA FileMan 22.0
   
   
Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
   
   
   
INPUT TO WHAT FILE: NEW PERSON//
EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL, Global variable $DATA
  function
failed.  Failure code: .,%GTM-I-GVIS, Global
variable:
^DD(200.074745,.01,9) At M source location DR+3^DIA1
   
GTM
   
   
   
2) I am unable to see the encounter providers in the CPRS.
3) I am unable to see the names of the providers at the help (?).
   
Select NEW PERSON NAME: ?
 Answer with NEW PERSON NAME, or INITIAL, or SSN, or VERIFY CODE, or
 NICK NAME, or SERVICE/SECTION, or DEA#, or VA#, or ALIAS
 Do you want the entire 117-Entry NEW PERSON List? Y  (Yes)
   Choose from:
   MATTHEW,SHERINSM
   
You may enter a new NEW PERSON, if you wish
Answer must be 3-35 upper-case characters in length, and be
in
  the
format Family(Last),Given(First) Middle Suffix. Enter '??'
for
  more
help .
   
Can somebody please help me out?
   
Usha
  
   --
   Nancy Anthracite
  
  
   ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT Products from real
users.
   Discover which products truly live up to the hype. Start reading now.
   http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Hardhats-members mailing list
   Hardhats-members@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
  
 
 
 
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 




 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products

Re: [Hardhats-members] Unable to access providers

2005-02-16 Thread Chris Richardson
Usha;

Why didn't you choose one of the errors to see the details?  You only saw
the list of errors but not the details.  If you get confused as to what you
need at most prompts, a question mark will frequently provide more
information (sometimes 2 or 3 question marks give you even more help.
Please play with the interface and see where these reports can tell you.

Best wishes;   Chris

- Original Message -
From: Usha Kiran [EMAIL PROTECTED]
To: hardhats-members@lists.sourceforge.net
Sent: Wednesday, February 16, 2005 8:10 PM
Subject: Re: [Hardhats-members] Unable to access providers


 Hi
 This is the output I get:

 GTMd ^XTER


 In response to the DATE prompt you can enter:
  'S' to specify text to be matched in error or routine name


 No error logged on 2/17/2005

 Which date?  2/16/2005
 1 error logged on 2/16/2005
   1)  (FMLLSTMISSING)GO+6^XMKPLQ13:17:53  ROU,ROU 1884  0

 No screened error

  Enter '^' to quit listing, RETURN to continue...:

 Which error?   2/15/2005
 No error logged on 2/15/2005

 Which date?  2/14/2005
 No error logged on 2/14/2005

 Which date?  2/11/2005 ***THIS IS THE DAY I MADE ONE PATIENT AS
 SENSITIVE**
 5 errors logged on 2/11/2005
   5)  (RTNNAME)CAPI+11^XWBBRK2  12:28:56  ROU,ROU 2498
/dev/null
   4)  (RTNNAME)CAPI+11^XWBBRK2  12:07:41  ROU,ROU 2498
/dev/null
   3)  (TCSETATTR)SYMBOL+6^%ZISUTL   11:58:47  ROU,ROU 2952
/dev/pts/0
   2)  (RTNNAME)CAPI+11^XWBBRK2  11:22:11  ROU,ROU 2498
/dev/null
   1)  (RTNNAME)CAPI+11^XWBBRK2  10:43:27  ROU,ROU 1727
/dev/null

 No screened error

  Enter '^' to quit listing, RETURN to continue...:

 Which error?   2/10/2005
 No error logged on 2/10/2005

 Is there any problem in it?
 Usha

 - Original Message -
 From: Chris Richardson [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 6:42 PM
 Subject: Re: [Hardhats-members] Unable to access providers


  Check your error trap.  It could be that you have database corruptions.
 You
  will want to check.
 
  The error trap is;
 
  D ^XTER
 
  - Original Message -
  From: Usha Kiran [EMAIL PROTECTED]
  To: hardhats-members@lists.sourceforge.net
  Sent: Wednesday, February 16, 2005 4:47 AM
  Subject: Re: [Hardhats-members] Unable to access providers
 
 
   It seems rundown was one of the many problems. After rundown, the
system
   response is given below
  
  
   GTMD Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL//
   GTM
  
   Usha
   - Original Message -
   From: Nancy Anthracite [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Wednesday, February 16, 2005 6:15 PM
   Subject: Re: [Hardhats-members] Unable to access providers
  
  
Have you been doing a rundown on your database every time you shut
 down
   GTM?
   
On Tuesday 15 February 2005 11:57 pm, Usha Kiran wrote:
 Hi
 Yesterday I just tried to see how a patient can be made SENSITIVE.
I
 created an entry in the DG SECURITY LOG file for that patient. And
 it
  is
 working fine. But my system has started behaving very strangely.
   Following
 are some of the problems I faced: 1) I cannot add a new entry into
 the
   NEW
 PERSON file

 GTMd Q^DI


 VA FileMan 22.0


 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL, Global variable $DATA
   function
 failed.  Failure code: .,%GTM-I-GVIS, Global
 variable:
 ^DD(200.074745,.01,9) At M source location DR+3^DIA1

 GTM



 2) I am unable to see the encounter providers in the CPRS.
 3) I am unable to see the names of the providers at the help (?).

 Select NEW PERSON NAME: ?
  Answer with NEW PERSON NAME, or INITIAL, or SSN, or VERIFY CODE,
or
  NICK NAME, or SERVICE/SECTION, or DEA#, or VA#, or ALIAS
  Do you want the entire 117-Entry NEW PERSON List? Y  (Yes)
Choose from:
MATTHEW,SHERINSM

 You may enter a new NEW PERSON, if you wish
 Answer must be 3-35 upper-case characters in length, and
be
 in
   the
 format Family(Last),Given(First) Middle Suffix. Enter '??'
 for
   more
 help .

 Can somebody please help me out?

 Usha
   
--
Nancy Anthracite
   
   
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real
 users.
Discover which products truly live up to the hype. Start reading
now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members

Re: [Hardhats-members] Unable to access providers

2005-02-16 Thread Nancy Anthracite
If you are shutting the machine down over night, it is terminating the 
processes that way.  Try to be sure to halt out of gtm every time you shut 
down a terminal window.  If you forget and close the window without halting, 
you will leave a process running.

On Wednesday 16 February 2005 11:16 pm, Usha Kiran wrote:
 Hi Kevin,
 It's really wierd but every time I rundown, at the end of the day, I get
 the message that not all the areas were successfully rundown. But the
 next morning before starting GTM, if I rundown, the message tells me that
 all the areas were successfully rundown.

 Is it normal?

 Today, at the end of the day, I will try and use the procedure that you
 have given and then try to rundown
 Hopefully it will rundown successfully.

 Usha

 - Original Message -
 From: Kevin Toppenberg [EMAIL PROTECTED]
 To: hardhats-members@lists.sourceforge.net
 Sent: Wednesday, February 16, 2005 9:45 PM
 Subject: Re: [Hardhats-members] Unable to access providers

  Usha,
 
  When you did your rundown, was it successful, or did
  it say that not all parts were run down?
 
  Completely exit GTM, then type:
  ps -A | grep mumps
 
  if any processes are listed, use this to stop them
  mupip stop x
 
  with x being the process number
 
  Kevin
 
 
  This will show if any process are still using GTM.
 
  --- Usha Kiran [EMAIL PROTECTED] wrote:
   It seems rundown was one of the many problems. After
   rundown, the system
   response is given below
  
  
   GTMD Q^DI
  
  
   VA FileMan 22.0
  
  
   Select OPTION: 1  ENTER OR EDIT FILE ENTRIES
  
  
  
   INPUT TO WHAT FILE: NEW PERSON//
   EDIT WHICH FIELD: ALL//
   GTM
  
   Usha
   - Original Message -
   From: Nancy Anthracite [EMAIL PROTECTED]
   To: hardhats-members@lists.sourceforge.net
   Sent: Wednesday, February 16, 2005 6:15 PM
   Subject: Re: [Hardhats-members] Unable to access
   providers
  
Have you been doing a rundown on your database
  
   every time you shut down
   GTM?
  
On Tuesday 15 February 2005 11:57 pm, Usha Kiran
  
   wrote:
 Hi
 Yesterday I just tried to see how a patient can
  
   be made SENSITIVE. I
  
 created an entry in the DG SECURITY LOG file for
  
   that patient. And it is
  
 working fine. But my system has started behaving
  
   very strangely.
   Following
  
 are some of the problems I faced: 1) I cannot
  
   add a new entry into the
   NEW
  
 PERSON file

 GTMd Q^DI


 VA FileMan 22.0


 Select OPTION: 1  ENTER OR EDIT FILE ENTRIES



 INPUT TO WHAT FILE: NEW PERSON//
 EDIT WHICH FIELD: ALL// %GTM-E-GVDATAFAIL,
  
   Global variable $DATA
   function
  
 failed.  Failure code: .,%GTM-I-GVIS,
  
Global variable:
 ^DD(200.074745,.01,9) At M source location
  
   DR+3^DIA1
  
 GTM



 2) I am unable to see the encounter providers in
  
   the CPRS.
  
 3) I am unable to see the names of the providers
  
   at the help (?).
  
 Select NEW PERSON NAME: ?
  Answer with NEW PERSON NAME, or INITIAL, or
  
   SSN, or VERIFY CODE, or
  
  NICK NAME, or SERVICE/SECTION, or DEA#, or
  
   VA#, or ALIAS
  
  Do you want the entire 117-Entry NEW PERSON
  
   List? Y  (Yes)
  
Choose from:
MATTHEW,SHERINSM

 You may enter a new NEW PERSON, if you
  
   wish
  
 Answer must be 3-35 upper-case
  
   characters in length, and be in
   the
  
 format Family(Last),Given(First) Middle
  
   Suffix. Enter '??' for
   more
  
 help .

 Can somebody please help me out?

 Usha
   
--
Nancy Anthracite
 
  ---
 
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT
  
   Products from real users.
  
Discover which products truly live up to the hype.
  
   Start reading now.
 
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
 
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 
 
 
 
  ---
 
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT
   Products from real users.
   Discover which products truly live up to the hype.
   Start reading now.
 
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 
   ___
   Hardhats-members mailing list
   Hardhats-members@lists.sourceforge.net
 
  https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 
 
 
  __
  Do you Yahoo!?
  Take Yahoo! Mail with you! Get it on your mobile phone.
  http://mobile.yahoo.com/maildemo
 
 
  ---
  SF email is sponsored

[Hardhats-members] Unable to access providers

2005-02-15 Thread Usha Kiran



HiYesterday I just tried to see how a patient 
can be made SENSITIVE. I created an entry in the DG SECURITY LOG file for that 
patient. And it is working fine.But my system has started behaving very 
strangely. Following are some of the problems I faced: 1) I cannot add a new 
entry into the NEW PERSON file

GTMd Q^DI

VA FileMan 22.0

Select OPTION: 1 ENTER OR EDIT FILE ENTRIES



INPUT TO WHAT FILE: NEW PERSON//EDIT WHICH FIELD: ALL// 
%GTM-E-GVDATAFAIL, Global variable $DATA function failed. Failure code: 
.,%GTM-I-GVIS, 
Global variable: 
^DD(200.074745,.01,9) 
At M source location DR+3^DIA1

GTM



2) I am unable to see the encounter providers in the CPRS.3) I am 
unable to see the names of the providers at the help (?). 

Select NEW PERSON NAME: ?Answer with NEW PERSON NAME, or INITIAL, 
or SSN, or VERIFY CODE, or NICK NAME, or 
SERVICE/SECTION, or DEA#, or VA#, or ALIASDo you want the entire 
117-Entry NEW PERSON List? Y (Yes) Choose 
from: MATTHEW,SHERIN 
SM

 You may enter a new NEW PERSON, 
if you wish Answer must be 3-35 
upper-case characters in length, and be in 
the format 
Family(Last),Given(First) Middle Suffix. Enter '??' for more help.

Can somebody please help me out?

Usha