Setting Quota to 0 programmatically

Hi to all. Can someone help me on how can I set the quota of notes databases to 0 using Java or Lotus Script?. I noticed that when you set the quota to a value lower than the current quota, the process wont work. We’re using Domino 6.5.3 on AIX.

Subject: Setting Quota to 0 programmatically.

You can do it using the LS attribut (r/w) FileQuota or the java method SetFileQota.But you cant’ set a quota value lower than the warning value,

first lower the warning then lower the quota.

Hope this helps