Announcement

Collapse
No announcement yet.

Cannot accept appointments

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cannot accept appointments

    Hello, I'm getting an error when trying to accept a calendar invitation. I have no idea what this limit is or where I can set it. Can any one help?

    The original message is:
    Der Anhang kann nicht gespeichert werden. Das Dateispeicher-Limit wurde überschritten.

    Translation:
    The attachment cannot be saved. The file storage limit has been exceeded.

    Thank you and best regards,
    Jörg

  • #2
    Hi,

    some more information on this: there is an exception:

    '...Caused by: com.openexchange.exception.OXException: FLS-0024 Categories=USER_INPUT Message='The allowed Quota is reached.' exceptionID=1231173829-1348335'

    in the log file. BUT the system is using only a global filestore:

    root@ox:~# /opt/open-xchange/sbin/listfilestore -A deleted -P deleted
    id path size reserved used max-entities cur-entities
    2 file:/var/opt/filestore 1000000 200 10 5000 1

    And the individual quotas are not changeable (ALLOW_CHANGING_QUOTA_IF_NO_FILESTORE_SET=false)

    Any ideas that can point me in the right direction?

    Thank you and best regards,
    Jörg
    Last edited by JoergH; 08-14-2020, 10:42 AM.

    Comment


    • #3
      Hi again - ahhh, I got it! There is a quota not only on the filestore itself, but also one per context! This one was very low - so I now increased it (with changecontext) and it now works.

      Comment

      Working...
      X