LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Parts/Attachments: text/plain (58 lines)
Print Reply
Sender:
LISTSERV give-and-take forum <[log in to unmask]>
Date:
Tue, 25 Nov 2008 15:14:24 -0600
Reply-To:
LISTSERV give-and-take forum <[log in to unmask]>
Content-Transfer-Encoding:
7bit
Subject:
From:
Mickey Chandler <[log in to unmask]>
Content-Type:
text/plain; charset=ISO-8859-1; format=flowed
MIME-Version:
1.0
Organization:
Whizardries, Inc.
Comments:
I seem to be having problems understanding exactly what I should do to
get Listserv 15.5 hooked up to a MySQL database on a fairly old (Fedora
6) server.

Here's the bit from go.user:

The hook in go.user:
UODBC_DSN="listserv"
UODBC_UID="[redacted]"
UODBC_AUTH="[redacted]"
export UODBC_DSN UODBC_UID UODBC_AUTH

Here's the error I'm getting:

Serious error occurred - traceback follows
------------------------------------------
 >>> Error X'01000033' opening DBMS list <<<
-> Severity: Error
-> Facility: DBMS interface
-> Abstract: DBMS driver failed to initialize
 >>> Error X'01000033' opening DBMS list <<<
-> Severity: Error
-> Facility: DBMS interface
-> Abstract: DBMS driver failed to initialize
 >>> Error X'01000033' opening DBMS list <<<
-> Severity: Error
-> Facility: DBMS interface
-> Abstract: DBMS driver failed to initialize
 >>> Error X'01000033' opening DBMS list <<<
-> Severity: Error
-> Facility: DBMS interface
-> Abstract: DBMS driver failed to initialize
 >>> Error X'01000033' opening DBMS list <<<
-> Severity: Error
-> Facility: DBMS interface
-> Abstract: DBMS driver failed to initialize
 >>> Error X'01000033' opening DBMS list <<<
-> Severity: Error
-> Facility: DBMS interface
-> Abstract: DBMS driver failed to initialize

Here's the relevant line from the list header:
DBMS= UODBC,Table(LISTSERV),Email(email),Name(name),Uemail(uemail)

Using isql shows:
[mickc@gandalf etc]# isql -v listserv [redacted] [redacted]
SQL> show tables;
+-----------------------------------------------------------------+
| Tables_in_listserv                                              |
+-----------------------------------------------------------------+
| changelog                                                       |
+-----------------------------------------------------------------+
SQLRowCount returns 1
1 rows fetched


Can someone suggest where I've gone wrong here?

ATOM RSS1 RSS2