From: | INF(dot) Sec(dot) Ingeniería (Rodolfo Farias Munoz) <rfariasm(at)directemar(dot)cl> |
---|---|
To: | "'pgsql-es-ayuda(at)postgresql(dot)org'" <pgsql-es-ayuda(at)postgresql(dot)org> |
Cc: | "PostgreSQL (E-mail)" <pgsql-ayuda-request(at)tlali(dot)iztacala(dot)unam(dot)mx> |
Subject: | postgresql-ldap |
Date: | 2004-11-23 14:25:21 |
Message-ID: | 6F837F37D3E5EC48B9FE1D0B8907CE0B01A586EE@psi.sistemas.dgtm.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Hola Lista.
Estoy instalando en un servidor freebsd, openldap con un backend en
postgresql pero cuando inicio el servicio de Ldap, me envia el siguiente
error:
backsql_open_db_conn: SQLConnect() to database "PgSql" as user
"test" failed:
Return code: -1
Native error code: 201
SQL engine state: IM002
Message: Missing server name, port, or database name in
call to CC_connect.
backsql_get_db_conn(): could not get connection handle -- returning
NULL
backsql_db_open(): connection failed, exiting
backend_startup: bi_db_open failed! (1)
el archivo odbc.ini, contiene lo siguiente:
;
; odbc.ini
;
[ODBC Data Sources]
pg_ldap=PostgreSQL
[pg_ldap]
Driver=/usr/local/lib/psqlodbc.so
Description=Connection to LDAP/POSTGRESQL
Host=localhost
Server=localhost
Servername=localhost
Port=5432
FetchBufferSize=99
Username=test
Password=test
Database=pg_ldap
ReadOnly=no
Debug = 1
DebugFile = /tmp/odbcdebug
Trace = 1
TraceFile = /tmp/odbctrace
CommLog = 1
[ODBC]
InstallDir=/usr/local/lib
Tracing = 1
TraceFile = /tmp/odbctrace.log
Debugging = 1
DebugFile = /tmp/odbcdebug.log
he buscado en muchas partes pero no encuentro una solucion a mi problema.
cualquier ayuda sera muy bienvenida
Gracias
Rodolfo Farias M.
From | Date | Subject | |
---|---|---|---|
Next Message | Roberto Cesar Najera | 2004-11-23 16:23:25 | funciones |
Previous Message | Eric Aponte | 2004-11-23 14:12:50 | Re: string a date |