I've solved this problem .
configuration issues...
now AOLServer is started without any error, but when i
run my .tcl file
i get the error
no access to pool :"post_1"
while executing "ns_db gethandle post_1"

this is written in my .tcl file:

set db [ns_db gethandle post_1]
-----------------------------------

and in my configuaration file I've wrtten:


ns_section ns/db/drivers
ns_param postgres nspostgres.dll
ns_section ns/db/pool/post_1
ns_param Driver postgres
ns_param Connections 8
ns_param DataSource "202.131.116.110:5432:bhart1"
ns_param Verbose On
ns_param LogSQLErrors On

ns_section ns/db/pools
ns_param post_1 post_1

----------------------------------



__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to