[U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Pankaj Gupta04
Hi All,
I have some records which are locked. The Item ID is same. Can I get the
database filename to which the records belong?
I am using Universe at unix platform.
The output of LIST.READU is given below:

LIST.READU

Active Record Locks:

Device Inode  Netnode Userno  Lmode   Pid Login Id
Item-ID.
  34485434  99680  55990   9 RU  9546 appsadm  GGB101031
  34485434  99640  37921  12 RU 27615 appsadm  CCB1011300764
  344854334784380  60553  17 RU  4983 appsadm  HHB1010300083
  344854334784230  36137  31 RU 29399 appsadm  GGB101031
  34485434  99690  52754  63 RU 12782 appsadm  FFB1010300015
  34485434  99910  53543 102 RU 11993 appsadm  GGB101031
  34485434  99640  50360 107 RU 15176 appsadm  GGB101031
  34485434 103910  47313 121 RU 18223 appsadm  GGB101031



Regards,

Pankaj Gupta



 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient, please
notify the sender by e-mail and delete the original message. Further, you are
not to copy, disclose, or distribute this e-mail or its contents to any other
person and any such actions are unlawful. This e-mail may contain viruses.
Infosys has taken every reasonable precaution to minimize this risk, but is
not liable for any damage you may sustain as a result of any virus in this
e-mail. You should carry out your own virus checks before opening the e-mail
or attachment. Infosys reserves the right to monitor and review the content of
all messages sent to or from this e-mail address. Messages sent to or from
this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Claus Derlien
on a RedHat 8.0 the following find commando will work :

find /path_to_data/ -inum inode

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Pankaj Gupta04
 Sent: Thursday, August 04, 2005 8:03 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] File name of the RECORDS which are listed in LIST.READU
 output
 
 
 Hi All,
 I have some records which are locked. The Item ID is same. 
 Can I get the
 database filename to which the records belong?
 I am using Universe at unix platform.
 The output of LIST.READU is given below:
 
 LIST.READU
 
 Active Record Locks:
 
 Device Inode  Netnode Userno  Lmode   Pid Login Id
 Item-ID.
   34485434  99680  55990   9 RU  9546 appsadm  
 GGB101031
   34485434  99640  37921  12 RU 27615 appsadm  
 CCB1011300764
   344854334784380  60553  17 RU  4983 appsadm  
 HHB1010300083
   344854334784230  36137  31 RU 29399 appsadm  
 GGB101031
   34485434  99690  52754  63 RU 12782 appsadm  
 FFB1010300015
   34485434  99910  53543 102 RU 11993 appsadm  
 GGB101031
   34485434  99640  50360 107 RU 15176 appsadm  
 GGB101031
   34485434 103910  47313 121 RU 18223 appsadm  
 GGB101031
 
 
 
 Regards,
 
 Pankaj Gupta
 
 
 
  CAUTION - Disclaimer *
 This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION 
 intended solely
 for the use of the addressee(s). If you are not the intended 
 recipient, please
 notify the sender by e-mail and delete the original message. 
 Further, you are
 not to copy, disclose, or distribute this e-mail or its 
 contents to any other
 person and any such actions are unlawful. This e-mail may 
 contain viruses.
 Infosys has taken every reasonable precaution to minimize 
 this risk, but is
 not liable for any damage you may sustain as a result of any 
 virus in this
 e-mail. You should carry out your own virus checks before 
 opening the e-mail
 or attachment. Infosys reserves the right to monitor and 
 review the content of
 all messages sent to or from this e-mail address. Messages 
 sent to or from
 this e-mail address may be stored on the Infosys e-mail system.
 ***INFOSYS End of Disclaimer INFOSYS***
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 
 **
 ** 
 Denne mail er blevet scannet af http://www.virus112.com 
 **
 **
 
 

Frie Funktionfrer - faglig organisation og tvfrfaglig a-kasse - www.f-f.dk

***
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, 
der kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en 
fejltagelse modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand 
tak.
***
This email and any files transmitted with it may contain confidential 
information intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If 
you have received this
communication in error, please notify us immediately by telephone: +45 6313 
8550. Thank you.
***
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Martin Phillips
 I have some records which are locked. The Item ID is same. Can I get the
 database filename to which the records belong?

The locking tables use device and inode numbers and have no reference to the
file name.

Two easy solutions...

1. Run ACCOUNT.FILE.STATS and look up the inode number in the resultant
STAT.FILE. This is easy but is going to take a while!

