IWT
6 discussion posts
I've been on here a few times. A bit lost as to whether this has been addressed or not.
Logically, there is a file limitation on it, but can this be overcome? Perhaps enlarged with a variable?
I would have thought it would be the number 1 issue? I get it all the time (working with big files of course).
Anyone know? Would be appreciated.
Thx
David
Jul 6, 2016 (modified Jul 6, 2016)
•
#1
Could you attach screenshots of the Search tab and Advanced tab for the search that produces this error? There aren't any file limits that I'm aware of.
IWT
6 discussion posts
Thanks.
Screenshots attached. In case there are any oddities with them, I have redacted part of the screen and edited the search text. Nothing that ought to affect the analysis I don't believe.
I'm not super technical, but I can hold my own. It looks like a fairly logical loop restriction, but I do work with large files of records sometimes in the millions. The utility is great, but limiting if I can't resolve the ability to search bigger files is all.
Thanks
David
• Attachment [protected]: Screenshot 1.jpg [255,624 bytes]
• Attachment [protected]: Screenshot 2.jpg [237,346 bytes]
Thanks! Looks like this is indeed a self-imposed limit on the number of lines that can be passed into a file handler, to prevent FileSeek or the handler from hanging up. Do those Excel files have more than 100,000 rows?
IWT
6 discussion posts
Yes they do.
I was wondering if it is possible to overcome this limitation.
I can understand the potential risk insofar as an error of some kind might see the application going around in an infinite loop, however, being aware of that, it could still be managed if it can be overcome.
Thx
David
IWT
6 discussion posts
Well although it's not very common, would 10 million be entirely rediculous?
I have checked files of that size before. Once they are that large, it's difficult to cut them down without (say) SQl in which case I would just be querying it SQL.
Thanks
David
IWT
6 discussion posts
That would be great
Thanks for your help.
David
IWT
6 discussion posts
Just so I know when to possibly look out for it.... any ideas on when the new version will be out?
Thanks
David
Teqi
4 discussion posts
Oh, i had same problem, i will install the new version!
Teqi
4 discussion posts
Hi!
i downloaded the newest version, FileSeek 5.1.
It still giving LoopMax Exceeded error for me.
Is there a way in settings to fix this problem?
• Attachment [protected]: fileseek.jpg [73,323 bytes]
@Teqi: How many lines are in those files?
@Teqi: Can you try disabling "Process File Contents Using File Handlers" on the Advanced tab?
Teqi
4 discussion posts
Hi!,
I disabled it, now all working good.
Thank you!