Jerky San Pedro wrote: > With regards to PostgreSQL, I was wondering why I didn't have the > tclConfig.sh, originally needed by the system to establish tcl connections of > some sort. I couldn't seem to connect via tcl. >
Most likely this is an IP Address restriction problem. Check your pg_hba.conf file and make sure the host you're trying to connect to it from is listed as an accepted IP address. You can also check your PostgreSQL logs to see what's happening. I've run PostgreSQL on RedHat EL 3 and 4 for a long time and I've never heard of the tclConfig.sh file. Most likely, that's just a scripted interface to the pg_hba.conf file. You should be able to achieve the same functionality by simply modifying the pg_hba.conf file directly. The following document might be helpful for anyone running PostgreSQL 8 and CFMX7 - and yes, I realize you're running CFMX 6, but just in case: http://www.viviotech.net/docs/postgresql8_cfmx7.pdf Hope this helps! ;) -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Blue Dragon Alliance Member [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Linux/message.cfm/messageid:4184 Subscription: http://www.houseoffusion.com/groups/CF-Linux/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
