[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Back-SQL



Emile Heitor wrote:

> Well, here is a test session with odbctest:
>
> su-2.03$ whoami
> openlink
> su-2.03$ ./samples/ODBC/odbctest
> OpenLink ODBC Demonstration program
> This program shows an interactive SQL processor
>
> Enter ODBC connect string (? shows list): ?
>
> DSN                            | Description
> ---------------------------------------------------------------
> OpenLink                       | Sample OpenLink MT DSN
>
> Enter ODBC connect string (? shows list): DSN=OpenLink
>
> SQL>CREATE TABLE institutes (id int IDENTITY (1, 1) NOT NULL ,name varchar
> (255) NOT NULL)
> Statement executed.
>
> SQL>exit
>
> Have a nice day.
>
> I watched, the table has been created.
> Well, I'm far from a SQL ( & odbc in general =) ) guru but it seems to me
> like odbctest is working :)

yeah it seems so ;)
but also it still seems to me that your problem (RPC - Unknown host) has something
to do with configuration, and nothing with back-sql itself... ;)
2 more things to check:
1) I recall that I had similar problems - something like I could resolve domain
names mentioned in configuration, but OPL could not - ?! I just set all those to
raw IP addresses, and it worked...
2) whoami -> openlink... maybe you should try running with uid you run slapd
with...

and a couple of other such things - I think the problem is one of those small
things I usually spend "NICE" days to find ;)

> ( cc to ITS ;) )
BTW, seems to me that submitting ITS from web and forwarding letters to
openldap-bugs are not the same - I could not find your issue in catalog ;)

WBW, Dmitry