2. Write a simple program to build your own register of inode numbers. You
can do this with a loop based on the following

  OPEN 'VOC' TO VOC.F ELSE STOP 'Cannot open VOC'
  SELECT VOC.F TO 1
  CT = 0
  LOOP
  READNEXT ID FROM 1 ELSE EXIT
  READ VOC.REC FROM VOC.F, ID THEN
 TYPE = VOC.REC[1,1]
 IF TYPE = 'F' OR TYPE = 'Q' THEN
OPEN ID TO DATA.F THEN
   STATUS VAR FROM DATA.F THEN
  INODE = VAR10
  DEVICE = VAR11
  ...Save this data somewhere...
  CT += 1
  IF REM(CT, 100) = 0 THEN DISPLAY CHAR(13):CT:' files
processed':
   END
END
 END
  END
   REPEAT

   DISPLAY CHAR(13):CT:' files processed'
END

I have used this many times to build a file, keyed by inode that contains
the file name and other useful information. It is very fast.

Beware that resizing a file will usually change its inode so you need to run
this program again.


Martin Phillips
Ladybridge Systems
17b Coldstream Lane, Hardingstone, Northampton NN4 6DB
+44-(0)1604-709200
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Barry Rogen
   That's what I did here and it works quite nicely. I have 
a nightly process that (re)builds a registry of all file with
their device and inode number. Then I shelled the 'LIST.READU'
command to produce a locks listing showing the file name for
each locked item. Quite helpful for us here.

Barry  Rogen
PNY Technologies, Inc.
Senior  Programmer/Analyst
(973)  515 - 9700  ext 5327
[EMAIL PROTECTED]

-
Far better it is to dare mighty things, to win 
glorious triumphs even though checkered by
failure, than to rank with those poor spirits who
neither enjoy nor suffer much because they live
in the gray twilight that knows neither victory
nor defeat



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Martin Phillips
Sent: Thursday, August 04, 2005 4:56 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] File name of the RECORDS which are listed in
LIST.READU output

 I have some records which are locked. The Item ID is same. Can I get
the
 database filename to which the records belong?

The locking tables use device and inode numbers and have no reference to
the
file name.

Two easy solutions...

1. Run ACCOUNT.FILE.STATS and look up the inode number in the resultant
STAT.FILE. This is easy but is going to take a while!

2. Write a simple program to build your own register of inode numbers.
You
can do this with a loop based on the following

  OPEN 'VOC' TO VOC.F ELSE STOP 'Cannot open VOC'
  SELECT VOC.F TO 1
  CT = 0
  LOOP
  READNEXT ID FROM 1 ELSE EXIT
  READ VOC.REC FROM VOC.F, ID THEN
 TYPE = VOC.REC[1,1]
 IF TYPE = 'F' OR TYPE = 'Q' THEN
OPEN ID TO DATA.F THEN
   STATUS VAR FROM DATA.F THEN
  INODE = VAR10
  DEVICE = VAR11
  ...Save this data somewhere...
  CT += 1
  IF REM(CT, 100) = 0 THEN DISPLAY CHAR(13):CT:' files
processed':
   END
END
 END
  END
   REPEAT

   DISPLAY CHAR(13):CT:' files processed'
END

I have used this many times to build a file, keyed by inode that
contains
the file name and other useful information. It is very fast.

Beware that resizing a file will usually change its inode so you need to
run
this program again.


Martin Phillips
Ladybridge Systems
17b Coldstream Lane, Hardingstone, Northampton NN4 6DB
+44-(0)1604-709200
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [OT?] SATA vs SCSI drives

2005-08-04 Thread Louis Windsor
I realise that this is very likely an old article but the current SATA 
drives will
accept the old four pins power plugs etc. (and the new ones) - a brilliant 
idea!

Louis


: You'll also need new cables. Some SATA drives use different power cables 
and
: all use different signal cables, so you may not be able to use the
: traditional 4-pin power connectors. Serial ATA drives require power
: connectors with +12, +5, and +3.3 volts. Current 4-pin ATX-type power
: supplies provide only drive power connectors with the traditional +12- and
: +5-volt signals. This means your PC may need a power supply fitted with 
SATA
: drive power connectors or an adapter.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Michael Roberts
Doesn't LIST.READU DETAIL give you the file name?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pankaj Gupta04
Sent: Thursday, August 04, 2005 2:03 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] File name of the RECORDS which are listed in LIST.READU
output


