Hello all, have just installed DCOracle2 on SuSE 7.1, Zope 2.3.1 (SuSE RPM, uses Python 2.0). Can connect to Oracle 8.1.7 fine, but can't get the icons to display in the management interfaces: anyone have any tips/experience of this? cheers, Garry +-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/ "The Good Man has no shape." +-------------------------------------------+
Garry Steedman writes:
have just installed DCOracle2 on SuSE 7.1, Zope 2.3.1 (SuSE RPM, uses Python 2.0). Can connect to Oracle 8.1.7 fine, but can't get the icons to display in the management interfaces: anyone have any tips/experience of this? The installation description tells you to rename "DCO2" to "ZOracleDA", if you use it as a Zope product.
Dieter
Dieter, the doc says this: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ INSTALLATION: To build, you should just need to type "make" and DCOracle2 will be compiled and properly built in the DCOracle2 subdirectory. This release will function as a ZOracleDA as well, just unpack in lib/python/Products of your Zope directory and build as normal. Do *NOT* have a ZOracleDA in your Products however, since both will attempt to register with Zope as the Z Oracle Database Adapter. For use as ZOracleDA, rename the directory from DCO2 to ZOracleDA! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ q1. what does "...ZOracle in your Products however..." refer to? i.e. if not /lib/python/Products ? q2. i have now renamed DCO2 to ZOracleDA and can no longer connect to oracle! any idea why? cheers, Garry On 6 Jul 2001, at 19:44, Dieter Maurer wrote: From: Dieter Maurer <dieter@handshake.de> To: gs@styrax.com Copies to: zope@zope.org Subject: Re: [Zope] DCOracle2 icons Date sent: Fri, 6 Jul 2001 19:44:00 +0200 (CEST)
Garry Steedman writes:
have just installed DCOracle2 on SuSE 7.1, Zope 2.3.1 (SuSE RPM, uses > Python 2.0). Can connect to Oracle 8.1.7 fine, but can't get the > icons to display in the management interfaces: anyone have any tips/experience of this? The installation description tells you to rename "DCO2" to "ZOracleDA", if you use it as a Zope product.
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
+-------------------------------------------+ Garry Steedman mailto:gs@styrax.com Styrax Associates http://www.styrax.com/ "The Good Man has no shape." +-------------------------------------------+
Garry, Garry Steedman writes:
For use as ZOracleDA, rename the directory from DCO2 to ZOracleDA! This is what I refered to.
q1. what does "...ZOracle in your Products however..." refer to? i.e. if not /lib/python/Products ? Inside your "lib/python/Products" folder, you should not have subfolders "DCO2" and "ZOracleDA".
Instead you have ZOracleDA there, which was renamed form DCO2.
q2. i have now renamed DCO2 to ZOracleDA and can no longer connect to oracle! any idea why? The old DCO2 is probably still in "Control_Panel/Products" and your Zope Oracle Database Adapter object uses it.
Delete both the DCO2 product and the Zope Oracle Database Adapter instance. Restart Zope. Make a new Zope Oracle Database Adapter. I would expect you can then connect to Oracle again. BTW, I had to abandon DCO2 under Sparc/Solaris 2.7. The LOB support did not work and the normal (LOB-less) operation led to very mysterious errors. Matt is working on it. Dieter
participants (2)
-
Dieter Maurer -
Garry Steedman