Code: Select all
document.storeToURL(url, properties)Code: Select all
document.storeToURL(url, properties)Hi,Tim-Erwin wrote:Well, the problem is solved: Although the permissions for the directory should be right, they were not due to a problem (bug?):
OpenOffice starts in server mode even if another instance is already listening on the same port. Hence, I did not realize another instance with another user was running which had no permissions for my folder. Kill it and it works.
Code: Select all
ps aux | grep officeCode: Select all
kill <processnumber>