Hi All,
I have some records which are locked. The Item ID is same. Can I get the
database filename to which the records belong?
I am using Universe at unix platform.
The output of LIST.READU is given below:

LIST.READU

Active Record Locks:

Device Inode  Netnode Userno  Lmode   Pid Login Id
Item-ID.
  34485434  99680  55990   9 RU  9546 appsadm  GGB101031
  34485434  99640  37921  12 RU 27615 appsadm  CCB1011300764
  344854334784380  60553  17 RU  4983 appsadm  HHB1010300083
  344854334784230  36137  31 RU 29399 appsadm  GGB101031
  34485434  99690  52754  63 RU 12782 appsadm  FFB1010300015
  34485434  99910  53543 102 RU 11993 appsadm  GGB101031
  34485434  99640  50360 107 RU 15176 appsadm  GGB101031
  34485434 103910  47313 121 RU 18223 appsadm  GGB101031



Regards,

Pankaj Gupta



 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient, please
notify the sender by e-mail and delete the original message. Further, you are
not to copy, disclose, or distribute this e-mail or its contents to any other
person and any such actions are unlawful. This e-mail may contain viruses.
Infosys has taken every reasonable precaution to minimize this risk, but is
not liable for any damage you may sustain as a result of any virus in this
e-mail. You should carry out your own virus checks before opening the e-mail
or attachment. Infosys reserves the right to monitor and review the content of
all messages sent to or from this e-mail address. Messages sent to or from
this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
###

This message has been scanned by F-Secure Anti-Virus.
###

This message has been scanned by F-Secure Anti-Virus.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Lance Jahnke
LIST.READU EVERY will show you what you should need regarding locks.
Note the INODE number then shell to Unix/Linux and do ls -li | grep
[inode] this will give you a file name. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Roberts
Sent: Thursday, August 04, 2005 8:07 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] File name of the RECORDS which are listed in
LIST.READU output

Doesn't LIST.READU DETAIL give you the file name?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pankaj Gupta04
Sent: Thursday, August 04, 2005 2:03 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] File name of the RECORDS which are listed in LIST.READU
output


Hi All,
I have some records which are locked. The Item ID is same. Can I get the
database filename to which the records belong?
I am using Universe at unix platform.
The output of LIST.READU is given below:

LIST.READU

Active Record Locks:

Device Inode  Netnode Userno  Lmode   Pid Login Id
Item-ID.
  34485434  99680  55990   9 RU  9546 appsadm  GGB101031
  34485434  99640  37921  12 RU 27615 appsadm  CCB1011300764
  344854334784380  60553  17 RU  4983 appsadm  HHB1010300083
  344854334784230  36137  31 RU 29399 appsadm  GGB101031
  34485434  99690  52754  63 RU 12782 appsadm  FFB1010300015
  34485434  99910  53543 102 RU 11993 appsadm  GGB101031
  34485434  99640  50360 107 RU 15176 appsadm  GGB101031
  34485434 103910  47313 121 RU 18223 appsadm  GGB101031



Regards,

Pankaj Gupta



 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
solely
for the use of the addressee(s). If you are not the intended recipient,
please
notify the sender by e-mail and delete the original message. Further,
you are
not to copy, disclose, or distribute this e-mail or its contents to any
other
person and any such actions are unlawful. This e-mail may contain
viruses.
Infosys has taken every reasonable precaution to minimize this risk, but
is
not liable for any damage you may sustain as a result of any virus in
this
e-mail. You should carry out your own virus checks before opening the
e-mail
or attachment. Infosys reserves the right to monitor and review the
content of
all messages sent to or from this e-mail address. Messages sent to or
from
this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
###

This message has been scanned by F-Secure Anti-Virus.
###

This message has been scanned by F-Secure Anti-Virus.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread gerry-u2ug
DETAIL does not appear to be an available option, at least on uv

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Michael Roberts
Sent: Thursday, August 04, 2005 09:07 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] File name of the RECORDS which are listed in
LIST.READU output


Doesn't LIST.READU DETAIL give you the file name?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pankaj Gupta04
Sent: Thursday, August 04, 2005 2:03 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] File name of the RECORDS which are listed in LIST.READU
output


Hi All,
I have some records which are locked. The Item ID is same. Can I get the
database filename to which the records belong?
I am using Universe at unix platform.
The output of LIST.READU is given below:

LIST.READU

Active Record Locks:

