[Zope] Accessing DTML Methods through the monitor_client

2000-07-20 Thread darryl
Can anyone give me a push down the path of using the monitor client to access DTML methods. I have a s simple methods that returns a value from a SQL call. The method looks like this: I would like to examine sample in the monitor. -D ___ Zope m

[Zope] Monitor

2000-07-21 Thread darryl
Isn't anyone using the medusa/monitor_client.py script to debug their zopes? I can start it up fine and view the sequence of objects I have created, but my question is how do I access the return value of a DTML method? The Zope Debugging how-to is a little scant on the subject. -D _

[Zope] record count in catalog

2008-06-14 Thread Darryl Caldwell
Hi all, The Catalog tab in my catalog says this: The catalog "mycatalog" contains 30,345 record(s) in the path "/". But when I sort and return a list of cataloged objects I only have 19,881. Here is the script call to retrieve the records: context.mycatalog.search( {}, sort_index='lastname' )

[Zope] uncataloging

2008-08-13 Thread Darryl Caldwell
Hey folks, I have looked at the source of Catalog.py but am still confused about what parameters I need to uncatalog an object. Is the uid the same as the object id? That which is returned from obj.getId(), or is it the same as the object Identifier listed on the Catalog tab within the catalog? T