Page 1 of 1

cancelling out from "Find /view data"

Posted: Thu Jul 26, 2007 12:54 am
by htrisakti3
When Viewing data from seq file stage, sometimes I need to find a piece of data.. the problem is, when the file is huge, "Find ..." dialog box became "Not Responding.."

any clean way to cancel out from there?
so far, i have to clean up into dsadmin & kill the processes

thanks
HandyT

Posted: Thu Jul 26, 2007 1:00 am
by ArndW
There is no clean way of breaking out of this. I've been frustrated many a time when I made a metadata error and ended up waiting 10-15 minutes for a "view data" to return the 1st row back to me but needs to read to the end of a large file. This would make a good enhancement request.

Posted: Thu Jul 26, 2007 7:28 am
by chulett
You either need to have a lot of patience and just wait it out or give it the old 'three finger salute' and kill the sucker. :wink:

Posted: Thu Jul 26, 2007 11:55 am
by asitagrawal
Why not write a small job, which filters out the data from the file. Put the desired constraint, say Col1 = Value1, and create a new output file.

I use this approach instead of waiting for "Not responding" to become "Responding" :)