Device Inode  Netnode Userno  Lmode   Pid Login Id
Item-ID.
  34485434  99680  55990   9 RU  9546 appsadm  GGB101031
  34485434  99640  37921  12 RU 27615 appsadm  CCB1011300764
  344854334784380  60553  17 RU  4983 appsadm  HHB1010300083
  344854334784230  36137  31 RU 29399 appsadm  GGB101031
  34485434  99690  52754  63 RU 12782 appsadm  FFB1010300015
  34485434  99910  53543 102 RU 11993 appsadm  GGB101031
  34485434  99640  50360 107 RU 15176 appsadm  GGB101031
  34485434 103910  47313 121 RU 18223 appsadm  GGB101031



Regards,

Pankaj Gupta



 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient, please
notify the sender by e-mail and delete the original message. Further, you are
not to copy, disclose, or distribute this e-mail or its contents to any other
person and any such actions are unlawful. This e-mail may contain viruses.
Infosys has taken every reasonable precaution to minimize this risk, but is
not liable for any damage you may sustain as a result of any virus in this
e-mail. You should carry out your own virus checks before opening the e-mail
or attachment. Infosys reserves the right to monitor and review the content of
all messages sent to or from this e-mail address. Messages sent to or from
this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
###

This message has been scanned by F-Secure Anti-Virus.
###

This message has been scanned by F-Secure Anti-Virus.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Gordon J Glorfield
Not on UV.  UV 10.1.6 Pick flavor.  It just returns a few more numbers.

Device Inode  Netnode Userno  Lmode   Pid Login Id 
Item-ID. 
  63029562 528980  56380   1 RU  9156 login_1 
020750*02#001*18#13516  
  630265603567660 42   2 RU  6993 login_2   MDC.GROUPS   
  63029562 528980  56941  19 RU  8595 login_1 
386400*05#001*241#135


Gordon J. Glorfield
Sr. Applications Developer
MAMSI (A UnitedHealth Company)
301-360-8839

[EMAIL PROTECTED] wrote on 08/04/2005 09:07:05 AM:

 Doesn't LIST.READU DETAIL give you the file name?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Pankaj Gupta04
 Sent: Thursday, August 04, 2005 2:03 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] File name of the RECORDS which are listed in LIST.READU
 output

 
 Hi All,
 I have some records which are locked. The Item ID is same. Can I get the
 database filename to which the records belong?
[snip]


This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] XML question on UniData 6.0

2005-08-04 Thread Metherall, Arthur
Is there a way to define the following XML section in a Unidata 6.0 extraction 
file, so that it will give me a single date (07/20/2005) value/DICT entry, 
without having to define individual Month (07), Day(20), Year(2005) DICT items?

  BusinessAcknowledgementDate
Date
  Year2005/Year
  Month07/Month
  Day20/Day
/Date
Time14:47:45/Time
  /BusinessAcknowledgementDate

This is a predetermined XML format for handling dates with our customer, I 
can't change the structure.

Thanks,

  Arthur

- - - - - - - - - - - - 
Arthur E. Metherall
Sr. Programmer Analyst
Courier Corporation
- - - - - - - - - - - - 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] XML question on UniData 6.0

2005-08-04 Thread Kevin King
Not sure about the baked in XML features, but you could certainly do
it with BASIC without a lot of difficulty.

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] File name of the RECORDS which are listed in LIST.READU output

2005-08-04 Thread Tom Dodds
UV 10.1.7 on AIX 5.2.2 The LIST.READU DETAIL returns:
LIST.READU DETAIL

Active Record Locks:
Device Inode  Netnode Userno  Lmode   Pid Login Id
Item-ID.
   2490371 255640 34  17 RU 08644 karen-sa 75
   2490371 452720106  18 RU 35872 cp-tracy 001361
   2490371 460660225  26 RU 41448 cp-linda 145544
   2490371 254600 34  27 RU 08644 karen-sa 352017
   2490371 255640108  37 RU 60434 jerry-sa 920575
   2490371 259750 63  40 RU 13830 patti-ac ANGIE
   2490371 252880108  49 RU 60434 jerry-sa 351959*024
   2490371 247030108  56 RU 60434 jerry-sa 351959*025
   2490371 254550 34  65 RU 08644 karen-sa 352017
   24903713524520295  71 RU 40888 gary-aw  350701
   2490371 251270236  88 RU 74892 arussell
253036*004**524498*001
   2490371 246500294  88 RU 86586 clock013291*2*13731
   2490371 251560108  94 RU 60434 jerry-sa 52162*01


LIST.READU EVERY returns:

LIST.READU EVERY

