I get the same problem. A SQL method of mine is apparrently accessible from within a DTML method but not from within another SQL method. (I do this to determine if a record exists before overwriting it). I also have an external method that augments query objects with special grouping records.
Here's one of my tracebacks (hey, I get a different one every time I click REFRESH):
<traceback snipped> I've been trying to reproduce this with a Gadfly connection and I haven't been able to make this happen - have you checked to make sure that all of the sql methods in question have the same ownership and permission settings? Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
Brian, Try a ZMySQLDA connection. All ZSQL methods were implicitly owned by the user "wmannotj". They all had the same permission settings. Perhaps I could try explicit ownership? - T.J. ----- Original Message ----- From: Brian Lloyd <Brian@digicool.com> To: 'T.J. Mannos' <wmannotj@sol.SLCC.EDU>; CURTIS David <David.Curtis@state.or.us> Cc: <Zope@zope.org> Sent: Monday, June 19, 2000 1:04 PM Subject: RE: [Zope] Beta Zope Error
I get the same problem. A SQL method of mine is apparrently accessible from within a DTML method but not from within another SQL method. (I do this to determine if a record exists before overwriting it). I also have an external method that augments query objects with special grouping records.
Here's one of my tracebacks (hey, I get a different one every time I click REFRESH):
<traceback snipped>
I've been trying to reproduce this with a Gadfly connection and I haven't been able to make this happen - have you checked to make sure that all of the sql methods in question have the same ownership and permission settings?
Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (2)
-
Brian Lloyd -
T.J. Mannos