RE: 13.x Quick Report Export Max Output File Size?

2018-07-25 Thread Tim Nevels via 4D_Tech
On Jul 25, 2018, at 2:00 PM, Benedict, Tom wrote:

>> besides, Quick Report, as the name suggests, is for quick and simple tasks.
>> to be honest, I don't think it was designed to handle files larger than 4GB.
> 
> In that case I guess I'll have to write some code.

Don’t forget about EXPORT DATA(“”) command. You can easily dump the data with 
that from any table. All records or the current selection. 

Tim

*
Tim Nevels
Innovative Solutions
785-749-3444
timnev...@mac.com
*

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: 13.x Quick Report Export Max Output File Size?

2018-07-25 Thread Benedict, Tom via 4D_Tech
Tim Penner writes:



>Is the file system Fat32?

>If so, then keep in mind that a Fat32 file system is limited to 4GB files.



It's Windows Server 2008 R2 SP1. I'm pretty sure the disk that the file is 
being written to is NTFS. And there are other files, like the .4DD, on that 
disk which are larger than 4GB.



And Mr Miyako writes:



>besides, Quick Report, as the name suggests, is for quick and simple tasks.

>to be honest, I don't think it was designed to handle files larger than 4GB.



In that case I guess I'll have to write some code.



Thanks,



Tom Benedict

Optum



This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 13.x Quick Report Export Max Output File Size?

2018-07-24 Thread Keisuke Miyako via 4D_Tech
to be clear, these functions are available in 32-bit applications, which is why 
the 4D data/structure files can be larger than 4GB.
perhaps with standard commands (Append document, SEND PACKET) you won't have 
that issue.

2018/07/25 7:13、Keisuke Miyako via 4D_Tech 
<4d_tech@lists.4d.com>のメール:
you would have to be using 64-bit functions such as fseek64, _fseeki64.



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 13.x Quick Report Export Max Output File Size?

2018-07-24 Thread Keisuke Miyako via 4D_Tech
from a C point of view,

you would have to be using 64-bit functions such as fseek64, _fseeki64.

besides, Quick Report, as the name suggests, is for quick and simple tasks.
to be honest, I don't think it was designed to handle files larger than 4GB.

(even YouTube before gangnam style wasn't designed for views above MAXLONG)

2018/07/25 1:13、Benedict, Tom via 4D_Tech 
<4d_tech@lists.4d.com>のメール:

I'm exporting data from 4D to a text file using the 4D Quick Report Editor in 
v13.x. It stopped writing to disk when the file size reached 4.0GB (4,194,304 
KB). The disk it is writing to has plenty of space on it. Is there a file size 
limit to exporting data using the 4D Quick Report Editor?



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 13.x Quick Report Export Max Output File Size?

2018-07-24 Thread Peter Mew via 4D_Tech
Certain File types, ie WAV files, have a 4Gig size limit due to the number
of bytes allocated in the header. that contains the file size. Regardless
of the disc file system.
cheers
-pm

On Tue, Jul 24, 2018 at 7:53 PM, Timothy Penner via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Is the file system Fat32?
>
> If so, then keep in mind that a Fat32 file system is limited to 4GB files.
>
> -Tim
>
>
>
>
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
>
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: 13.x Quick Report Export Max Output File Size?

2018-07-24 Thread Timothy Penner via 4D_Tech
Is the file system Fat32?

If so, then keep in mind that a Fat32 file system is limited to 4GB files.

-Tim




**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 13.x Quick Report Export Max Output File Size?

2018-07-24 Thread Chuck Miller via 4D_Tech
What OS are you running it could be an OS limit

Regards
Chuck 

Sent from my iPhone

> On Jul 24, 2018, at 12:13 PM, Benedict, Tom via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> I'm exporting data from 4D to a text file using the 4D Quick Report Editor in 
> v13.x. It stopped writing to disk when the file size reached 4.0GB (4,194,304 
> KB). The disk it is writing to has plenty of space on it. Is there a file 
> size limit to exporting data using the 4D Quick Report Editor?
> 
> Tom Benedict
> Optum
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity
> to which it is addressed. If the reader of this e-mail is not the intended
> recipient or his or her authorized agent, the reader is hereby notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**