Bug #61729 | Skip/Take Clauses Causes Null Reference Exception in 6.3.7 and 6.4.1 Only | ||
---|---|---|---|
Submitted: | 3 Jul 2011 15:06 | Modified: | 29 Sep 2011 20:20 |
Reporter: | Wenbin Xu | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.3.7, 6.4.1 Beta | OS: | Windows (Windows XP SP3 / 7 SP1) |
Assigned to: | Fernando Gonzalez.Sanchez | CPU Architecture: | Any |
Tags: | .net Connector, 6.3.7, 6.4.1, entity framework |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[3 Jul 2011 15:15]
Wenbin Xu
[3 Jul 2011 15:16]
Wenbin Xu
NullReferenceException Screenshot # 2
Attachment: 2.png (image/png, text), 88.10 KiB.
[4 Jul 2011 12:12]
Wenbin Xu
Stack Trace
Attachment: stack_trace.txt (text/plain), 5.40 KiB.