Re: [U2] Unidata Indexing Problems

2009-10-07 Thread inquieti

Do you know if this is still a problem (too busy to trawl through the readme
files)?

Thanks

David

Kevin King-2 wrote:
 
 Come to find out the problem was that the user never logged off. 
 Apparently
 Unidata keeps some information about indexes in the file buffer and
 because
 that file buffer was open at the time we rebuilt the index, that session
 didn't see the new indexes we had created.  Once that user had logged off
 and back on again, we're golden.
 
 On Mon, Oct 5, 2009 at 11:48 PM, Colin Alfke alfke...@hotmail.com wrote:
 

 Check the release notes. I recall there being a problem with the sort.exe
 program on (I thought) a later version of UD 5 (5.2.4?) on windows. Same
 symptoms. Fix was to upgrade workaround was to grab the exe from a later
 version (6.0.12) and use it. Definately run it past support before you
 try
 it



 hth

 Colin Alfke

 Calgary, Canada


  From: Kevin

 
  We have a customer firmly ensconced on Unidata 5.1 on HP-UX (i.e.
 upgrading
  is not an option at this time) who is experiencing a strange indexing
 issue.
 
  We created a regular Unidata index (CREATE.INDEX) on a normal data
 field
  (attribute 189), built the index, tested, all is well. Another process
  comes along later and dumps a bunch of information in the file but...
 the
  index is not updated! There are other indexes on that file that are
 being
  properly updated, but our new one is not. This is a dynamic file and
  permissions on all of the parts are appropriate, which isn't really
  applicable anyway knowing that other indexes are being properly
 updated.
 
  Any ideas of something I could look for? There are no errors being
 logged
  in Unidata's logs, btw.
 
  -Kevin


 _
 New! Open Messenger faster on the MSN homepage
 http://go.microsoft.com/?linkid=9677405
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 
 
 
 -- 
 -Kevin
 http://www.PrecisOnline.com
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Unidata-Indexing-Problems-tp25762715p25783773.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Unidata Indexing Problems

2009-10-07 Thread Wally Terhune
I believe Colin was referring to a problem with BUILD.INDEX during the phase 
that udtsort.exe is used to sort the temp files before applying to the index. 
As Colin indicated - this is ancient history (in terms of UniData releases).

Wally Terhune
U2 Support Architect
Rocket Software
4700 S. Syracuse Street, Suite 400 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of inquieti
Sent: Wednesday, October 07, 2009 4:28 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Unidata Indexing Problems


Do you know if this is still a problem (too busy to trawl through the readme
files)?

Thanks

David

Kevin King-2 wrote:
 
 Come to find out the problem was that the user never logged off. 
 Apparently
 Unidata keeps some information about indexes in the file buffer and
 because
 that file buffer was open at the time we rebuilt the index, that session
 didn't see the new indexes we had created.  Once that user had logged off
 and back on again, we're golden.
 
 On Mon, Oct 5, 2009 at 11:48 PM, Colin Alfke alfke...@hotmail.com wrote:
 

 Check the release notes. I recall there being a problem with the sort.exe
 program on (I thought) a later version of UD 5 (5.2.4?) on windows. Same
 symptoms. Fix was to upgrade workaround was to grab the exe from a later
 version (6.0.12) and use it. Definately run it past support before you
 try
 it



 hth

 Colin Alfke

 Calgary, Canada


  From: Kevin

 
  We have a customer firmly ensconced on Unidata 5.1 on HP-UX (i.e.
 upgrading
  is not an option at this time) who is experiencing a strange indexing
 issue.
 
  We created a regular Unidata index (CREATE.INDEX) on a normal data
 field
  (attribute 189), built the index, tested, all is well. Another process
  comes along later and dumps a bunch of information in the file but...
 the
  index is not updated! There are other indexes on that file that are
 being
  properly updated, but our new one is not. This is a dynamic file and
  permissions on all of the parts are appropriate, which isn't really
  applicable anyway knowing that other indexes are being properly
 updated.
 
  Any ideas of something I could look for? There are no errors being
 logged
  in Unidata's logs, btw.
 
  -Kevin


 _
 New! Open Messenger faster on the MSN homepage
 http://go.microsoft.com/?linkid=9677405
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 
 
 
 -- 
 -Kevin
 http://www.PrecisOnline.com
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Unidata-Indexing-Problems-tp25762715p25783773.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Unidata Indexing Problems

