hi all
my configuration is the following:
Hibernate 2.0.3
Informix 7.1
Middlegen
I am getting an error when I run ant and trying to connect to a Informix DB:
Quote:
BUILD FAILED
C:\OpenSource\Middlegen-Hibernate-r4\build.xml:149: middlegen.MiddlegenException: Couldn't connect to database: INFORMIXSERV
does not match either DBSERVERNAME or DBSERVERALIASES.
and this is the informix.xml file am using for the connection:
Quote:
<property name="database.driver.file" value="C:/DB2Driver/ifxjdbc.jar"/>
<property name="database.driver.classpath" value="${database.driver.file}"/>
<property name="database.driver" value="com.informix.jdbc.IfxDriver"/>
<property name="database.url" value="jdbc:informix-sqli://172.17.1.247:8126/lt:INFORMIXSERVER=dev_a26_gs_tcp"/>
<property name="database.userid" value="jdbc"/>
<property name="database.password" value="jdbc"/>
<property name="database.schema" value="logibro"/>
<property name="database.catalog" value=""/>
Thanks for your help!
P