Bug #78369 | Connector/NET 6.9.7 (Upgrading Connector/NET 6.9.3) Failed | ||
---|---|---|---|
Submitted: | 8 Sep 2015 14:48 | Modified: | 14 Sep 2015 9:16 |
Reporter: | Mike Smochek | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.9.3 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | 6.9, 6.9.3, 6.9.7, connector, upgrade |
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
[9 Sep 2015 6:34]
Chiranjeevi Battula