Re: [Zope] Zope scheduling problem

2006-02-23 Thread Nicholas Watmough
Thanks for that. It worked perfectly. Out of interest, why am I unable to access the method from with my Zope python code? What is a private object, and why is it private? Thanks, Nick Martijn Pieters wrote: On 2/19/06, Nicholas Watmough [EMAIL PROTECTED] wrote: I tried using

Re: [Zope] Zope scheduling problem

2006-02-19 Thread Nicholas Watmough
: On 2/17/06, Nicholas Watmough [EMAIL PROTECTED] wrote: I've set a proxy for the script so it runs as a Manager. However, when I set a ZopeScheduler to run this script, I get an error where the ZCatalog doesn't find any results when I search for the PloneArticle instance. Now the article I am

Re: [Zope] Zope scheduling problem

2006-02-19 Thread Nicholas Watmough
to 'unrestrictedSearchResults' of (CatalogTool at /DCARF/project_file_system/portal_catalog) denied. How do I change the permissions so I can access this method? Thanks. Nick Martijn Pieters wrote: On 2/17/06, Nicholas Watmough [EMAIL PROTECTED] wrote: I've set a proxy for the script so it runs as a Manager

[Zope] Zope scheduling problem

2006-02-17 Thread Nicholas Watmough
Hello, I'm not sure if this is the correct forum for my question. I'm running Zope 2.9.0 (though I've tried it on 2.8.5, with the same problem). I have a Python script in a Zope folder that checks a specified email address, packages all the emails and attachments, and adds them into a

Re: [Zope] LDAPUSerFolder permission problem

2005-07-13 Thread Nicholas Watmough
? Thanks. Jens Vagelpohl wrote: On 12 Jul 2005, at 14:03, Nicholas Watmough wrote: I'm trying to access the getProperty() method of the LDAPUser class in a Python script, in order to access the Active Directory email address of the user. There is no problem with this, if I use

[Zope] LDAPUSerFolder permission problem

2005-07-12 Thread Nicholas Watmough
I'm trying to access the getProperty() method of the LDAPUser class in a Python script, in order to access the Active Directory email address of the user. There is no problem with this, if I use the method on the current active user. However, it doesn't work when I attempt to use the method