2009-10-06 Thread Kevin King
Come to find out the problem was that the user never logged off.  Apparently
Unidata keeps some information about indexes in the file buffer and because
that file buffer was open at the time we rebuilt the index, that session
didn't see the new indexes we had created.  Once that user had logged off
and back on again, we're golden.

On Mon, Oct 5, 2009 at 11:48 PM, Colin Alfke alfke...@hotmail.com wrote:


 Check the release notes. I recall there being a problem with the sort.exe
 program on (I thought) a later version of UD 5 (5.2.4?) on windows. Same
 symptoms. Fix was to upgrade workaround was to grab the exe from a later
 version (6.0.12) and use it. Definately run it past support before you try
 it



 hth

 Colin Alfke

 Calgary, Canada


  From: Kevin

 
  We have a customer firmly ensconced on Unidata 5.1 on HP-UX (i.e.
 upgrading
  is not an option at this time) who is experiencing a strange indexing
 issue.
 
  We created a regular Unidata index (CREATE.INDEX) on a normal data field
  (attribute 189), built the index, tested, all is well. Another process
  comes along later and dumps a bunch of information in the file but... the
  index is not updated! There are other indexes on that file that are being
  properly updated, but our new one is not. This is a dynamic file and
  permissions on all of the parts are appropriate, which isn't really
  applicable anyway knowing that other indexes are being properly updated.
 
  Any ideas of something I could look for? There are no errors being logged
  in Unidata's logs, btw.
 
  -Kevin


 _
 New! Open Messenger faster on the MSN homepage
 http://go.microsoft.com/?linkid=9677405
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users




-- 
-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Unidata Indexing Problems

2009-10-05 Thread Kevin King
We have a customer firmly ensconced on Unidata 5.1 on HP-UX (i.e. upgrading
is not an option at this time) who is experiencing a strange indexing issue.

We created a regular Unidata index (CREATE.INDEX) on a normal data field
(attribute 189), built the index, tested, all is well.  Another process
comes along later and dumps a bunch of information in the file but... the
index is not updated!  There are other indexes on that file that are being
properly updated, but our new one is not.   This is a dynamic file and
permissions on all of the parts are appropriate, which isn't really
applicable anyway knowing that other indexes are being properly updated.

Any ideas of something I could look for?  There are no errors being logged
in Unidata's logs, btw.

-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Unidata Indexing Problems

2009-10-05 Thread Colin Alfke

Check the release notes. I recall there being a problem with the sort.exe 
program on (I thought) a later version of UD 5 (5.2.4?) on windows. Same 
symptoms. Fix was to upgrade workaround was to grab the exe from a later 
version (6.0.12) and use it. Definately run it past support before you try 
it

 

hth

Colin Alfke

Calgary, Canada
 

 From: Kevin

 
 We have a customer firmly ensconced on Unidata 5.1 on HP-UX (i.e. upgrading
 is not an option at this time) who is experiencing a strange indexing issue.
 
 We created a regular Unidata index (CREATE.INDEX) on a normal data field
 (attribute 189), built the index, tested, all is well. Another process
 comes along later and dumps a bunch of information in the file but... the
 index is not updated! There are other indexes on that file that are being
 properly updated, but our new one is not. This is a dynamic file and
 permissions on all of the parts are appropriate, which isn't really
 applicable anyway knowing that other indexes are being properly updated.
 
 Any ideas of something I could look for? There are no errors being logged
 in Unidata's logs, btw.
 
 -Kevin

  
_
New! Open Messenger faster on the MSN homepage
http://go.microsoft.com/?linkid=9677405
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users