Active Group Locks:Record Group Group
Group
Device Inode  Netnode Userno  Lmode G-Address.  Locks ...RD ...SH
...EX
   2490371 253310315  12 IN 104000  1 0 0
0
   2490371 452720106  18 IN 2A9000  1 0 0
0
   2490371 251560108  23 IN 917800  1 0 0
0
   2490371 460660225  35 IN  48800  1 0 0
0
   2490371 255640 49  37 IN 115000  1 0 0
0
   2490371 259750 26  40 IN  26000  1 0 0
0
   2490371 247030108  58 IN  1E800  1 0 0
0
   2490371 249420183  64 IN   F800  1 0 0
0
   2490371 252880108  76 IN  28000  1 0 0
0
   2490371 460660225  77 IN  15800  1 0 0
0
   2490371 251270133  88 IN 319000  1 0 0
0

Active Record Locks:
Device Inode  Netnode Userno  Lmode   Pid Login Id
Item-ID.
   2490371 253310315  12 RU 00224 young-ac 013647
   2490371 452720106  18 RU 35872 cp-tracy 001361
   2490371 251560108  23 RU 60434 jerry-sa 52526*01
   2490371 460660225  35 RU 41448 cp-linda 145536
   2490371 255640108  37 RU 60434 jerry-sa 920575
   2490371 259750 63  40 RU 13830 patti-ac ANGIE
   2490371 247030108  58 RU 60434 jerry-sa 351959*034
   2490371 249420 59  64 RU 17124 arussell ADJ-IN-USE
   2490371 252880108  76 RU 60434 jerry-sa 351959*033
   2490371 460660225  77 RU 41448 cp-linda 145536*001
   2490371 251270236  88 RU 74892 arussell
253036*004**524498*001


Active Read Waiters:  Owner   Waiter
Device  Inode Userno  Userno
  249037125975  63  26
  249037125975  63  47


Tom Dodds


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Roberts
Sent: Thursday, August 04, 2005 8:07 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] File name of the RECORDS which are listed in LIST.READU
output

Doesn't LIST.READU DETAIL give you the file name?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pankaj Gupta04
Sent: Thursday, August 04, 2005 2:03 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] File name of the RECORDS which are listed in LIST.READU
output


Hi All,
I have some records which are locked. The Item ID is same. Can I get the
database filename to which the records belong?
I am using Universe at unix platform.
The output of LIST.READU is given below:

LIST.READU

Active Record Locks:

Device Inode  Netnode Userno  Lmode   Pid Login Id
Item-ID.
  34485434  99680  55990   9 RU  9546 appsadm  GGB101031
  34485434  99640  37921  12 RU 27615 appsadm  CCB1011300764
  344854334784380  60553  17 RU  4983 appsadm  HHB1010300083
  344854334784230  36137  31 RU 29399 appsadm  GGB101031
  34485434  99690  52754  63 RU 12782 appsadm  FFB1010300015
  34485434  99910  53543 102 RU 11993 appsadm  GGB101031
  34485434  99640  50360 107 RU 15176 appsadm  GGB101031
  34485434 103910  47313 121 RU 18223 appsadm  GGB101031



Regards,

Pankaj Gupta



 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient,
please
notify the sender by e-mail and delete the original message. Further, you
are
not to copy, disclose, or distribute this e-mail or its 

[U2] Herve Balestrieri/France/IBM est absent le 05/08/2005. In english : is out of office Friday August 5th, 2005.

2005-08-04 Thread Herve Balestrieri
I will be out of the office starting  05/08/2005 and will not return until
08/08/2005.

Pour les clients accidant au Support Technique des produits IBM U2,
veuillez renvoyer votre message sur : [EMAIL PROTECTED]
Merci

For non-french speaking customers : If your  IBM U2 products Technical
Support centre is France, please re-send messages to : [EMAIL PROTECTED]
Otherwise, IBM U2 products Technical Support in UK/EMEA email is :
[EMAIL PROTECTED]

Support Technique IBM - Produits U2
IBM Data Management Solutions
Tel.: N0 VERT International   00 800 2535 2535 (France et Belgique)
+44 208 844 3076 (autres pays/other countries)
Fax:  +33 (0) 49 31 45 58
Web: http://www.ibm.com/software/u2/

IBM
Centre de Support Technique IBM Produits U2
7630 - 04S03
Immeuble Marne La Vallie 1
1, Place Jean-Baptiste Climent
93881 Noisy-le-Grand Cedex
France

e-mail Support Technique IBM U2 : [EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/