2gb File limit
-
- Posts: 9
- Joined: Tue Oct 10, 2017 12:44 pm
2gb File limit
Hi Kathleen,____Any news on the 2gb file limit issue? ____This limit is causing us and our clients major problems, as we are having to take systems down out of hours and archive data off on a monthly basis, which I am sure you will apreciate is causing major headaches for support and clients alike. We could really do with some information we can give to our clients, to ease the preasure on the ear.____Thanks for your efforts in advance____Regards____Tim____
=> RE: 2gb File limit
No news.____Kathleen__R&R Support
-
- Posts: 9
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: 2gb File limit
Hi Kathleen____Well thanks for the reply, but could you expand just a little, I know these developers can be difficult to get information out of but come on, two words? Please give me something to appease my very ticked of customers.____Regards____Tim
===> RE: 2gb File limit
Hello, from today (Nov 1 2006), I have the same great problem of the 2gb because one of my clients has arrived to this size. I have seen that this message is already so I will also wait the solution. __ __Greetings. __Enrique Lama
-
- Posts: 9
- Joined: Tue Oct 10, 2017 12:44 pm
=> RE: 2gb File limit
Hi Kathleen____Still waiting for some kind of answer please ?____Regards____Tim
-
- Posts: 142
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: 2gb File limit
>Hi Kathleen __>__>Still waiting for some kind of answer please ? __>__>Regards __>__>Tim ____I am certain all the users that see this as vitally important to their business would be willing to encounter some type of cost to make this happen. Our business for one would be. We have a handfull of history files that exceed the 2 GB limit and workarounds are problematic at best.____How can we better achieve this. Infinity is of no value if enhancements are not made that users request. Solutions have a value we would be will to pay for but we need a solution.____I have a >2GB file that I can submit for testing and use that does not work with R&R, normal version or the over2GB test version you sent me.____Cliff.
===> RE: 2gb File limit
Our small but competent development staff has still not arrived at a solution to this one. If anyone is interested in looking at a extract of the code and would be willing to sign a non-disclosure argeement with us, I would be more that happy to open the code to other eyes if you think that you might be able to suggest how we might get there. We would indeed welcome any thoughts or assistance from any experienced C++ developers.____Kathleen__R&R Support__livesupport@livewarepub.com
-
- Posts: 142
- Joined: Tue Oct 10, 2017 12:44 pm
====> RE: 2gb File limit
I don^t do C++ programming but I am no help there. I can send you the test file as soon as my current rush priorities are finished.____One thing to consider is using the ADS win32 libraries to access the data. Not the new ADT format but the dbf/cdx format. That already supports up to 4 GB files and inside a clipper/xbase++ program required no programming changes at all. It however is accessing using these driver. Normal clipper/comix does not support the 2GB files.
-
- Posts: 142
- Joined: Tue Oct 10, 2017 12:44 pm
=====> RE: 2gb File limit
Have you taken into consideration the method of locking files used in clipper for dbf files. I think they arbitrarily locked indexes at a location at position + 1GB or + 2GB, thinking that files would not be that large. This could be the source of your problems, with the index files implicit locking getting in the way of your processes.____I don^t know if the 2GB limit can be addressed on standard dbf files with std cdx indexes. ADS with cdx files, not their proprietary adt files supports 4GB files plus up to 8 GB with netware on newer versions.____Hope this information helps. We need this capability as soon as possible.