RE: [U2] Unable TO DELETE.INDEX ALL

2006-08-17 Thread David Wolverton
I found I could not delete all indexes where I could delete each
individually - at the time, I just guessed it was an 'open file' issue -
that I could not 'remove' the index file since other users had the file
open.  I'm guessing the ALL option just deletes the file from the OS
level, and that is not allowed if others have it open.

DW 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave S
Sent: Thursday, August 17, 2006 10:00 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Unable TO DELETE.INDEX ALL

I have deleted the indexes individually after hours. However, I suspect that
  the index is corrupt and IBM states to execute DELETE.INDEX ALL , which
  I am unable to do.

[EMAIL PROTECTED] wrote:
  Either you don't have permission to delete the file at the OS level or,
more likely, someone has the file open. I use HANDLE.EXE from
www.sysinternals.com. You should be able to delete each index individually
(ie. Delete.index CUSTOMERS CITY). Although deleting and re-creating an
index while the file is being updated is just asking for trouble.

Hth
Colin Alfke
Calgary Canada 

-Original Message-
From: Dave S

When I try DELETE.INDEX ALL on a file, I get a permisions error #13 
permission denied
 
 unable to delete CUSTOMERS /idx001 error.
 
 What does this mean ?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/



-
Get your email and more, right on the  new Yahoo.com
---
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] Unable TO DELETE.INDEX ALL

2006-08-17 Thread David Wolverton
I found I could not delete all indexes where I could delete each
individually - at the time, I just guessed it was an 'open file' issue -
that I could not 'remove' the index file since other users had the file
open.  I'm guessing the ALL option just deletes the file from the OS
level, and that is not allowed if others have it open.

DW 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave S
Sent: Thursday, August 17, 2006 10:00 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Unable TO DELETE.INDEX ALL

I have deleted the indexes individually after hours. However, I suspect that
  the index is corrupt and IBM states to execute DELETE.INDEX ALL , which
  I am unable to do.

[EMAIL PROTECTED] wrote:
  Either you don't have permission to delete the file at the OS level or,
more likely, someone has the file open. I use HANDLE.EXE from
www.sysinternals.com. You should be able to delete each index individually
(ie. Delete.index CUSTOMERS CITY). Although deleting and re-creating an
index while the file is being updated is just asking for trouble.

Hth
Colin Alfke
Calgary Canada 

-Original Message-
From: Dave S

When I try DELETE.INDEX ALL on a file, I get a permisions error #13 
permission denied
 
 unable to delete CUSTOMERS /idx001 error.
 
 What does this mean ?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Unable TO DELETE.INDEX ALL

2006-08-17 Thread Wally Terhune
Deleting individual indexes does not result in the UniData index file being
removed. So you appparently have read/write permissions, but not file
deletion permissions.
DELETE.INDEX fn ALL - completely removes the index file - so there is no
possibility of any dangling node or structure issues in the index - when
you recreate it.
_

I have deleted the indexes individually after hours. However, I suspect
that
  the index is corrupt and IBM states to execute DELETE.INDEX ALL , which
  I am unable to do.

[EMAIL PROTECTED] wrote:
  Either you don't have permission to delete the file at the OS level or,
more likely, someone has the file open. I use HANDLE.EXE from
www.sysinternals.com. You should be able to delete each index
individually (ie. Delete.index CUSTOMERS CITY). Although deleting and
re-creating an index while the file is being updated is just asking for
trouble.

Wally Terhune
U2 Support Architect
IBM Information Management
4700 South Syracuse Street, Denver, CO   80237
Tel:  303.773.7969
Fax: 303.773.5915
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Unable TO DELETE.INDEX ALL

2006-08-17 Thread colin.alfke
Certainly, if there is a problem with the index you have to do the
delete ALL. 

This does delete the file at the OS level so you need to have the OS
level permissions to delete it. You also need to make sure no one (or
phantom process) has it open. This is where handle comes in handy. If
you have direct access to the console there is also a process explorer
(also from www.sysinternals.com ) which may be easier to use.

Hth
Colin Alfke


-Original Message-
From: Wally Terhune

Deleting individual indexes does not result in the UniData 
index file being removed. So you appparently have read/write 
permissions, but not file deletion permissions.
DELETE.INDEX fn ALL - completely removes the index file - so 
there is no possibility of any dangling node or structure 
issues in the index - when you recreate it.
_

I have deleted the indexes individually after hours. However, 
I suspect that
  the index is corrupt and IBM states to execute DELETE.INDEX 
ALL , which
  I am unable to do.

colin.alfke wrote:
  Either you don't have permission to delete the file at the 
OS level or, more likely, someone has the file open. I use 
HANDLE.EXE from www.sysinternals.com. You should be able to 
delete each index individually (ie. Delete.index CUSTOMERS 
CITY). Although deleting and re-creating an index while the 
file is being updated is just asking for trouble.

Wally Terhune
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] IBM UniVerse JDBC driver with WebLogic web application server

2006-08-17 Thread Wendy Smoak

On 8/1/06, Vance, Kathy [EMAIL PROTECTED] wrote:


Does anybody have the experience on how to configure the weblogic
connection pool with IBM UniVerse JDBC driver?


No, but that error looks familiar from a brief experiment with Spring
JDBC and UniData. :(

  http://wiki.wsmoak.net/cgi-bin/wiki.pl?UniDataSpringJDBC

--
Wendy
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/