Bug #61806 | Error "Out of sync with server" when connect in Visual Studio Entitly Framework | ||
---|---|---|---|
Submitted: | 9 Jul 2011 14:42 | Modified: | 9 Aug 2011 21:01 |
Reporter: | Przemysław Kaczmarski | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.4.3 | OS: | Any |
Assigned to: | Julio Casal | CPU Architecture: | Any |
Tags: | connector, out of sync with server, regression |
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
[5 Aug 2011 9:06]
Jorge Bastos
[5 Aug 2011 9:11]
Jorge Bastos
sample screenshot
Attachment: outofsync.JPG (image/jpeg, text), 144.95 KiB.
[5 Aug 2011 15:40]
Julio Casal
Out of Sync - Cannot Reproduce
Attachment: OutOfSyncNoRepro.jpg (image/jpeg, text), 130.50 KiB.
[8 Aug 2011 20:05]
Jorge Bastos
my.cnf file
Attachment: my.cnf.txt (text/plain), 4.23 KiB.