OUTLOOK DISCONNECTED WITH Z-PUSH ERROR
-
Hi i have a problem , i think with z-push. Outlook is working good and after many days , i have outlook disconnected with this error in z-push-errror.log
StatusException: PHPWrapper->ImportMessageDeletion(): Received 1528 remove requests from ICS for folder ‘49b2c89e8b7548f488466ccf9107220ddd6860000000’ (max. 1000 allowed). Triggering folder re-sync. - code: 3 - file: /usr/share/z-push/backend/kopano/mapiphpwrapper.php:172Any suggestions,
thanx -
This post is deleted! -
The error message says you tried to delete 1528 calendar events in one go, while your configuration only allows 1000 at a time. Try changing your configuration to allow more.
-
@steph32 said in OUTLOOK DISCONNECTED WITH Z-PUSH ERROR:
remove requests from ICS for folder
Take a look here:
https://kb.kopano.io/display/ZP/Hidden+configuration+parametersExample of z-push.conf.php:
// Max block deletions quantity threshold to evaulate a possible Folder re-sync trigger define('DELETION_COUNT_THR', 1000);
-
@mpraunegger said in OUTLOOK DISCONNECTED WITH Z-PUSH ERROR:
// Max block deletions quantity threshold to evaulate a possible Folder re-sync trigger
define(‘DELETION_COUNT_THR’, 1000);it seems to works.
Thank you very much to all.