| Bug #77887 | .NET Connector and EF dont work | ||
|---|---|---|---|
| Submitted: | 30 Jul 2015 15:10 | Modified: | 22 Sep 2015 17:48 |
| Reporter: | Claudia Stölzel | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | Connector / NET | Severity: | S2 (Serious) |
| Version: | 6.9.6 | OS: | Windows (EF 5.0 / EF 6.0 ) |
| Assigned to: | Roberto Ezequiel Garcia Ballesteros | CPU Architecture: | Any |
| Tags: | Visual Studio 2013 EF connector | ||
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
[31 Jul 2015 7:19]
Chiranjeevi Battula
[3 Aug 2015 7:06]
Chiranjeevi Battula
screenshot
Attachment: 77887_1.PNG (image/png, text), 54.37 KiB.
