[Zope-dev] Zope on Linux and Database as MS-SQL Server on WinNT

2002-01-29 Thread Peeyush Garg



Hi,

What's the current best solution to utilize the 
combination of Zope on Linux and Database as MS-SQL Server running on WinNT. I 
don't find much information searching the Zope web site. Can somebody point me 
to some link?

Thanks,
Peeyush.


[Zope-dev] Urgent help required

2002-01-29 Thread Peeyush Garg



Hi,

Thanks for all the answers for running Zope (Linux) 
and MS-SQL(WinNT). Now I have a different scenario. In case I use Win2K and 
MS-SQL-Server 2000, I need to use ZODBCDA. Now my question is that does Zope use 
connection pooling how do I configure that? If not, then suppose I get 10 
database requests, does it put them in queue (opening only one connection) or it 
executes them parallely opening 10 separate connections?

Thanks,
Peeyush Garg.


[Zope-dev] LDAP on Zope 2.5.0b2

2002-01-04 Thread Peeyush Garg



Hi,

Has anybody successfully installed LDAPUserFolder 
on Zope2.5.0b2 (on Linux). When I compile python-ldap module and install it 
alongwith LDAPUserFolder, it shows as a installed product in the Zope management 
screen, but when I try to connect to the LDAP server (openldap 2.0.18) also 
running on the same machine, it says 'connection settings not ok...'. 
Interestingly, when I install LDAPUserFolder on Zope 2.4.3 running on a WinNT 
4.1 workstation and use the same connection settings, it connects successfully 
and I'm able to query the LDAP database.

Any ideas why..??

~Peeyush.


Re: [Zope-dev] LDAP on Zope 2.5.0b2

2002-01-04 Thread Peeyush Garg

Hi Jens,

I get the same error message with installation of 2.5.0b3. Do you have the
latest files checked out for python-ldap module? Any other clues? I've tried
several combinations and not any luck yet.

~Peeyush.
- Original Message -
From: Jens Vagelpohl [EMAIL PROTECTED]
To: Peeyush Garg [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, January 04, 2002 12:30 PM
Subject: Re: [Zope-dev] LDAP on Zope 2.5.0b2


i have it running on 2.5beta3 without a problem. try upgrading your zope.

jens


On Friday, January 4, 2002, at 02:29 , Peeyush Garg wrote:

 Hi,

 Has anybody successfully installed LDAPUserFolder on Zope2.5.0b2 (on
 Linux). When I compile python-ldap module and install it alongwith
 LDAPUserFolder, it shows as a installed product in the Zope management
 screen, but when I try to connect to the LDAP server (openldap 2.0.18)
 also running on the same machine, it says 'connection settings not
 ok...'. Interestingly, when I install LDAPUserFolder on Zope 2.4.3
 running on a WinNT 4.1 workstation and use the same connection settings,
 it connects successfully and I'm able to query the LDAP database.

 Any ideas why..??

 ~Peeyush.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Workflow for Registration

2001-12-21 Thread Peeyush Garg


Hi,I want to implement a registration flow 
process where the submitted =information would be approved before somebody 
is made a member. It's =just like the registration process for registering 
into www.zope.org.Can somebody point 
me to good resource where I can find this 
=information.Thanks,Peeyush.