ODBC issues

Joakim Hirsch Joakim.Hirsch@REDACTED
Fri Jun 29 09:19:01 CEST 2001


Looks as if the odbc supervisor process (odbc_sup) isn't running.
Did you start the application?
application:start(odbc).


Joakim Hirsch



> Date: Thu, 28 Jun 2001 15:11:05 -0500
> From: Martin Logan <martin@REDACTED>
> X-Accept-Language: en
> MIME-Version: 1.0
> To: "erlang-questions@REDACTED" <erlang-questions@REDACTED>
> Subject: ODBC issues
> Content-Transfer-Encoding: 7bit
> 
> I am currently writing a proxy that uses ODBC modules. I have all of the
> necessary components for ODBC installed on a slackware linux machine.  I
> am however getting some strange behavior from when I try to start the
> ODBC processes from within the shell. Below is the output from the shell
> when I try to start the server.
> 
> 
> (martin@REDACTED)5> {ok, _Pid} = odbc:start_link({local, odbc1}, [], []).
> ** exited: {noproc,{gen_server,call,
>                                [odbc_sup,
>                                 {start_child,
> 
> [{local,odbc1},[{client,<0.46.0>}],[]]},
>                                 infinity]}} **
> 
> After executing the above command the ODBC module apears to be in the
> system as I can type "o" and tab and I see that odbc is one  of the
> options that is available. If anyone knows of an explanation for this
> please let me know.
> 
>                     Thanks,
>                     Martin Logan
>                     Software Engineer, Vail Systems.
> 




More information about the erlang-questions mailing list