Re: installing DBD-Informix on fedora 6
- From: tvilliers@xxxxxxxxx (Tielman de Villiers)
- Date: Mon, 29 Jan 2007 15:28:46 +0000
On 29/01/07, Oliver Howe <oliverj@xxxxxxxxxxxxxxxxxxx> wrote:
>> SQL: -908: Attempt to connect to database server (pmuk2) failed.
>> ISAM: 107: ISAM error: record is locked.
>>
>
>Seems to suggest you are connecting to the database. Can you trace any
>TCP traffic on the server side?
no i dont see anything from that server when running the esqltest. but on the client i can telnet to the server on port 1526 as the user informix. i have stopped iptables and ip6tables on the client
can you snoop on the server to see if any packets reach the interface
at all when running esqltest?
>Can you compile and run esqlbasic?
yes, but i get the same output as before
these are the lines it is complaining about
[root@hmmail2 DBD-Informix-2005.02]# cat -n esqlbasic.ec | grep 93
93 EXEC SQL CREATE TABLE dbd_ix_esqltest (Col01 INTEGER NOT NULL);
[root@hmmail2 DBD-Informix-2005.02]# cat -n esqlbasic.ec | grep 103
103 EXEC SQL DROP TABLE dbd_ix_esqltest;
[root@hmmail2 DBD-Informix-2005.02]# cat -n esqlbasic.ec | grep 158
158 EXEC SQL DATABASE :dbase1;
Can you do "CREATE TABLE dbd_ix_esqltest (Col01 INTEGER NOT NULL);"
from dbaccess on the server in the stores database as the appropriate
user?
Thanks,
--tielman
.
- References:
- Re: installing DBD-Informix on fedora 6
- From: Oliver Howe
- Re: installing DBD-Informix on fedora 6
- Prev by Date: Re: installing DBD-Informix on fedora 6
- Next by Date: Re: AW: CLOB Problem with DBD::ODBC/DBD::ADO for SQL Server
- Previous by thread: Re: installing DBD-Informix on fedora 6
- Next by thread: Re: installing DBD-Informix on fedora 6
- Index(es):
Relevant Pages
|
|